/root/Desktop/scite350/scite/src/SciTEGlobal.properties.orig 2014-09-04 19:53:01.000000000 -0400 |
/root/Desktop/scite350/scite/src/SciTEGlobal.properties 2014-09-04 23:50:32.975115194 -0400 |
||
Line 12: | Line 12: | ||
if PLAT_GTK | if PLAT_GTK | ||
position.left=5 | position.left=5 | ||
position.top=22 | position.top=22 | ||
- | position.width=576 | + | position.width=800 |
- | position.height=740 | + | position.height=600 |
#position.maximize=1 | #position.maximize=1 | ||
#position.tile=1 | #position.tile=1 | ||
#full.screen.hides.menu=1 | #full.screen.hides.menu=1 | ||
Line 42: | Line 42: | ||
#statusbar.visible=1 | #statusbar.visible=1 | ||
#fileselector.width=800 | #fileselector.width=800 | ||
#fileselector.height=600 | #fileselector.height=600 | ||
- | #fileselector.show.hidden=1 | + | fileselector.show.hidden=1 |
#magnification=-1 | #magnification=-1 | ||
#output.magnification=-1 | #output.magnification=-1 | ||
Line 89: | Line 89: | ||
selection.alpha=32 | selection.alpha=32 | ||
selection.back=#000000 | selection.back=#000000 | ||
if PLAT_GTK | if PLAT_GTK | ||
- | selection.alpha=30 | + | selection.alpha=100 |
- | selection.back=#000000 | + | selection.back=#00ff00 |
if PLAT_MAC | if PLAT_MAC | ||
selection.alpha=32 | selection.alpha=32 | ||
selection.back=#000000 | selection.back=#000000 | ||
Line 120: | Line 120: | ||
#indicators.under=1 | #indicators.under=1 | ||
# Scripting | # Scripting | ||
- | ext.lua.startup.script=$(SciteUserHome)/SciTEStartup.lua | + | ext.lua.startup.script=/usr/share/scite/script/SciTEStartup.lua |
ext.lua.auto.reload=1 | ext.lua.auto.reload=1 | ||
#ext.lua.reset=1 | #ext.lua.reset=1 | ||
Line 138: | Line 138: | ||
#temp.files.sync.load=1 | #temp.files.sync.load=1 | ||
default.file.ext=.cxx | default.file.ext=.cxx | ||
#source.default.extensions=.h|.cxx|.bat | #source.default.extensions=.h|.cxx|.bat | ||
- | #title.full.path=1 | + | title.full.path=1 |
#title.show.buffers=1 | #title.show.buffers=1 | ||
#pathbar.visible=1 | #pathbar.visible=1 | ||
#save.recent=1 | #save.recent=1 | ||
Line 166: | Line 166: | ||
#max.file.size=1 | #max.file.size=1 | ||
# Indentation | # Indentation | ||
- | tabsize=8 | + | tabsize=4 |
- | indent.size=8 | + | indent.size=4 |
use.tabs=1 | use.tabs=1 | ||
#indent.auto=1 | #indent.auto=1 | ||
indent.automatic=1 | indent.automatic=1 | ||
Line 220: | Line 220: | ||
#find.replace.regexp.posix=1 | #find.replace.regexp.posix=1 | ||
#find.replace.wrap=0 | #find.replace.wrap=0 | ||
#find.replacewith.focus=0 | #find.replacewith.focus=0 | ||
- | #find.replace.advanced=1 | + | find.replace.advanced=1 |
- | find.use.strip=1 | + | find.use.strip=0 |
#find.strip.incremental=1 | #find.strip.incremental=1 | ||
#find.indicator.incremental=style:compositionthick,colour:#FFB700,under | #find.indicator.incremental=style:compositionthick,colour:#FFB700,under | ||
- | replace.use.strip=1 | + | replace.use.strip=0 |
#replace.strip.incremental=1 | #replace.strip.incremental=1 | ||
#strip.button.height=24 | #strip.button.height=24 | ||
Line 270: | Line 270: | ||
command.scite.help="file://$(SciteDefaultHome)\SciTEDoc.html" | command.scite.help="file://$(SciteDefaultHome)\SciTEDoc.html" | ||
command.scite.help.subsystem=2 | command.scite.help.subsystem=2 | ||
if PLAT_GTK | if PLAT_GTK | ||
- | command.print.*=a2ps "$(FileNameExt)" | + | command.print.*=gtklp "$(FileNameExt)" |
command.scite.help=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html" | command.scite.help=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html" | ||
# Internationalisation | # Internationalisation | ||
Line 297: | Line 297: | ||
export.html.styleused=1 | export.html.styleused=1 | ||
#export.html.title.fullpath=1 | #export.html.title.fullpath=1 | ||
#export.rtf.tabs=1 | #export.rtf.tabs=1 | ||
- | #export.rtf.font.face=Arial | + | export.rtf.font.face=Sans |
#export.rtf.font.size=9 | #export.rtf.font.size=9 | ||
#export.rtf.tabsize=8 | #export.rtf.tabsize=8 | ||
#export.rtf.wysiwyg=0 | #export.rtf.wysiwyg=0 | ||
Line 305: | Line 305: | ||
# Magnification (added to default screen font size) | # Magnification (added to default screen font size) | ||
export.pdf.magnification=0 | export.pdf.magnification=0 | ||
# Font: Courier, Helvetica or Times (Courier line-wraps) | # Font: Courier, Helvetica or Times (Courier line-wraps) | ||
- | export.pdf.font=Helvetica | + | export.pdf.font=Verdana |
# Page size (in points): width, height | # Page size (in points): width, height | ||
# E.g. Letter 612,792; A4 595,842; maximum 14400,14400 | # E.g. Letter 612,792; A4 595,842; maximum 14400,14400 | ||
export.pdf.pagesize=595,842 | export.pdf.pagesize=595,842 | ||
Line 421: | Line 421: | ||
font.monospace=font:Consolas,size:8.9 | font.monospace=font:Consolas,size:8.9 | ||
font.vbs=font:Lucida Sans Unicode,size:10 | font.vbs=font:Lucida Sans Unicode,size:10 | ||
if PLAT_GTK | if PLAT_GTK | ||
- | font.base=font:Bitstream Vera Sans,size:9 | + | font.base=font:!Aerial Mono,size:10 |
- | font.small=font:Bitstream Vera Sans,size:8 | + | font.small=font:!Aerial Mono,size:8 |
- | font.comment=font:Bitstream Vera Serif,size:9 | + | font.comment=font:!Aerial Mono:10 |
font.code.comment.box=$(font.comment) | font.code.comment.box=$(font.comment) | ||
font.code.comment.line=$(font.comment) | font.code.comment.line=$(font.comment) | ||
font.code.comment.doc=$(font.comment) | font.code.comment.doc=$(font.comment) | ||
font.code.comment.nested=$(font.comment) | font.code.comment.nested=$(font.comment) | ||
- | font.text=font:Bitstream Charter,size:10 | + | font.text=$(font.base) |
- | font.text.comment=font:Serif,size:9 | + | font.text.comment=$(font.comment) |
- | font.embedded.base=font:Serif,size:9 | + | font.embedded.base=$(font.base) |
- | font.embedded.comment=font:Serif,size:9 | + | font.embedded.comment=$(font.comment) |
- | font.monospace=font:Bitstream Vera Sans Mono,size:9 | + | font.monospace=$(font.base) |
- | font.vbs=font:Bitstream Vera Sans Mono,size:9 | + | font.vbs=$(font.base) |
if PLAT_MAC | if PLAT_MAC | ||
font.base=font:Verdana,size:12 | font.base=font:Verdana,size:12 | ||
font.small=font:Verdana,size:10 | font.small=font:Verdana,size:10 | ||
Line 471: | Line 471: | ||
# Global default styles for all languages | # Global default styles for all languages | ||
# Default | # Default | ||
- | style.*.32=$(font.base) | + | style.*.32=$(font.base),back:#FFFFDE,fore:#000000 |
# Line number | # Line number | ||
style.*.33=back:#C0C0C0,$(font.base) | style.*.33=back:#C0C0C0,$(font.base) | ||
# Brace highlight | # Brace highlight | ||
Line 481: | Line 481: | ||
# Control characters | # Control characters | ||
style.*.36= | style.*.36= | ||
# Indentation guides | # Indentation guides | ||
- | style.*.37=fore:#C0C0C0,back:#FFFFFF | + | style.*.37=fore:#DDDDDD,back:#FFFFFF |
# Printing | # Printing | ||
- | #print.colour.mode=1 | + | print.colour.mode=2 |
print.magnification=-1 | print.magnification=-1 | ||
# Windows-only setup: left, right, top, bottom margins, in local units: | # Windows-only setup: left, right, top, bottom margins, in local units: | ||
# hundredths of millimeters or thousandths of inches | # hundredths of millimeters or thousandths of inches | ||
Line 626: | Line 626: | ||
# Import all the language specific properties files in this directory | # Import all the language specific properties files in this directory | ||
import * | import * | ||
+ | command.name.10.*=Open URL in Browser | ||
+ | command.10.*=open_url | ||
+ | command.subsystem.10.*=3 | ||
+ | command.mode.10.*=savebefore:no | ||
+ | command.shortcut.10.*=Ctrl+' | ||
+ | |||
+ | command.name.11.*=Insert Current Date | ||
+ | command.11.*=InsertDate | ||
+ | command.subsystem.11.*=3 | ||
+ | command.mode.11.*=savebefore:no | ||
+ | command.shortcut.11.*=Ctrl+D | ||
+ | |||
+ | command.name.12.*=Sort Selected Text | ||
+ | command.mode.12.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.12.*=sort_text | ||
+ | |||
+ | command.name.13.*=Count - Occurrence of Selected Text | ||
+ | command.mode.13.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.13.*=CountOccurances | ||
+ | |||
+ | command.name.14.*=Count - Document Characters, Words and Lines | ||
+ | command.mode.14.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.14.*=WordCount | ||
+ | |||
+ | command.name.31.*=Clean - Fix Indentation | ||
+ | command.mode.31.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.31.*=fixIndentation | ||
+ | |||
+ | command.name.32.*=Clean - Strip Trailing Spaces | ||
+ | command.mode.32.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.32.*=stripTrailingSpaces | ||
+ | |||
+ | command.name.35.*=Case Toggle | ||
+ | command.mode.35.*=subsystem:lua,savebefore:no,groupundo | ||
+ | command.shortcut.35.*=F5 | ||
+ | command.35.*=caseToggle | ||
+ | |||
+ | command.name.37.*=Mark - Mark Occurrences | ||
+ | command.mode.37.*=subsystem:lua,savebefore:no | ||
+ | command.37.*=markOccurrences | ||
+ | command.shortcut.37.*=Ctrl+. | ||
+ | |||
+ | command.name.38.*=Mark - Clear Occurrences | ||
+ | command.mode.38.*=subsystem:lua,savebefore:no | ||
+ | command.38.*=clearOccurrences | ||
+ | command.shortcut.38.*=Ctrl+, |
Content generated by Diffh.