Difference between revisions of "SciTe notes"
(New page: 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 Us...) |
|||
Line 5: | Line 5: | ||
# UTF-8 is default |
# UTF-8 is default |
||
code.page=65001 |
code.page=65001 |
||
position.left=5 |
position.left=5 |
||
position.top=22 |
position.top=22 |
||
position.width=800 |
position.width=800 |
||
position.height=800 |
position.height=800 |
||
# Open next file in a new tab instead of a new window |
# Open next file in a new tab instead of a new window |
||
check.if.already.open=1 |
check.if.already.open=1 |
||
# Indentation |
# Indentation |
||
tabsize=4 |
tabsize=4 |
||
Line 24: | Line 24: | ||
tab.indents=1 |
tab.indents=1 |
||
backspace.unindents=1 |
backspace.unindents=1 |
||
# Global default styles for all languages |
# Global default styles for all languages |
||
# Default |
# Default |
Latest revision as of 19:20, 29 October 2008
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