home *** CD-ROM | disk | FTP | other *** search
-
- HelpPath C,
-
- KeyList
- ^⇧[ InsertStr("/*")
- ^⇧] InsertStr("*/")
- End
-
- Functions
-
- Key ⇧F2
- Menu List of functions ⇧F2
- Icon LoF
- Select ListOfC (All,,Sort)
- Help Click to generate list of all functions.
-
- Key ⇧PgUp
- Icon up
- Select ListOfC (Text,GotoPrev)
- Help Click to go to previous function
-
- Key ⇧PgDown
- Icon down
- Select ListOfC (Text,GotoNext)
- Help Click to go to next function
-
- Key ^H
- Menu Load H.*
- Icon save
- Help Click to load the header file under cursor.
- Select LoadOne ("<tmp$path>.^.H.<tmp$word>","C:H.<tmp$word>")
-
- Key F10
- Menu Save & Compile F10
- Icon Run
- Select SaveDrag ("cc")
- Help Click to save text and send it to the c compiler.
-
- Key ⇧^F10
- Menu Save & Make ⇧^F10
- Icon brick
- Select SaveDClick ("<tmp$path>.^.Makefile")
- Help Click to save text and launch Make.
-
- Key ^G 1
- Menu Goto function definition
- Icon goto
- Select Push ListOfC (all,gotofound)
- Help Click to go to the definition of the function you're standing on.
-
- Key ^G 2
- ⇧Select Pop
-
- End
-
- Shortcuts
- w( while (\@) {\n\i \@\n\i}
- f( for (\@;\@;\@) {\n\i \@\n\i}
- s( switch (\@) {\n\i case\n\i}
- p( printf("\@");
- #< #include <\@.h>
- #" #include "\@.h"
- End
-