Difference between revisions of "User:Jesse Barnett/SciTEUser.properties"
(New page: <lsl>#SciTEUser.properties #Jesse Barnett # SciTEUser.properties is the per directory local options file and can be used to # override settings made in SciTEGlobal.properties and SciTEDire...) |
|
(No difference)
|
Latest revision as of 19:33, 29 January 2008
<lsl>#SciTEUser.properties
- Jesse Barnett
- SciTEUser.properties is the per directory local options file and can be used to
- override settings made in SciTEGlobal.properties and SciTEDirectory.properties.
command.build.directory.*.cxx=..\win32 command.build.directory.*.h=..\win32 command.build.*.cxx=nmake -f scite.mak DEBUG=1 QUIET=1 command.build.*.h=nmake -f scite.mak DEBUG=1 QUIET=1 command.go.*.cxx=..\bin\SciTE command.go.*.h=..\bin\SciTE command.go.needs.*.cxx=cmd /c cd ..\win32 && nmake -f scite.mak DEBUG=1 QUIET=1
- ~ command.name.20.*=Reformat
- ~ command.20.*=perl $(SciteDefaultHome)\tools\formatall.pl $(SciteDefaultHome)\tools $(FilePath)
- ~ command.quiet.20.*=1
- ~ command.is.filter.20.*=1
- ~ command.save.before.20.*=1
- ~ command.shortcut.20.*=Ctrl+Alt+L
- ~ command.name.7.*=Convert Tabs to Spaces
- ~ command.7.*=perl $(SciteDefaultHome)\tools\tabs2spaces.pl -f $(FilePath)
- ~ command.quiet.7.*=1
- ~ command.is.filter.7.*=1
- ~ command.save.before.7.*=1
- ~ command.name.9.*=Strip trailing spaces
- ~ command.9.*=perl $(SciteDefaultHome)\tools\stripspace.pl $(FilePath)
- ~ command.quiet.9.*=1
- ~ command.is.filter.9.*=1
- ~ command.save.before.9.*=1
- ~ command.name.8.*=Strip last empty lines
- ~ command.8.*=perl $(SciteDefaultHome)\tools\striplines.pl $(FilePath)
- ~ command.quiet.8.*=1
- ~ command.is.filter.8.*=1
- ~ command.save.before.8.*=1
api.*.cpp=$(SciteDefaultHome)\api\cpp.api api.*.cxx=$(SciteDefaultHome)\api\cpp.api api.*.esl=$(SciteDefaultHome)\api\lsl.api api.*.lsl=$(SciteDefaultHome)\api\lsl.api api.*.php=$(SciteDefaultHome)\api\php.api api.*.phtml=$(SciteDefaultHome)\api\php.api api.*.php3=$(SciteDefaultHome)\api\php.api api.*.pl=$(SciteDefaultHome)\api\perl.api api.*.cgi=$(SciteDefaultHome)\api\perl.api api.*.java=$(SciteDefaultHome)\api\java.api</lsl>