Netbeans disable horizontal scroll - java

Tried the other solutions and can't find the option to line wrap. i never write code with lines this much long and am getting frustrated of that horizontal scroll whenever i try to scroll down and my fingers move even a little bit diagonally.
gif addressing the problem : http://g.recordit.co/dhuj8y0JZP.gif

Restart your IDE. You are using a Mac and have probably not closed it for days. This happens when you use the zoom with alt + scroll down

restart IDE. Nothing wrong in preferences.

Related

Eclipse runs javafx program with weird settings / weird screen / or misalignment

On two different laptops, when I run my javafx application on eclipse-- the background and objects that is loaded onto the screen is not where they are suppose to be positioned. For example, the ImageView background is supposed to be centered and fill the screen, but instead it appears immediately to the bottom-right. Only when I resize the screen (doesn't matter how big) but the background and objects automatically reposition themselves where they should be. I believe a possible cause is my eclipse settings, except they're all defaulted. I don't think it's something wrong with my code, because when I run the same code, the same program on a different desktop and on another laptop, everything appears as it should. I tried changing my screen resolution but that has no effect. I also tried changing using css to set and position my background but same results.
Has anyone had a similar problem or have any suggestions to fix this?
Please help! Thank you.

Netbeans screen artifacting

I have noticed recently that in net beans sometimes lines are left on the screen and aren't cleaned up. I cant get a screen shot for some reason so an image from my phone will have to do:
Is there a setting I need to change, or something? or is it a problem with my monitor?
Nope, just minimalize/resize window to redraw

Annoyingly Wide Left Gutter In IntelliJ 15

I see something in IntelliJ 15 that I've never seen before, and I don't know how to make it stop.
The left gutter, where breakpoints, line numbers, version control annotations, etc. are rendered, is several inches wide in my upgraded IntelliJ 15. The bottom scroll bar stops at the border as well. I can't find anything in general settings to make it stop.
Is this a new "feature" in IntelliJ 15? Can anyone tell me how to tell the IDE to go back to a rational width and stop wasting all my screen space?
A bug has been filed for this exact situation: IDEA-148002:
The left border is too wide, find no option to make it thinner.
This affects version 15 of IntelliJ IDEA (143.381). As for now, there are no fix version and no comments, so it looks like you will have to wait for that bug to be taken into account...
This change is probably due to the addition of new buttons inside the gutter, as mentioned in the release notes:
Running Applications via Gutter Icon
Now you can set up a Run/Debug configuration for any class (that has a main method) and launch it with just one click

Is it possible to make Eclipse jump to the console upon run, especially when there's input? Also, can I hide the toolbar?

In my old IDE, if I'd run a Java file and the console requested input, it would jump my text cursor to it so I could type without moving my mouse. Eclipse doesn't seem to do this. Can I make it?
Also, how do you hide the toolbar? I prefer keyboard shortcuts so it's just cluttering up my view.
To hide the toolbar, you can go here: http://code.google.com/p/eclipse-hide-toolbar/
for a plugin which hides the toolbar every time you start eclipse.
I don't think there is a way to have your cursor jump to the input like you described but it's a minor issue when you consider that an average user clicks and moves the mouse thousands of times a day, never mind an active programmer.
But I might be wrong.

JcomboBox has no border?

When my program starts up, the comboboxes (there are 2 that are having this problem) do show up. However, when I click on the arrow one item (there should be 7 items showing) shows up and there is no border around the list. If I drag my mouse over the area all the other items appear, but still no border.
This is only happening at our warehouse which is about 400 yards from the main office. We have fiber going over there and are on the same LAN. I'm not sure if this is a network issue or a java issue.
Any help is very much appreciated.
Chris
I remotely logged into the computer this morning to try this out for myself, with different versions of the package (one that was built using 1.4.1_18 and one with 1.4.1_15). Turns out that if I minimized the program and then maximized it, everything was fine (using both versions).
I commented out setExtendedState(getExtendedState() | MAXIMIZED_BOTH) which comes after everything is initialized for the frame. Rebuilt, restarted and the borders are there along with all the items, so it now works perfectly.
Does anyone know why this would be causing a problem?

Categories