|
The Eclipse workspace consists of the workbench, with various perspectives and views.
The title bar of the Workbench window indicates which perspective is active. By default, the JAVA perspective is open, and offers the following views:
The Navigator - displays all files in the current project.
The Editor - the main content editing window.
The Outline - displays the class and function names.
Depending on the selected perspective, on the defined preferences, and on the list of installed plugins, other views and panels might be available.
After installing JSEclipse and then working with it, you'll notice:
the icon displayed next to the *.js file name in the title bar:
the list of JavaScript functions and classes displayed in the outline panel:
the icon used for JavaScript files in the Navigator:
the new menu available on the menu bar – JSEclipse:
Move on to the next topic, to find out what JSEclipse has to offer.