SciTE default options


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # visual options of the gui
  2. tabbar.hide.one=0
  3. toolbar.visible=1
  4. tabbar.visible=1
  5. statusbar.visible=1
  6. line.margin.visible=1
  7. line.margin.width=4
  8. buffers=20
  9. buffers.zorder.switching=1
  10.  
  11. # editing options
  12. braces.check=1
  13. braces.sloppy=1
  14. are.you.sure=1
  15. load.on.activate=1
  16. are.you.sure.on.reload=1
  17. reload.preserves.undo=1
  18.  
  19. # source-respect options
  20. strip.trailing.spaces=1
  21. tabsize=4
  22. indent.size=4
  23. use.tabs=0
  24. indent.auto=1
  25. indent.opening=1
  26. indent.closing=1
  27. tab.indents=1
  28. backspace.unindents=1
  29. eol.mode=LF
  30. eol.auto=1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.