Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

scite.abbrev

ami44 edited this page Feb 6, 2015 · 2 revisions

Add abbreviations

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))

Abbrev Usage

write c and send CTRL+B (or CTRL+I see under) or write co and send CTRL+B (or CTRL+I see under) ....

tips : Change keyboard shortcut for abbreviation:

set CTRL+B to CTRL+I : edit SciTEGlobal.properties (or SciTEUser.properties)

# User defined key commands
user.shortcuts=\
Ctrl+I|IDM_ABBREV|\
...

restart SciTE

Clone this wiki locally