This section deals with other ways in which you can customize jEdit's appearance and behavior.
1. Other Settings and Options | |
| |
Q:. | How can I change the font used for menu labels and other elements of jEdit's user interface? |
A:. | Select Utilities>Global Options, then the Appearance option pane. When you select the "Metal" look and feel you can also select the fonts used for various displayed items. |
Q:. | I want to add a directory to the classpath. I did this in the standalone BeanShell with ease by using the addClassPath(String) method. but this doesn't work in a macro. How could I manage the classpath in jEdit? |
A:. | The implementation of BeanShell used in jEdit does not use BeanShell's class loader. The script method contained in loadJarClasses.bsh (found in the Downloads section of jEdit Community) should work if you know the path to a specific class file or class archive. |