This repository was archived by the owner on Jun 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
scite.abbrev
ami44 edited this page Feb 6, 2015
·
2 revisions
SciTE > menu > Options > Open Abbrevations file
c=console.log(JSON.stringify(!, null, 4))
co=console.log(JSON.stringify(!, null, 4))
con=console.log(JSON.stringify(!, null, 4))
cons=console.log(JSON.stringify(!, null, 4))
conso=console.log(JSON.stringify(!, null, 4))
consol=console.log(JSON.stringify(!, null, 4))
console=console.log(JSON.stringify(!, null, 4))
write c and send CTRL+B (or CTRL+I see under)
or write co and send CTRL+B (or CTRL+I see under)
....
set CTRL+B to CTRL+I : edit SciTEGlobal.properties (or SciTEUser.properties)
# User defined key commands
user.shortcuts=\
Ctrl+I|IDM_ABBREV|\
...
restart SciTE
Astuces