当前位置:首页 > Gfortran 使用说明
indent.size=4 use.tabs=1 indent.auto=1 indent.automatic=1 indent.opening=1 indent.closing=1 tab.indents=1
backspace.unindents=1 #Check
check.if.already.open=1 #设置语法提示的路径, Ctrl+I api.*.pl=$(SciteDefaultHome)\\perl.api #api.*.cxx=d:\\api\\w.api
#默认设置中,光标在文件最后一行时垂直滑动条无法再向下滚动,不符合使用习惯
end.at.last.line=0
---------------------------------------
修改perl.propertie
4. Perl语言的语法高亮太难看了,修改perl.properties下几行: # Scalars: $var
#~ style.perl.12=fore:#000000,back:#FFE0E0 style.perl.12=fore:#0011FF # Array: @var
#~ style.perl.13=fore:#000000,back:#FFFFE0 style.perl.13=$(style.perl.12) # Hash: %var
#~ style.perl.14=fore:#000000,back:#FFE0FF style.perl.14=$(style.perl.12) # Symbol table: *var
#~ style.perl.15=fore:#000000,back:#E0E0E0 style.perl.15=$(style.perl.12) # Regex: /re/ or m{re}
#style.perl.17=fore:#000000,back:#A0FFA0 style.perl.17=fore:#DD11BB # Substitution: s/re/ore/
#~ style.perl.18=fore:#000000,back:#F0E080 style.perl.18=$(style.perl.17)
#-------------------------------------------------
其它技巧
1 Rectangular regions of text can be selected in SciTE by holding down the \on Windows or the Ctrl key on GTK+ while dragging the mouse over the text.
2 There are two panes in SciTE, the editing pane and the output pane. The output pane is located either to the right of the editing pane or below it.
Initially it is of zero size, but it can be made larger by dragging the divider between it and the editing pane. The Options | Vertical Split command may be used to move the output pane beneath the editing pane.
6.3 SciTE can perform commands to compile or run source files with the output from these commands directed into the output pane. 扩展阅读:
?
1
http://www.scintilla.org
共分享92篇相关文档