#--------------------------------------- # Global setting #--------------------------------------- # Sizes and visibility in edit pane line.margin.visible=1 # Element styles view.eol=1 view.whitespace=1 whitespace.fore=#FF0000 # Indentation tabsize=4 indent.size=4 use.tabs=1 # Folding fold.comment=0 # Internationalisation # Japanese input code page 932 and ShiftJIS character set 128 code.page=932 character.set=128 # Unicode #code.page=65001 #code.page=0 #character.set=204 #output.code.page=65001 # Give symbolic names to the set of fonts used in the standard styles. if PLAT_WIN font.monospace=font:MS Gothic,size:10 font.base=$(font.monospace) font.small=$(font.monospace) font.comment=$(font.monospace) font.code.comment.box=$(font.comment) font.code.comment.line=$(font.comment) font.code.comment.doc=$(font.comment) font.code.comment.nested=$(font.comment) font.text=$(font.monospace) font.text.comment=$(font.monospace) font.embedded.base=$(font.monospace) font.embedded.comment=$(font.monospace) font.vbs=$(font.monospace) # Control characters style.*.36=font:Small Fonts,size:6 #--------------------------------------- # Language setting #--------------------------------------- # cpp #if PLAT_WINNT # cc=VCVARS32.BAT && cl $(FileNameExt) # perl #file.patterns.perl=$(file.patterns.perl);*.cgi command.name.4.$(file.patterns.perl)=podchecker command.4.$(file.patterns.perl)=podchecker $(FileNameExt) command.name.5.$(file.patterns.perl)=pod2text command.5.$(file.patterns.perl)=pod2text $(FileNameExt) # ruby indent.size.$(file.patterns.rb)=2 use.tabs.$(file.patterns.rb)=0 # python tabsize.$(file.patterns.py)=8 use.tabs.$(file.patterns.py)=0