home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
misc
/
stronged2
/
stronged
/
!StrongED
/
Modes
/
C
< prev
next >
Wrap
Text File
|
1995-02-14
|
1KB
|
64 lines
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