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

+5

Detect new files or sync with filesystem for 'goto anything'.

Kevin Zettler vor 12 Jahren 0

If I open a sublime project from the command line with `subl .`

and then later go to that directory and create new files with `touch newfile.txt` or even switching git branches which adds new files. These files are not detected in the session of sublime using the `goto anything` I have to close sublime and relaunch with another `subl .`

+5

Edit related css and live editing in browser like adobe brackets

aristidesfl vor 12 Jahren 0
Youtube video


+5

Always show current line and column

Jimmy Soho vor 12 Jahren 0

In the statusbar in the bottom left it shows the current line and column. If you select a word, line, etc. these values disappear. Why? Even in selection mode the cursor is somewhere, please show this invaluable information. Also, when searching within a file, it will show e.g. "32 of 56 matches". Nice, but not as useful information as showing the current line and column where the match is made.

+5

Project windows should include folder name

chaiguy vor 13 Jahren aktualisiert von Michael Mazour vor 13 Jahren 1
When you drop a folder onto Sublime, the project name really should default to the folder name, so there is a way to tell what folder window one is working in. E.g. if I have 17 folders each with an info.xml file, I can't tell them apart in the window list.
+5

project-dependant build system

Joshua Warner vor 13 Jahren aktualisiert von for_the_winn vor 11 Jahren 1
I would like the build system to be configurable on a per-project basis.  I find it somewhat of a pain to use the current build system setup, because I like to put mu cmake-generated makefiles in <project_dir>/build directory, which means that I also have to put another makefile in <project_dir> that just defers to that one, just so that Sublime will be able to "find" it.
+5

Show key bindings for snippets in snippets menu

Ryan Anklam vor 13 Jahren 0
Image 37
+5

Launchbar open recent files not working

aristidesfl vor 13 Jahren aktualisiert vor 13 Jahren 1

Launchbar is a powerful application launcher, file manager and utility tool for Mac OS X.


One of the features is allowing you to open recent files used by application.


I believe it is supposed to interact with the open recent menu of applications, but for some reason not working with sublime.
Maybe it is using some API incorrectly of not using at all..

Here is a video of it working with Git and Textmate: http://youtu.be/EVhs14xhtp0
+5

quick zoom in grid view

srix sriramkumar vor 13 Jahren aktualisiert von Julien Ammous vor 12 Jahren 1
A shortcut key to quickly zoom in on one of the quadrant page on the grid view. On perssing the shortcut key the quadrant page zooms in ie becomes a full page and when I press the same shortcut key again in zooms out ie move back to the same position in the grid view with other pages and their relatie position in the grid intact.
+5

Pricing

Christian Cucchi vor 13 Jahren aktualisiert von Shen Fangyang vor 12 Jahren 1
Hi,

Sublime Text 2 is awesome - easily my favourite text editor. My only concern is that you will not make nearly enough conversions from your unlimited evaluation with your current pricing scheme. $60 will be considered by most as waaaay too high for a text editor, especially when there is no real incentive to buy. I would suggest lowering the regular price significantly (maybe as low as even $10-15. Just look at Steam's pricing for games - this is a price bracket that many people are comfortable with and Valve is now valued at something like $6bn) whilst keeping the $60 fee as a "developer licence". I don't think there would be many enterprise users that would opt for the cheaper license fee just to save money, and I think you'd get many more conversions from regular users if you adopted this model.

As I mentioned, I'm a genuine fan and my suggestions are only an attempt to make sure you reap the benefits of your hard work effectively.

Cheers
+5

SQL Syntax Highlighter Error ('#' does NOT preface a comment)

Tomáš Krůta vor 13 Jahren aktualisiert von Gary Hall vor 12 Jahren 2
The rest of a line after a number sign '#' is wrongly highlighted as comment now.
A single number sign '#' prefixes names of local temporary tables. They should be highlighted the same way (or at least similar) as tables are.
And a double number sign '##' prefixes names of global temporary tables...