CodeCommander
- Menu Information
All of the main (non-dynamic) menu items can be customized with their own hot-keys. To do this, go to the one you want to change (selected it, but dont click) and press Backspace or Delete. This will clear the current hot-key. Then press the key combination that you want it to use. This will be save in a configuration file by Gtk+, and will be used until you change it again.
File
These operations should be pretty self-explanatory.
- New - Ctrl+N
- Open - Ctrl+O
- Open Multiple... - Ctrl+Shift+O - Open a special dialog that wont close until you tell it to explicitly
- Revert
- Save - Ctrl+S
- Save As... - Ctrl+A
- Save All - Ctrl+Shift+S
- Close - Ctrl+W
- Close All - Ctrl+Shift+W
- Session -- Session operations
- Recent Files -- Last n files opened (n is equal to the history setting)
- Exit - Ctrl+Q
Edit
Standard Edit operations...
- Undo - Ctrl+Z
- Redo - Ctrl+R
- Cut - Ctrl+X
- Copy - Ctrl+C
- Paste - Ctrl+V
- Clear - F8
- Clear Line - Ctrl+F8
- Clear to Line Start - Alt+Home
- Clear to Line End - Alt+End
- Select All - Alt+A - Select the entire document
- Select Line - Alt+L - Select the current line
- Select Current - Alt+C - Select the current word
- Re-Highlight - F4 - Re-highlight the current document
- Regenerate Highlight Tables - Ctrl+F4 - Get the highlight tables from disk
- Properties - F2 - Edit file specific properties
Search
Searching functions...
- Find... - F6 - Find dialog, or use text in the Find Bar
- Replace... - F7 - Find/Replace dialog
- Goto Line... - Ctrl+L - Go to a specific line in the current document
- Search Manpages... - F1 (kind of like help, but not quite...even partially context-sensitive)
- Match Bracket - Ctrl+E - Go to the matching bracket.
Insert
Things you can insert into a document.
- Indent... -- Run 'indent' on the current selection, or the whole file. (promps for input options)
- Insert File... -- Insert a file into the current document.
- Ascii Character... -- Insert a character that you can't type.
- Shell Output... -- Run a command, and then insert the output in the current document.
- ChangeLog Entry -- Insert: day month date time am/pm time-zone year name .
- Date and Time -- Insert: day month date time am/pm time-zone year.
- User Name -- Your username, as obtained from getenv("USER")
- Name -- Your real name, as entered in the program Preferences
- Email -- Your email address, as entered in the program Preferences
- GPL Notice (C) -- Insert the GPL with C style comments
- GPL Notice (C++) -- Insert the GPL with C++ style comments
Any entries below here are dynamic and built from either python or guile scripts.
The rest to come...
Build
Scripts
View
Settings
Windows
Help
CodeCommander is Copyright 1999-2000 by Chris Phelps