sciTE設置

edge.colour=#C0DCC0
braces.check=1
braces.sloppy=1
#
選擇文本的前景色,背景色和透明度
selection.fore=#FF0000
selection.back=#000000
selection.alpha=100
# DADADA used as background because it yields standard silver C0C0C0
# on low colour displays and a reasonable light grey on higher bit depths

#selection.additional.fore=#0000A0
#selection.additional.back=#000080
#selection.additional.alpha=20
#selection.multiple=0
#selection.additional.typing=0
#virtual.space=3
#rectangular.selection.modifier=4
#whitespace.fore=#FF0000
#whitespace.back=#FFF0F0
#
設置錯誤行的前景色和背景色
error.marker.fore=#0000A0
error.marker.back=#DADAFF
#error.inline=1
#
設置書籤列的前景色,背景色和透明度。如果書籤列被關閉,書籤所在行將以指定透明度顯示
#bookmark.fore=#808000
#bookmark.back=#FFFFA0
#bookmark.alpha=
#
通過搜索找到字符串顯示的顏色(用半透明顯示)
find.mark=#0000FF
#highlight.current.word=1
#highlight.current.word.by.style=1
#highlight.current.word.colour=#00D040
#indicators.alpha=63
#indicators.under=1

# Scripting
ext.lua.startup.script=$(SciteUserHome)/SciTEStartup.lua
ext.lua.auto.reload=1
#ext.lua.reset=1

# Checking
are.you.sure=1
#are.you.sure.for.build=1
#save.all.for.build=1
#
表示關閉最後文檔時,自動退出scite
quit.on.close.last=1
#
當前文件被外部修改時自動重新載入
load.on.activate=1
#
scite失去焦點時自動保存文檔。
#save.on.deactivate=1
#load.on.activate=1
時,啓用這個選項,重新載入時會先詢問你
#are.you.sure.on.reload=1
#
重新載入文檔時保留還原信息
reload.preserves.undo=1
#check.if.already.open=1
#temp.files.sync.load=1
default.file.ext=.cxx
#source.default.extensions=.h|.cxx|.bat
#
標題欄顯示1/2/3三種方式顯示當前編輯文件名和文件路徑
title.full.path=2
#title.show.buffers=1
#pathbar.visible=1
save.recent=1
#save.session=1
#session.bookmarks=1
#session.folds=1
#save.position=1
#
打開文件路徑爲當前編輯文件相同目錄
open.dialog.in.file.directory=1
#
保存文件時去除尾隨空格
#strip.trailing.spaces=1
#
保存文件時確保所有行結束符一致
#ensure.final.line.end=1
#ensure.consistent.line.ends=1
#save.deletes.first=1
#save.check.modified.time=1
buffers=40
#buffers.zorder.switching=1
#api.*.cxx=d:\api\w.api
#locale.properties=locale.de.properties
#translation.missing=***
#read.only=1
#background.open.size=20000
#background.save.size=20000
if PLAT_GTK
    background.save.size=10000000
#max.file.size=1

# Indentation
#
設置tab鍵縮進的字符數
tabsize=4
#
縮進字符數
indent.size=4
#
縮進使用TAB
use.tabs=1
#
自動保持前一行的縮進
indent.auto=1
indent.automatic=1
#
代碼縮進,比如大括號回車自動縮進
indent.opening=1
#
代碼反縮進
indent.closing=1
#tab
鍵縮進
tab.indents=0
#backspace.unindents=0

#
自動換行開關,寫代碼一般不要自動換行
#wrap=1
#
換行的風格
#wrap.style=2
#cache.layout=3
#
輸出窗口自動換行
output.wrap=1
#output.cache.layout=3
#
自動換行處的標記符
wrap.visual.flags=3
#wrap.visual.flags.location=3
#wrap.indent.mode=1
#wrap.visual.startindent=4

#
代碼摺疊開關,建議打開
fold=1
#
摺疊提示,建議打開
fold.compact=1
fold.flags=16
#
摺疊代碼樣式1/2/32比較好看
fold.symbols=2
#fold.highlight=1
#fold.highlight.colour=#00C0C0
#fold.on.open=1
#
代碼註釋摺疊
fold.comment=1
#
摺疊預處理

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章