BenchIT-GUI Source-Code-Editor
From BenchIT-Wiki
When selecting one or some kernel(s), the sourcecode of the belonging files are displayed on the right panel. When more then one kernel is selected, an additional combobox appears between the toolbar and the editor, where you can select the kernel, whose files you want to edit.
Contents |
Default Settings
... are saved in the file BGUI.cfg
Components
1 Select kernel combo-box
When having selected more then one kernel, you can select the actual edited kernel files here.
2 Kernel source file tabs
All allowed files are displayed as tabs for editing. To disallow files, you can set the variable
DontShowFileList
and
kernelSourceEdit
in the BGUI.cfg file
3 Editor
Here the selected file is shown in an editor. To change the fontsize, set the variable
editorTextSize
in the file BGUI.cfg.
The current supported languages for syntax-highlighting are: C, C++, JAVA, Shell, Python, PHP and SQL
Options:
Save: Press <Ctrl>-S to save all changed files
Find: Press <Ctrl>-F to find a phrase in the actual file
Goto line: Press <Ctrl>-G to jump to a specific line
Undo: Press <Ctrl>-Z to undo the last action(s)
Redo: Press <Ctrl>-<Shift>-Z to redo the last undone action(s)
Print: Press <Ctrl>-P to print the code
Hints: The vertical line indicates the beginning 81st character in the line, you should only use 80 characters per line, but you may use more.
The syntax-highlighting was programmed for an older revision of jEdit.

