Guest User

Untitled

a guest
Apr 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # use monospaced fonts
  2. font.base=$(font.monospace)
  3. font.small=$(font.monospace)
  4. font.comment=$(font.monospace)
  5. font.text=$(font.monospace)
  6. font.text.comment=$(font.monospace)
  7. font.embedded.base=$(font.monospace)
  8. font.embedded.comment=$(font.monospace)
  9. font.vbs=$(font.monospace)
  10.  
  11. # show line numbers
  12. line.margin.visible=1
  13. line.margin.width=3+
  14.  
  15. # hide tab bar until there is more than one tab
  16. tabbar.hide.one=1
  17.  
  18. # autoclose xml/html tags
  19. xml.auto.close.tags=1
  20. html.tags.case.sensitive=1
  21.  
  22. # use unix line endings
  23. eol.mode=LF
  24.  
  25. # use existing instances of scite
  26. check.if.already.open=1
  27.  
  28. # strip trailing spaces
  29. strip.trailing.spaces=1
  30.  
  31. # tab size
  32. tab.size.*.php=4
  33. tab.size.*.html=4
  34. tab.size.*.xml=4
  35. indent.size.*.php=4
  36. indent.size.*.html=4
  37. indent.size.*.xml=4
  38. use.tabs.*.php=0
  39. use.tabs.*.html=0
  40. use.tabs.*.xml=0
  41. backspace.unindents=1
  42.  
  43. # black background color
  44. style.*.32=$(font.base),back:#000000,fore:#ffffff
  45. style.*.33=back:#C0C0C0,$(font.base)
  46. style.*.37=fore:#939393
  47. caret.fore=#FFFFFF
  48. selection.alpha=75
  49. selection.back=#FFFFFF
  50. colour.keyword=fore:#649bff
  51. colour.operator=fore:#727272
  52.  
  53. # hide horizontal scrollbar until needed
  54. horizontal.scrollbar=1
  55. horizontal.scroll.width=1
  56. horizontal.scroll.width.tracking=1
  57.  
  58. # window position
  59. position.left=280
  60. position.top=120
  61. position.width=680
  62. position.height=800
  63.  
  64. # external applications
  65. command.name.1.*.php=PHP_CodeSniffer
  66. command.1.*.php=php "c:/scripts/phpcs.php" "$(FilePath)"
Add Comment
Please, Sign In to add comment