coding=utf-8 if PLAT_WIN position.left=50 position.top=50 if PLAT_GTK position.width=640 position.height=480 #minimize.to.tray=1 toolbar.visible=1 statusbar.visible=1 tabbar.multiline=1 # Sizes and visibility in edit pane line.margin.visible=1 line.margin.width=0+ margin.width=4 #fold.margin.width=16 blank.margin.left=4 blank.margin.right=4 # Element styles # view.eol=1 view.whitespace=1 caret.fore=#ff0000 caret.width=2 caret.line.back=#00FF00 selection.fore=#FFFFFF #caret.line.back=#FFFED8 #caret.line.back.alpha=103 # DADADA used as background because it yields standard silver C0C0C0 # on low colour displays and a reasonable light grey on higher bit depths #selection.back=#DADADA selection.back=#000099 whitespace.fore=#FF0000 whitespace.back=#FFF0F0 error.marker.fore=#ffff00 error.marker.back=#000000 #bookmark.fore=#808000 #bookmark.back=#FFFFA0 edge.column=78 edge.mode=1 edge.colour=#C0DCC0 # Checking check.if.already.open=1 title.full.path=1 title.show.buffers=1 save.session=1 buffers=20 default.file.ext=.txt # Indentation tabsize=4 indent.size=4 indent.automatic=1 #~ if (c) #~ { #~ s; #~ } # Wrapping of long lines wrap=1 # Folding # Find and Replace find.files=* # Behaviour # Status Bar statusbar.text.1=\ $(FileAttr) Linija=$(LineNumber) Kolumna=$(ColumnNumber) Mod=$(OverType) [$(EOLMode)] Selektovano=$(SelLength) # Internationalisation # Japanese input code page 932 and ShiftJIS character set 128 #code.page=932 #character.set=128 # Unicode #code.page=65001 #code.page=UTF-8 cookie #character.set=204 # Required for Unicode to work on GTK+: # LC_CTYPE=en_US.UTF-8 #output.code.page=65001 code.page=65001 # Export # Define values for use in the imported properties files chars.alpha=abcdefghijklmnopqrstuvwxyzšđčćžABCDEFGHIJKLMNOPQRSTUVWXYZŠĐČĆŽ #chars.numeric=0123456789 #chars.accented=ŠšŒœŸÿÀàÁáÂâÃãÄäÅ寿ÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖØøÙùÚúÛûÜüÝýÞþßö # This is a better set for Russian: #chars.accented=ÀàÁáÂâÃãÄäÅå¨¸ÆæÇçÈèÉéÊêËëÌìÍíÎîÏïÐðÑñÒòÓóÔôÕõÖö×÷ØøÙùÚúÛûÜüÝýÞþßÿ # Give symbolic names to the set of fonts used in the standard styles. if PLAT_WIN #font.base=font:Verdana,size:9 font.base=font:Courier New,size:9 font.small=font:Courier New,size:8 font.comment=font:Courier New,size:9 # font.code.comment.box=$(font.comment) # font.code.comment.line=$(font.comment) # font.code.comment.doc=$(font.comment) font.text=font:Courier New,size:9,color:#eee font.text.comment=font:Terminal,size:9 # font.embedded.base=font:Verdana,size:9 # font.embedded.comment=font:Comic Sans MS,size:8 font.monospace=font:Courier New,size:9 # font.vbs=font:Lucida Sans Unicode,size:10 # User defined key commands #user.shortcuts=\ #Ctrl+Shift+V|IDM_PASTEANDDOWN|\ #Ctrl+PageUp|IDM_PREVFILE|\ #Ctrl+PageDown|IDM_NEXTFILE| #ext.lua.startup.script=$(SciteUserHome)/scitefiles/html.lua ext.lua.startup.script=$(SciteDefaultHome)/scite_lua/html.lua #ext.lua.startup.script=$(SciteDefaultHome)/extman.lua #~ command.name.0.*.*=Indent #~ command.0.*.*=astyle -taO $(FileNameExt) #~ command.is.filter.0.*.*=1 #~ command.name.0.*=test #~ command.0.*=c:\php4\php.exe -f d:\apps\wscite\comm\do.php #~ command.subsystem.0.*=0 #~ #command.input.0.*=('', '') #~ command.input.0.*=$(CurrentSelection) #~ command.replace.selection.0.*=1 #~ command.quiet.0.*=1 #~ command.mode.0.*=quiet:yes,savebefore:no #command.name.1.*=Span Bold command.1.*=html_b command.subsystem.1.*=3 command.mode.1.*=savebefore:no command.shortcut.1.*=Ctrl+Alt+S #command.name.2.*=HTML Italic command.2.*=html_i command.subsystem.2.*=3 command.mode.2.*=savebefore:no command.shortcut.2.*=Ctrl+Alt+I #command.name.3.*=HTML DIV command.3.*=html_div command.subsystem.3.*=3 command.mode.3.*=savebefore:no #command.name.4.*=HTML DIV Class command.4.*=html_divc command.subsystem.4.*=3 command.mode.4.*=savebefore:no command.shortcut.4.*=Ctrl+Alt+B #command.name.5.*=HTML P command.5.*=html_p command.subsystem.5.*=3 command.mode.5.*=savebefore:no #command.name.6.*=HTML P Class command.6.*=html_pc command.subsystem.6.*=3 command.mode.6.*=savebefore:no command.shortcut.6.*=Ctrl+Alt+P #command.name.7.*=HTML A command.7.*=html_a command.subsystem.7.*=3 command.mode.7.*=savebefore:no command.shortcut.7.*=Ctrl+Alt+A #command.name.8.*=HTML H1 command.8.*=html_h1 command.subsystem.8.*=3 command.mode.8.*=savebefore:no command.shortcut.8.*=Ctrl+1 #command.name.9.*=HTML H2 command.9.*=html_h2 command.subsystem.9.*=3 command.mode.9.*=savebefore:no command.shortcut.9.*=Ctrl+2 #command.name.10.*=HTML H3 command.10.*=html_h3 command.subsystem.10.*=3 command.mode.10.*=savebefore:no command.shortcut.10.*=Ctrl+3 #command.name.11.*=HTML H4 command.11.*=html_h4 command.subsystem.11.*=3 command.mode.11.*=savebefore:no command.shortcut.11.*=Ctrl+4 #command.name.12.*=HTML H5 command.12.*=html_h5 command.subsystem.12.*=3 command.mode.12.*=savebefore:no command.shortcut.12.*=Ctrl+5 #command.name.13.*=HTML H6 command.13.*=html_h6 command.subsystem.13.*=3 command.mode.13.*=savebefore:no command.shortcut.13.*=Ctrl+6 command.name.14.*=HTML UL command.14.*=html_ul command.subsystem.14.*=3 command.mode.14.*=savebefore:no command.name.15.*=HTML LI command.15.*=html_li command.subsystem.15.*=3 command.mode.15.*=savebefore:no command.shortcut.15.*=Ctrl+Alt+L command.name.16.*=HTML DL command.16.*=html_dl command.subsystem.16.*=3 command.mode.16.*=savebefore:no command.name.17.*=HTML DT command.17.*=html_dt command.subsystem.17.*=3 command.mode.17.*=savebefore:no command.shortcut.17.*=Ctrl+Alt+T command.name.18.*=HTML DD command.18.*=html_dd command.subsystem.18.*=3 command.mode.18.*=savebefore:no command.shortcut.18.*=Ctrl+Alt+T command.name.19.*=HTML ABBR command.19.*=html_abbr command.subsystem.19.*=3 command.mode.19.*=savebefore:no command.name.20.*=HTML ACRONYM command.20.*=html_acro command.subsystem.20.*=3 command.mode.20.*=savebefore:no command.name.21.*=HTML DEL command.21.*=html_del command.subsystem.21.*=3 command.mode.21.*=savebefore:no command.name.22.*=HTML INS command.22.*=html_ins command.subsystem.22.*=3 command.mode.22.*=savebefore:no command.name.23.*=HTML BLOCKQUOTE command.23.*=html_bloc command.subsystem.23.*=3 command.mode.23.*=savebefore:no command.name.24.*=HTML CITE command.24.*=html_cite command.subsystem.24.*=3 command.mode.24.*=savebefore:no command.name.25.*=HTML Q command.25.*=html_q command.subsystem.25.*=3 command.mode.25.*=savebefore:no command.name.26.*=HTML IMG command.26.*=html_img command.subsystem.26.*=3 command.mode.26.*=savebefore:no command.name.27.*=HTML title="" command.27.*=html_title command.subsystem.27.*=3 command.mode.27.*=savebefore:no command.name.28.*=HTML alt="" command.28.*=html_alt command.subsystem.28.*=3 command.mode.28.*=savebefore:no command.name.29.*=HTML longdesc="" command.29.*=html_longdesc command.subsystem.29.*=3 command.mode.29.*=savebefore:no command.name.30.*=HTML comment MARKER command.30.*=html_comment_marker command.subsystem.30.*=3 command.mode.30.*=savebefore:no ########## command.name.31.*=XHTML Sablon command.31.*=html_meta_xhtml_tmpl command.subsystem.31.*=3 command.mode.31.*=savebefore:no command.name.32.*=HTML LINK rel command.32.*=html_meta_link_rel command.subsystem.32.*=3 command.mode.32.*=savebefore:no command.name.33.*=HTML CSS link command.33.*=html_meta_css_link command.subsystem.33.*=3 command.mode.33.*=savebefore:no command.name.34.*=HTML CSS inline command.34.*=html_meta_css_inline command.subsystem.34.*=3 command.mode.34.*=savebefore:no command.name.35.*=HTML JS eksterni command.35.*=html_meta_js_external command.subsystem.35.*=3 command.mode.35.*=savebefore:no command.name.36.*=HTML JS inline command.36.*=html_meta_js_inline command.subsystem.36.*=3 command.mode.36.*=savebefore:no ########## command.name.37.*=Inter INCLUDE pre.php command.37.*=inter_include_pre command.subsystem.37.*=3 command.mode.37.*=savebefore:no command.name.38.*=Inter INCLUDE I_FSYS_INC... command.38.*=inter_include_inc command.subsystem.38.*=3 command.mode.38.*=savebefore:no command.name.39.*=Inter PAGE template command.39.*=inter_page command.subsystem.39.*=3 command.mode.39.*=savebefore:no command.name.40.*=Inter NEWLINE command.40.*=inter_newline command.subsystem.40.*=3 command.mode.40.*=savebefore:no ########## command.name.41.*=PHP command.41.*=php_tagovi command.subsystem.41.*=3 command.mode.41.*=savebefore:no command.name.42.*=PHP $_GET[''] command.42.*=php_get command.subsystem.42.*=3 command.mode.42.*=savebefore:no command.name.43.*=PHP var_dump command.43.*=php_var_dump command.subsystem.43.*=3 command.mode.43.*=savebefore:no command.name.44.*=PHP $ = ''; command.44.*=php_varijabla command.subsystem.44.*=3 command.mode.44.*=savebefore:no command.name.45.*=PHP ' . . ' command.45.*=php_ubaci_varijablu command.subsystem.45.*=3 command.mode.45.*=savebefore:no command.name.46.*=PHP . '' . command.46.*=php_ubaci_tekst command.subsystem.46.*=3 command.mode.46.*=savebefore:no command.name.47.*=Scite -*- coding: utf-8 -*- command.47.*=sci_utf8 command.subsystem.47.*=3 command.mode.47.*=savebefore:no # pregledjivac za moju miku... command.name.48.*=Prikazi u FX-u command.subsystem.48.*=1 command.48.*="C:\Program Files\Mozilla Firefox\firefox.exe" "$(FilePath)" command.shortcut.48.*=Ctrl+F12 command.save.before.48.*=2 #command.name.49.*=UC First command.49.*=ucfirst command.subsystem.49.*=3 command.mode.49.*=savebefore:no command.shortcut.49.*=Ctrl+Alt+C ###################################### user.context.menu=\ Clear Output|IDM_CLEAROUTPUT|\ UpperCase Prvo slovo|1149|\ ||\ Prikazi fajl u Firefoxu - [CTRL+F12]|1148|\ Predji na UTF8-Cookie|154|\ Stampaj UTF8-Cookie "-*- coding: utf-8 -*-"|1147|\ ||\ HTML title=""|1127|\ HTML alt=""|1128|\ HTML longdesc=""|1129|\ HTML comment |1130|\ ||\ HTML span=b|1101|\ HTML Italic|1102|\ HTML DIV|1103|\ HTML DIV Class|1104|\ HTML P|1105|\ HTML P Class|1106|\ HTML A|1107|\ HTML H1|1108|\ HTML H2|1109|\ HTML H3|1110|\ HTML H4|1111|\ HTML H5|1112|\ HTML H6|1113|\ HTML UL|1114|\ HTML LI|1115|\ HTML DL|1116|\ HTML DT|1117|\ HTML DD|1118|\ HTML ABBR|1119|\ HTML ACRONYM|1120|\ HTML DEL|1121|\ HTML INS|1122|\ HTML BLOCKQUOTE|1123|\ HTML CITE|1124|\ HTML Q|1125|\ HTML IMG|1126|\ ||\ Inter INCLUDE pre.php|1137|\ Inter INCLUDE I_FSYS_INC...|1138|\ Inter PAGE template|1139|\ Inter NEWLINE|1140|\ ||\ PHP |1141|\ PHP $_GET['']|1142|\ PHP var_dump|1143|\ PHP $ = '';|1144|\ PHP ' . . '|1145|\ PHP . '' . |1146|\ ||\ HTML XHTML sablon|1131|\ HTML LINK rel|1132|\ HTML CSS link|1133|\ HTML CSS inline|1134|\ HTML JS eksterni|1135|\ HTML JS inline|1136|\ # User defined key commands #user.shortcuts=\ #Ctrl+Shift+V|IDM_PASTEANDDOWN|\ #Ctrl+PageDown|IDM_NEXTFILE| #KeypadPlus|IDM_EXPAND|\ #KeypadMinus|IDM_BLOCK_COMMENT| #Identer|1100|\ html.tags.case.sensitive=1