AutoSave files in NetBeans - netbeans

Tell me please is it possible to NetBeans IDE 8.1 will automatically save files like in IntelliJ IDEA, i.e. not constantly pushing Ctrl + S.

I solved a problem installing the plugin AutoSaveModified.
link plugin on github

Related

COMMAND + CLICK not working in feature file to send to step definitions

I have a project based on cucumber JAVA language and need the function that sends from feature file to step definitions, but it is not working!
I use eclipse photon 4.8 (I also tried the different version like 4.7.2, 4.9, 4.1.0) and I use plugin Natural 0.7.6 and function COMMAND + CLICK or F3 not working at all! But the same project works fine with that command on friend laptop! So I think it is some eclipse settings, who knows how to fix it? Thank you!
I tried to check and fix settings for shortcuts, but it did not help. Then I tried to uninstalled unused plugins ( Gradel) and then update Eclipse from version photon 4.8 to version 2019-09 R (4.13.0) and that helped. Now shortcuts in cucumber feature file working.

Eclipse doesn't save the previous settings like workspace & Plug-ins

I am using Eclipse Neon on my MacBook & every time I start Eclipse it prompts me for my workspace again and again even though I set it as my default one.
Same goes for the plug-ins I have installed , I need to install eclipse decompiler every time I load eclipse.
I get an error like : "This wizard helps you to import and reinstall previously installed plug-ins. It is triggered because
either you are launching eclipse for the first time or your Eclipse has been updated."
Can someone please assist me with this issue ?
I had the same problem after updating my Mac to Sierra: Eclipse would not remember the default workspace. After moving Eclipse into the Application folder, the problem disappeared.
The issue seems to come from a Mac OSX Sierra feature called 'path randomization' (see eclipse bug 507328). The actual solution to avoid the path randomization seems to be for eclipse to provide signed .dmg images (bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=461670).
Two workarounds that I can suggest are:
Start from the eclipse oomph installer when installing eclipse (see https://www.eclipse.org/forums/index.php?t=rview&goto=1754574#msg_1754574)
Start the actual eclipse executable file instead of opening the .App container

Installed a plugin on eclipse (mars), now eclipse won't start. How can I uninstall the plugin?

I installed a plugin for viewing json files, its the "json tool" by sweetlemonade.
Anyway, after installing it I tried to view a json file (very large file) which I thought the plugin might be able to handle. Well, eclipse crashed when I did this. Now I can't get eclipse to start again. It fails when it gets to "loading org.sweetlemonade.eclipse.json"
I've searched for other answers on here but the accepted answers include using "p2 director" to uninstall the plugin via command line. The only problem is the answer is for an old version of eclipse. I'm using eclipse mars and can't find an install for "p2 director" anywhere.
How can I uninstall this plugin manually and get eclipse to run again? I want to solve this without having to reinstall and lose my project setups.
Okay so I managed to solve this by navigating to
configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
and deleted the line responsible for the plugin:
org.sweetlemonade.eclipse.json,1.1.0,../../../.p2/pool/plugins/org.sweetlemonade.eclipse.json_1.1.0.jar,4,false
Then I ran eclipse again and it opened just fine. I saw the tab where eclipse previously tried to open the large JSON file was still open except now it has an "x" with the message that the json tool plugin couldn't be found. Since the issue was probably occurring because eclipse kept trying to restore that tab every time I opened it, I closed the tab then closed eclipse and re-added the line I deleted to the bundles.info file. Lastly, I reopened eclipse and uninstalled the plugin the proper way (since the plugin wouldn't be of any use to me).
It sounds to me like Eclipse autosaved your workspace with that file open; the autosave happens every 5 minutes by default. Rename that autosave file, found in _workspace_/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi, and relaunch.
You can then use the Help → About → Installation Details to uninstall the JSON editor if you so choose.

eclipse not working after mousefeed plugin installation

I just installed Mousefeed plugin in my eclipse Juno. I was unaware that the plugin doesnot work for eclipse juno. Now the mouse click are unresponsive and I can only use shortcut keys. How do I uninstall the plugin ?
How to uninstall plugin without using the mouse:
Ctrl+3
type "about"
select (with cursors and enter) menus - about eclipse
installation details
choose & uninstall plugin.
If you are unsure which shortcuts to use in Eclipse now, the easiest workaround is probably to shutdown eclipse and to delete the plugin on disk. Eclipse will then start without the plugin the next time.
The plugin should be at <eclipse directory>\plugins\com.mousefeed_1.0.0.jar. If not (depending on your OS and kind of installation), search only for a file containing "mousefeed" in the name and ending with ".jar".

Eclipse Juno cannot make new project after update

I'm using Ubuntu 12.04, and to install Eclipse Juno I downloaded it from the official site (I don't use apt-get nor software center)
After updating it from help > check for updates menu, my Eclipse cannot make new project. When I hover File > New, there isn't any menu to select (as the usual Java Project, C++ Project etc.), only an unselectable text like this:
< No Applicable Items >
Anyone know what causes this?
nitind's answer above helped solve my problem. I was using eclipse java ide juno on windows and i could not see any items under File -> New or under Window -> Show View. I noticed eclipse had defaulted to using the Java-EE perspective. Following nitind's suggestion I changed it to the Java perspective and can now see all the menu items. thank you!
I had the same error when i first started the program, but i looked into it, and I saw that the workspace already had .cpp and compiled files in it which i had compiled earlier with a different program. To fix the error, I just changed the workspace to the default, and it worked fine.
I was using eclipse CDT Kepler with java 1.6.0_27. I then tried it with java 1.7.0_25 and eclipse Juno and this method resolved the error in any of these instances.
Try using the default workspace and it should work.
Regards,
Nikita