User:Jesse Barnett/SciTEUser.properties

From Second Life Wiki
Jump to navigation Jump to search

<lsl>#SciTEUser.properties

  1. Jesse Barnett
  2. SciTEUser.properties is the per directory local options file and can be used to
  3. 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

  1. ~ command.name.20.*=Reformat
  2. ~ command.20.*=perl $(SciteDefaultHome)\tools\formatall.pl $(SciteDefaultHome)\tools $(FilePath)
  3. ~ command.quiet.20.*=1
  4. ~ command.is.filter.20.*=1
  5. ~ command.save.before.20.*=1
  6. ~ command.shortcut.20.*=Ctrl+Alt+L
  1. ~ command.name.7.*=Convert Tabs to Spaces
  2. ~ command.7.*=perl $(SciteDefaultHome)\tools\tabs2spaces.pl -f $(FilePath)
  3. ~ command.quiet.7.*=1
  4. ~ command.is.filter.7.*=1
  5. ~ command.save.before.7.*=1
  1. ~ command.name.9.*=Strip trailing spaces
  2. ~ command.9.*=perl $(SciteDefaultHome)\tools\stripspace.pl $(FilePath)
  3. ~ command.quiet.9.*=1
  4. ~ command.is.filter.9.*=1
  5. ~ command.save.before.9.*=1
  1. ~ command.name.8.*=Strip last empty lines
  2. ~ command.8.*=perl $(SciteDefaultHome)\tools\striplines.pl $(FilePath)
  3. ~ command.quiet.8.*=1
  4. ~ command.is.filter.8.*=1
  5. ~ 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>