Chapter 3. Customization

Several options are configurable from the jEdit options dialog. There are options to control the GUI of the plugin, and internal behaviour when executing several actions. The options are:

General Behaviour Options

GUI Options

Import Options

This controls the behaviour of the "Import settings" filter available when importing files.

Web Project Options

Editing the context menu

ProjectViewer provides an interface similar to jEdit's context menu editor, where you can add actions to be displayed in the trees' context menus. You can't remove the default entries in the context menu, but any action available to jEdit can be added. It's important to notice that adding an action to the context menu won't make it "Project Viewer aware": unless the action is specifically written to interface with ProjectViewer, it will work the same way as it would if executed from any other place (such as the jEdit toolbar or menu).

File Associations

The "External Applications" option pane can be used to register applications you want to use for specific file type, accessible through the "Open with..." context menu command for files. Just add a file name glob and choose the application you wish to use for that entry.

Filtered View

The filtered view allows you to group files according to their names. To create a filter, go to the Plugin Options and choose the "Filtered view" pane, or go to the project properties dialog and choose the "Filtered view" pane, to create project-specific filters.

To create a filter, provide a file name glob (see jEdit's documentation for the supported glob syntax) and a name for the filter. If the "Show filtered tree" option is enabled, a new "virtual directory" with the filter name will be available in the "Filtered" tab of the ProjectViewer window, containig all file names that match the glob. Files that match more than one filter will be listed several times in this view.