# Mon fichier de conf SciTE find.replace.advanced=1 # HTML xml.auto.close.tags=1 html.tags.case.sensitive=1 # Window sizes and visibility split.vertical=0 tabbar.visible=1 tabbar.hide.one=0 tabbar.multiline=1 toolbar.visible=1 # prend les icones de Gnome toolbar.usestockicons=1 # Tabs title.show.buffers=1 # Sizes and visibility in edit pane line.margin.visible=1 line.margin.width=4 margin.width=16 # Element styles edge.column=80 edge.mode=1 edge.colour=#C0DCC0 braces.check=1 braces.sloppy=1 whitespace.fore=#CCCCCC # Checking ensure.final.line.end=1 buffers=100 # API api.*.c=/usr/share/scite/c.api api.*.cpp=/usr/share/scite/c.api api.*.php=/usr/share/scite/php.api # Indentation tabsize=8 indent.size=8 use.tabs=1 indent.automatic=1 indent.opening=0 indent.closing=0 # Wrapping of long lines wrap.aware.home.end.keys=1 # Folding fold=1 fold.compact=0 fold.flags=16 fold.symbols=3 #fold.on.open=1 fold.comment=1 fold.preprocessor=1 fold.html=1 # The open.filter setting is only used on Windows where the file selector has a menu of filters to apply # to the types of files seen when opening. # There is a limit (possibly 256 characters) to the length of a filter, # so not all source extensions can be in this setting. source.files=*.asm;*.c;*.cc;*.cpp;*.cxx;*.icc;*.cs;*.h;*.hh;*.hxx;*.hpp;\ *.idl;*.odl;*.rc;*.rc2;*.dlg;*.def;\ *.htm;*.html;*.css;*.php;\ *.vb;*.vbs;*.bas;*.frm;*.cls;*.ctl;\ *.java;*.js;*.py;*.pl;*.rb;*.cgi;*.lua;*.conf;\ make*;*.mak;\ *.properties;*.html;*.xml;*.iface;*.bat;*.e # FONTS if PLAT_GTK font.base=font:fixed,size:12 font.small=font:fixed,size:10 font.comment=font:fixed,size:12 font.code.comment.box=$(font.comment) font.code.comment.line=$(font.comment) font.code.comment.doc=$(font.comment) font.text=font:fixed,size:12 font.text.comment=font:fixed,size:12 font.embedded.base=font:fixed,size:12 font.embedded.comment=font:fixed,size:12 font.monospace=font:fixed,size:12 font.vbs=font:Lucida Sans Unicode,size:10 font.js=$(font.comment) # Compile command.compile.*.c=gcc $(FileNameExt) -o $(FileName) command.compile.*.cpp=g++ $(FileNameExt) -o $(FileName) command.build.*.c=make command.build.*.cpp=make command.go.*.c=$(FileName) command.go.*.cpp=$(FileName) command.go.needs.*.c=gcc $(FileNameExt) -o $(FileName) command.go.needs.*.cpp=g++ $(FileNameExt) -o $(FileName) command.go.*.html=firefox -remote "openurl(file://$(FilePath),new-tab)"