SciTe notes

From DiLab
Jump to: navigation, search

Once you install Scite, you may want to customize some options to make your life a better experience. This is what I use: In my User configuration file, available at menu->Options->Open User Options File


   # UTF-8 is default
   code.page=65001

   position.left=5
   position.top=22
   position.width=800
   position.height=800

   # Open next file in a new tab instead of a new window
   check.if.already.open=1

   # Indentation
   tabsize=4
   indent.size=4
   use.tabs=0
   indent.auto=0
   indent.automatic=1
   indent.opening=0
   indent.closing=0
   tab.indents=1
   backspace.unindents=1

   # Global default styles for all languages
   # Default
   style.*.32=$(font.base)
   # Line number
   style.*.33=back:#C0C0C0,$(font.base)
   # Brace highlight
   style.*.34=fore:#0000FF,bold
   # Brace incomplete highlight
   style.*.35=fore:#FF0000,bold
   # Control characters
   style.*.36=
   # Indentation guides
   style.*.37=fore:#C0C0C0,back:#FFFFFF