home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 April
/
PCWorld_2000-04_cd.bin
/
Software
/
TemaCD
/
editplus
/
ep2setup.exe
/
cpp.acp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
EditPlus Auto Completion
|
1998-06-11
|
416 b
|
47 lines
#TITLE=C/C++
; EditPlus Auto-completion file v1.0 written by ES-Computing.
; This file is provided as a default auto-completion file for C/C++ and Java.
#CASE=y
#T=if
if (^!)
{
}
#T=while
while (^!)
{
}
#T=for
for (^!; ; )
{
}
#T=switch
switch (^!)
{
case :
}
#T=do
do
{
}
while (^!);
#T=class
class ^!
{
};
#T=struct
struct ^!
{
};
#T=try
try
{
^!
}
catch ()
{
}
#