How is an IDE Different From a Text Editor?

It works on Windows, macOS, Ubuntu, and other operating systems. Visit BlueJ. Share Pin Email.

How to Install Eclipse IDE on Mac OS X

An expert passionate about cell phones, smartphones, mobile apps, tablets and any tech gadgets. Updated February 10, What We Like Open source with large community.

Java IDEs - Wikibooks, open books for an open world

Large selection of plugins available. Easy to use.

Navigation menu

What We Don't Like Management of plugins and add-ons is not as easy as others. Interface is dated. What We Like Great for Android development. Autosaves work. Easy to automate repetitive tasks. Costs to access some helpful features.


  • "Hello World!" for the NetBeans IDE?
  • Related Links.
  • shmget cannot allocate memory mac.
  • windows server file share mac.
  • Blogs @ Mindfire Solutions?

Memory resource intensive. What We Like Very customizable to individual work style. Easy to learn and to use. What We Don't Like Can be taxing to system resources, especially with plugins. User interface could use an update. NetBeans is in the process of moving to Apache. What We Like Good at simplifying tasks and improving efficiency. Advanced code editing, completion, refactoring, and other features.

You can also find news, articles, additional modules, and other useful information on the NetBeans project web site. Since NetBeans is an open-source project, the web site also provides access to source code, a bug database, information on creating your own NetBeans modules, and much more. If you encounter any Mac OS X-specific problems, please let us know by filing a bug , but don't forget to specify that you are using the Mac OS X operating system.

Advertise with Us

NetBeans IDE 8. Note that this shortcut only works when the insertion point is located immediately after the opening bracket. Cmd-Shift-[ Selects the block between a pair of brackets.


  • You may also like.
  • sony ericsson usb driver for mac.
  • Best Java IDE for Mac Windows and Linux. - java IDE.
  • latest update for mac mini.
  • Related Links.

Note that this shortcut only works when the insertion point is located immediately after either the opening or closing bracket. Ctrl-G Jumps to any specified line. Cmd-A Selects all text in the file. Cmd-Shift-Minus - Collapses all blocks of code in the current file. Cmd-J then E Stops the recording of key sequence for a macro and opens the Recorded Macro dialog enabling you to name the new macro. Reverses a series of editor actions one at a time excluding Save. Cmd-Y Redo. Reverses a series of Undo commands one at a time.

1. Microsoft Visual Studio

Cmd-X Cut. Deletes the current selection and places it on the clipboard. Cmd-C Copy. Copies the current selection to the clipboard. Cmd-V Paste. Pastes the contents of the clipbard at the insert point. Delete Delete. Deletes the current selection.

Java IDE: The 10 Best IDEs for Java Programmers

Cmd-E Deletes the current line. Cmd-K Copies the word preceding the insertion point and then pastes it after the insertion point the insertion point must be in the whitespace preceeding or following a word. Press K multiple times to cycle through preceding words in succession. Cmd-L Copies the word following the insertion point and pastes it at the insertion point the insertion point must be located in the whitespace preceeding or following a word.

Press L multiple times to cycle through consecutive following words. Cmd-Shift-G Selects the previous occurrence of the word found during the search. Cmd-F Opens the Find dialog box. Cmd-R Opens the Find and Replace dialog box. Setting Tabs Keys Action Tab Shifts all text to the right of the insertion point one tab stop to the right. Cmd-T Shifts text in the line containing the insertion point to the right one tab stop. Cmd-D Shifts text in the line containing the insertion point to the left one tab stop.

Shift-Enter Enters the text that is selected in the code completion box into your file.