Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+1

Change minimum requirement to 10.6 for Sublime Text 3

Sebastian Szwarc 12 years ago 0

Common..10.7 as minimal requirement for program that is enhanced notepad written in python? Very annoying. Developers should not ignore system which is still officially available to buy in Apple Store. Especially when old Windows versions re still supported. :(

+1

Build with an unselected build system

João Campos 12 years ago updated by Clint Levijoki 11 years ago 1

Every time you want to build with a specific build system (that is not the currently selected) you have to first select the build system in Tools menu and then execute the build. To make this process less tedious the available build systems should be show on the Command Palette (to select and/or to run the build with that system) and/or there should be a command to show the available build systems and execute them.

+1

Different font_size for each pane via right clicking or other.

Jordon Bedwell 13 years ago 0
It would be nice to have different font sizes for each code pane.  For example I have 2 code panes.  One that holds my current migration and the other which generally is the controller, the model or a seed.  It would be nice if we could shrink the text of the second pane so that it doesn't take up so much real estate since it's mostly there to reference.
+1

live preview with browser

pekster 11 years ago 0
i seggest the live preview with the browser it will be owsome to edit and see  instant changes like brackets no more pain with live reload , also hex code and image preview inside code, there is more but these are main important features i hope this comes in version 3 stable
+1

Exclude paths from Go To Anything in a project

pete otaqui 14 years ago 0
Similar to this request:

http://sublimetext.userecho.com/topic/43409-ignore-file-types-and-directories-in-project-when-using-goto-anything/


However, as with the original (which has been marked closed) I would idealy like this on a per-project basis, because I want to exclude packaged javascript files.


Ideally I would still like to see them in the project, since it can be useful to have a look at the packages results, but I don't want to see duplicates for almost everything in "Go To Anything" results.


It's not a huge deal since Go To Anything is pretty smart and I can just prefix my terms with "src" to get only source files.

+1

column ruler

Eye Bull 13 years ago 0
... would be a nice feature
+1

Show top function's prototype in autocomplete window

Nick23 12 years ago updated by robertcollier4 12 years ago 3

So when implementing a function, you won't have to switch to a different file and back if you forget what parameters the function accepts.

+1

Ability to switch to column selection after you already have a selection.

Martin H 13 years ago 0

In Textmate, if I select with the mouse, and then hold Alt/Option, it switches to column mode. Or if I select lines with the keyboard, and then press Alt/Option, it switches to column mode. Currently, in ST2, I have to start the selection while holding Alt/Option, or use Add [Previous/Next] Line

+1

Completion weighting

balaam 13 years ago 0
There are several systems that suggest completions at the moment it's just an ordered list
  • Snippets
  • API-injected completions
  • .sublime-completions files
  • Words in buffer
We can do better than this! Each of these categories should weigh their completion 0-1 on how confident they are this is relevant and then the list should be generated from that. This would make using completions much more tolerable.

There could be several weighting functions which then average the results.
+1

2 years and no updates ...

Farsheed Ashouri 9 years ago updated by jgstew 9 years ago 1

Is sublime development dead?