How i can disable or hide NetBeans service information into Output Window? - netbeans

I can't find this option! Pls help. I wish to disable information into red box on screenshot.
Screenshot Link
I look in "Compile on Save" but it disabled.

Ok. I finded the solution. The "Compile on Save" option must be active (you need the plugin install).
Screenshot with solution

Related

Netbeans is not showing source tab

Netbeans is not showing source tab, please help.
I had the same problem and I had to delete the Netbeans Cache and User Directory. Once I did it worked fine.
you will find the cach in the path: C:\Users"user_name"\AppData\Roaming\Netbeans
delete all files in this folder
It may be that for some reason the layout changed. I am not very familiar with NetBeans but I presume that there is an option to reset the layout under
Window -> Reset Windows
Hope this helps!
As of now you are viewing Project view. You have to click on Files then you will be able to see what you want to see. :)
or still not visible follow following steps :
User selects main menu Window.
User clicks menu item Reset Windows and all views are reset to their defaults.
Choose from IDE menu bar, Next to FILE---EDIT--VIEW---and then go to View option-- select show editor option
show "Editor Tool bar"(put tick mark to select)

Do not show user input in console autocomplete

Recently, I have noticed that Google Chrome's JavaScript console autocompletes previously inputted commands. For example:
I want to remove this feature because the autocomplete displays variables that may not exist. Is there a way to remove this feature?
Yes. A lot of people found it annoying, so they added a setting to disable it.
First, enter the DevTools settings from the menu button in the top right corner.
Then, in the "General" section, disable "Autocomplete from history".

Google AppEngine button has disappeared from Eclipse

I have been using Eclipse to develop for AppEngine, and have always had a handy blue button in the toolbar to use for deployments. Now it's gone, and I don't know how to deploy any more!
I've tried:
Looking for likely options in the "Customize Perspective" dialog... but I'm not sure what to look for
Updating the Google Plugin for Eclipse... but apparently it's already up to date
Unfortunately, I'm not sure what changed in order to cause this. Please help me get my button back!
In your eclipse top menu choose WINDOW --> SHOW VIEW and it should be one of the options. If not, choose OTHER and navigate the dialog till you find it under Google.

Disabling the hint window that EClipse Editor shows

when I hover over the codes in ECLispe Editor it pops up this yellow hint box for everything that I am on it to show some useful info about it. well it is cool but it is also annoying! is there a way that I can deactivate it as Default setting and then anytime I needed it I hit a hot-key to bring it up...
If you go:
Window->Preferences
In the tree look for "Hovers" under Java->Editor->Hovers
You can uncheck all the ones you do not want, or add keyboard shortcuts to activate a Hover. Not particularly useful, but may help.

Customize eclipse taskbar

I use a lot of eclipse shortcuts, but for some tasks there arnt any convenient ones. For example I frequently look at the subversion history for java files.
I see these icons next to the right-click menu items that I assume I should be able to place on the eclipse taskbar so that I can save a couple of mouse clicks. But I havnt been able to figure out how to do that yet.
I am talking about the icon next to RightClick-Team-Show History once you install the subclipse plugin. I would like this icon to be on my taskbar so I can just do a single click and look at the history.
Any suggestions?
Other tips on customizing eclipse for java development are also welcome.
Take a look at my answer for similar question: How to add undo / redo buttons to toolbar in Eclipse?
It is possible to do the same for Show History command. Differences are: 1) you need to declare dependency on org.tigris.subversion.subclipse.ui plugin, and command ID you are looking for is org.tigris.subversion.subclipse.ui.showresourceinhistoryaction. You may want to include custom icon to avoid having long "Show History" button on your toolbar.
Update: Here is downloadable plugin for you: showsvnhistory_1.0.0.jar
The only way I know of to "customize" the Eclipse taskbar is via Window -> Customize Perspective. Oddly enough, the "Commands" tab has some influence on the toolbar.
But the developer of whatever component you want to use must have enabled the commmand and (at least for me), SVN doesn't offer a history button.
Maybe some XML hacking is more helpful here?