MRG home page· Research · Publications·Projects·Software ·People

Useful jEdit Settings

buffer.indentSize=2
buffer.tabSize=2
buffer.noTabs=true
insert-tab-indent.shortcut=
prev-fold.shortcut=
next-fold.shortcut=
indent-lines.shortcut=TAB
shell-buffer-menu.mitem-new.shortcut=A+s n
shell-buffer-menu.mitem-restart.shortcut=A+s r
shell-buffer-menu.mitem-stop.shortcut=A+s c
shell-buffer-menu.mitem-process-shellbuf-to-eof.shortcut=A+ENTER
shell-buffer-menu.mitem-next-command.shortcut=A+DOWN
shell-buffer-menu.mitem-prev-command.shortcut=A+UP
vfs.browser.colors.9.glob=*.{ml,sml}
options.shell-buffer.shell-command=bash

Using the ShellBuffer

The above define shortcuts for using the ShellBuffer, which is what I like to run isabelle in. The "A" in the shortcuts stands for "Alt", thus "Alt-s" then "n" starts a new shell buffer window and Control-Enter sends everything you've typed in the shell buffer after the last output (usually after the "# ", which is the shell buffer prompt) to the underlying process.

jEdit is quite easy to customise and I'll probably add more things to the mode, and perhaps even make a special ML version...

UsefuljEditSettings (last edited 2007-12-26 14:00:46 by AMontpellier-152-1-10-137)