Configuring Sublime Text 2
31–40 of 92 posts
Re: Configuring Sublime Text 2
#32Re: Configuring Sublime Text 2
#33Always wondering why the version '2' is emphasised heavily. Never heard of Sublime Text when it is version 1. The version number is part of the app binary file name. It is the only OS X app in my Mac that has the app name together with version number on the menu bar. Nothing wrong with this "unconventional", just that it will break a little thing when Sublime Text 3 is released. For example to change command prompt l…
Re: Configuring Sublime Text 2
#34Re: Configuring Sublime Text 2
#35Always wondering why the version '2' is emphasised heavily. Never heard of Sublime Text when it is version 1. The version number is part of the app binary file name. It is the only OS X app in my Mac that has the app name together with version number on the menu bar. Nothing wrong with this "unconventional", just that it will break a little thing when Sublime Text 3 is released. For example to change command prompt l…
Re: Configuring Sublime Text 2
#36Does sublime text 2 work well with CL or Haskell?
Re: Configuring Sublime Text 2
#37My first piece of advice is to set up a command line alias for Sublime... Sublime ships w/ a command-line executable: /usr/bin/subl
This hasn't been working for me for some reason on OSX, the posted alternative however did work so I'm quite excited!
The actual executable is buried in Sublime's .app directory:
Sublime Text 2.app/Contents/SharedSupport/bin/sublRe: Configuring Sublime Text 2
#38As a python programmer, these were the first two settings I configured after installing Sublime Text. "tab_size": 2, "translate_tabs_to_spaces": true You can either set them as Preferences > Settings - Default or Settings - Syntax specific
Re: Configuring Sublime Text 2
#39Re: Configuring Sublime Text 2
#40As a python programmer, these were the first two settings I configured after installing Sublime Text. "tab_size": 2, "translate_tabs_to_spaces": true You can either set them as Preferences > Settings - Default or Settings - Syntax specific
Uh, two space indentation in Python? Consistency is valuable. Everyone else who writes Python uses four spaces. http://www.python.org/dev/peps/pep-0008/#indentation