Netbeans 12.2: horizontal scroll not working - netbeans

When I'm opening any type of file in Netbeans and I'm trying to horizontally scroll with two fingers from the touchpad, it is not working.
I am using a MacBook (13 inch, Mid 2010) with Debian 10 ("Buster"), GNOME 3.30.2 as desktop and Apache Netbeans 12.2.
Maybe you know a solution? Thank you.

Many macOS users often don't restart their IDE for days. Try quitting NetBeans (make sure it doesn't show up on the force quit menu as well; if it does, then just force quit it from there as well). After this, restart your computer and make sure to uncheck the box that asks whether you'd like the OS to re-open your open windows. This should fix the horizontal scrolling issue.
Alternatively, try holding shift and scrolling vertically. This would work best with a mouse with a scroll wheel.

Related

Eclipse toolbar middle alignment (GTK related)

Installed fresh installation of Eclipse on centos.
After restarting suddenly all buttons are aligned middle instead of left.
Where is the setting to change that?
Eclipse version 4.16.0
Build id 20200615-1200
Edit: seem to be a GTK problem, I managed to find those settings in gtk inspector using ctrl+shift+D and change the toolbar elements to GTK_ALIGN_START, and that fixes it.
But no idea why it's like that to begin with? All my other apps works, and all use GTK_ALIGN_FILL, only eclipse is like that.
Also new eclipse installation doesn't help.
Any way to change all gtk aligns for a program and save?

Eclipse Mars hidden windows in Mac OS X

I'm having one issue on Mac OS X El Capitan with Eclipse Mars and menu windows. When a menu window opens a new window, it shows in the back of the first one, and moves along with it (if I move the first one, the second one moves with it, but not the other way around). So there are two possible scenarios. If the second window shows a bit (like in this image), you still can move it and then interact with it, but if the second window is totally hidden (like this one when clicking 'Advanced'), then there's nothing you can do, since it seems impossible to put it on top. Is this a known bug or is there a solution for it?
Eclipse bug 478975 is open for this problem.
The problem only occurs when Eclipse (or any Eclipse RCP) is in full-screen mode. It works normally when not full-screen.
Update: A fix for this bug is included in Eclipse Neon (4.6) Release Candidate 3.

Aptana Studio 3.1.1 on Mac OS X Lion 10.7.3 - vertical scrollbar frustrations

This morning I accepted an Aptana Studio 3 upgrade to build 3.1.1.201204131931.
Prior to the update, I had a clear and permanently visible vertical scroll slider on each open file window. These now appear to have been replaced with a newer Mac OS style scroller which is troublesome to activate, disappears immediately the mouse moves away and so murky it was hours before I even noticed it was there...
The mew behaviour has a profound effect on my efficiency, as I am now far from intuitively aware of my location in the source files.
Is there some way of restoring the original behavior? Defaults restoral throughout and many hours of search of various preferences settings, online forums and user guides have brought nothing. Very frustrating..
Thanks
I think by default Lion only shows scrollbars when scrolling.
You can change this through OS X preferences under "General". Change the "Show scroll bars:" option to "Always".

Eclipse IDE - Is it possible to have detached windows not always on top?

Basically I have multiple monitors for development with Eclipse. I detach some of the windows such as the "Console" view so that I can have it fill my monitor. This is great as I can fill up my screens.
However in some cases I also want to have my browser in front while I'm coding since there's some documentation I need to look at. I can't figure out how to do this without creating another perspective...
You can open a new window (Window|New Window) and drag your views into this window instead of detaching them. New windows are not connected with the main one and you can control their visibility as you wish.
The answer appears to be that you can't...
In Eclipse Luna I had the problem that floating windows were not coming up while setting the focus on the main IDE window. It happened after I changed from 32 to 64bit using the same workspace. The windows were opened and closed correctly.
What solved the problem was reintegrating the floating windows into the main IDE window and recreated floating windows again.

Empty Dialogs in Flex Builder

I have been experiencing a strange issue in Flex Builder 3 where certain dialogs such as the Add New Project wizard and the SVN Commit dialog are completely empty save for the title area.
I'm running Flex Builder v3.0 (build 3.02.2.214193) on the Windows 7 RC. I have tried completely uninstalling and reinstalling Flex Builder to no avail. I don't think it's Windows 7 causing the issues because it was working a couple of months ago with no problems. Even more strange is that I have not installed any additional plugins or made any configuration changes to Flex Builder between the time before these problems began and now.
Has anyone else encountered this problem, and if so, know of any solutions?
Here are a couple of screenshots to illustrate the behaviour.
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2fdialog2.PNG
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2femptydialog.png
You are probably running Logitech SetPoint. Try killing all setpoint processes. (you don't even have to restart flex). It worked for me :-S
According to this Adobe forums post, there are multiple causes:
SetPoint (as indicated by Scheea)
Wacom Tablet drivers
In addition, comments suggest the following:
UltraMon
These seem to suggest that the cause is any program which monitors keystrokes or mouse movement.
Workaround: In the new wizard dialog above, note the question mark on the bottom left (the help button). When you click on the help button a help panel is added to the dialog on the right separated from the main dialog by a splitter. When you drag the splitter the rest of the dialog appears. You may need to scroll to a position where you can see all of its contents, but it should become usable. Resizing the dialog alone was not sufficient for me.
In addition, I couldn't fully use the mouse to select elements so I had to type into the filter field in order for the correct projects to show up.
I had the issue with Window7 x64 Ultimate with FB3 Pro and shutting down Set Point seems to have fixed the issue.
For me it was Set Point and Display Fusion (allows you to set up multiple background images as wallpaper on multiple monitors). Took a lot of hair pulling to figure this out.