NetBeans-SCSNI

Section 1- IDE Configuration

           o 1.1 Demonstrate the ability to configure the functionality available in the IDE, including using enabling and disabling functionality and using the Plugin Manager.
         
          We can classfiy the basic process of configuring the IDE as:
         
          Setup

  •                   Set the IDE's web browser.
To Perform this Task
Follow these Steps
 Configure general options
  1. Choose Tools > Options from the main menu.
  2. Select the category you wish to edit.
  3. Specify the desired settings.
 Set the IDE's web browser 1.Choose Tools > Options from the main menu.
2.In the Options window, select the General category and select the desired browser from the Web Browser drop-down list.
 Configure proxy settings 1. Choose Tools > Options from the main menu.
2. In the Options window, select the General category and select the appropriate proxy setting. If necessary, enter the proxy host and proxy port. Click More to configure advanced proxy settings.
 Configure the Auto Update feature 1.Choose Tools > Plugins from the main menu.
2.In the Plugins manager, select the Settings tab.
3.Use the Check Period drop-down list to choose how often the IDE should check for updates.
 Install manually downloaded plugins 1.Choose Tools > Plugins from the main menu and click the Downloaded tab.
2.Click Add Plugins and browse to the location of plugin you want to install. Click OK.
3.Select the plugin in the left pane and click Install.
4.Review the licensing agreement and click Accept.
 Update installed plugins 1.Choose Tools > Plugins from the main menu and click the Updates tab.
2.Click Reload Plugins.
3.Select the plugins you wish to update and click Update.
4.Review the licensing agreement and click Accept.
 Install new plugins 1.Choose Tools > Plugins from the main menu and click the Available Plugins tab.
2.Click Reload Plugins.
3.Select the plugins you wish to install and click Install.
4.Review the licensing agreement and click Accept.
 Customize the IDE's menus 1.In the Options window, click Advanced Options.
2.In the tree in the left pane, expand IDE Configuration > Look and Feel.
3.Right-click the Menu Bar node and choose Add > Menu.
4.In the New Menu dialog box, type a name for the menu and click OK.
5.The IDE adds an empty menu to the main window.
6.Expand the Actions node and find the command you want to add to the menu, then right-click the command node and choose Copy.
7.Expand the Menu Bar node, right-click the node of the menu you just created, and choose Paste > Copy.
 Configure editor settings 1.Choose Tools > Options from the main menu and select the Editor category.
2.Select the tab for the editor properties you want to edit.
3.Set properties as desired and click OK.
 Configure IDE fonts and colors 1.Choose Tools > Options from the main menu and select the Fonts & Colors category.
2.Select the tab for the properties that you want to edit.
3.Set properties as desired and click OK.


  •                   Configure proxy settings.
                 
                 
         Configure IDE Options
  •                   Configure IDE settings in the Options window
         
         
          Customize the Workspace

  •            Add and remove IDE menus.
  •           Add, remove, and group menu commands.
  •           Customize object contextual menus.
  •           Add, remove, and position IDE toolbars.
  •           Add, remove, and group toolbar commands.
         
          Manage IDE plugins.

  •         Update the IDE.
  •         Activate or deactivate plugins.


- Wagner