# import pari.properties # hier den Pfad anpassen: import c:\Programme\Scite\pari source.files=$(source.files);*.gp;*.pg; split.vertical=0 # das sind die Einstellungen des OutputBereiches: # schwarzer Hintergrund: style.errorlist.32=$(font.small),back:#000000 style.errorlist.0=fore:#FFFFFF # Position, Breite und Hhe des Editor-Fensters: #position.left=0 #position.top=0 #position.width=600 #position.height=1024 # tool und statusbar einblenden: toolbar.visible=1 statusbar.visible=1 tabsize=8 use.tabs=0 indent.size=4 indent.auto=1 indent.automatic=1 indent.opening=0 indent.closing=0 tab.indents=1 backspace.unindents=1 # Schriftgröße hier anpassen: FontSizeSmall=10 FontSizeBig=12sss font.base=$(font.monospace),size:$(FontSizeBig) font.small=$(font.monospace),size:$(FontSizeSmall) font.comment=$(font.monospace),size:$(FontSizeSmall) font.text=$(font.monospace),size:$(FontSizeBig) font.text.comment=$(font.monospace),size:$(FontSizeSmall) font.embedded.base=$(font.monospace),size:$(FontSizeBig) font.embedded.comment=$(font.monospace),size:$(FontSizeSmall) font.vbs=$(font.monospace),size:$(FontSizeBig)