Menu

#1490 Sharing my SciTEUser.properties

Initial
closed
nobody
SciTE (280)
5
2023-07-30
2023-07-27
John Doe
No

Since I'm here, I felt like posting my customizations!
If this is inappropriate, I apologize and you may delete the thread, thanks.

I'm using SciTE mostly on Windows, where I'm allergic to VS Code and the only
other decent choices are, in my opinion, Code::Blocks and Notepad2.

Meanwhile on Linux, I favor the "Liberation Mono" font as certain things look
better in it (the digit 1, and the vertical spacing, for instance). I should
also note that on Linux there is stronger competition: both Kate (KDE5) and
Geany are pretty darn good.

font.base=$(font.monospace)
font.small=$(font.monospace)
font.comment=$(font.monospace)
font.text=$(font.monospace)
font.text.comment=$(font.monospace)
font.embedded.base=$(font.monospace)
font.embedded.comment=$(font.monospace)
font.vbs=$(font.monospace)
if PLAT_WIN
    font.monospace=font:Consolas,size:10
    make.command=mingw32-make
    command.go.*.c=.\$(FileName).exe
    command.go.$(file.patterns.cplusplus)=.\$(FileName).exe
    command.go.needs.*.c=gcc -std=c99 $(ccopts) $(FileNameExt) -o $(FileName).exe
    command.go.needs.$(file.patterns.cplusplus)=g++ -std=c++14 $(ccopts) $(FileNameExt) -o $(FileName).exe
if PLAT_GTK
    font.monospace=font:Liberation Mono,size:10
    command.go.needs.*.c=gcc -std=c99 $(ccopts) $(FileNameExt) -o $(FileName)
    command.go.needs.$(file.patterns.cplusplus)=g++ -std=c++14 $(ccopts) $(FileNameExt) -o $(FileName)
save.position=1
line.margin.visible=1
line.margin.width=4+
caret.line.back=#FFFED83F
edge.column=80
edge.mode=1
highlight.current.word=1
tabsize=4
indent.size=4
use.tabs=0
wrap=1
output.wrap=1
autocompleteword.automatic=1
title.full.path=1
title.show.buffers=1
view.whitespace=1
selection.multiple=1
whitespace.fore=#DDDDDD
whitespace.size=2
strip.trailing.spaces=1
ensure.final.line.end=1
ensure.consistent.line.ends=1
eol.mode=LF
fold.line.colour=#80800080
ccopts=-Wall -Wextra -pedantic -Os -s
cc=g++ -std=c++14 $(ccopts) -c $(FileNameExt) -o $(FileName).o
ccc=gcc -std=c99 $(ccopts) -c $(FileNameExt) -o $(FileName).o
command.compile.*.c=$(ccc)

Discussion

  • Neil Hodgson

    Neil Hodgson - 2023-07-27

    I prefer proportional fonts myself as you get more text in each line and its more legible. As a member of the Proportionist Front, I use SciTE to further our dreams of dominating the universe.

     
    • Vic

      Vic - 2023-07-28

      even for coding?

       
      • Neil Hodgson

        Neil Hodgson - 2023-07-28

        even for coding?

        Of course. I often use SciTE with default settings.

         
    • John Doe

      John Doe - 2023-07-28

      :)
      You need to invent self-expanding tabs before you can conquer the Universe.

       
  • Neil Hodgson

    Neil Hodgson - 2023-07-30
    • labels: --> SciTE
    • status: open --> closed
     
  • Neil Hodgson

    Neil Hodgson - 2023-07-30

    Closing since I'm not planning on distributing this properties file.

     

Log in to post a comment.