Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Add Grunt to default Build Systems
I'd love to see Grunt added to the default build systems.
There are custom build scripts and plugins for Grunt out there, but most of them don't work on all platforms without some modification. It would be nice to see it build in properly.
Goto Definition not going to typedef
The C++ code I work with has a lot of typedefs and Goto Definition doesn't detect them. At all.
alt+f3 should honor selection
Selecting a block of text, then using Ctrl+F to find STR selects all occurrences of STR inside the block of selection only.
I'd like to be able to edit ONLY those matches inside the block, and not all occurrences throughout the document.
File Clone opens the new tab with the minimap open even when minimap is set to hidden
* Turn minimap off (View -> Hide Minimap)
* Open a file. The tab opens correctly with no Minimap.
* File -> Clone. The new tab opens with a Minimap. The minimap state (according to the menu bar) is still off.
Interestingly, this even seems to happen when using Goto File or Goto Anything to open the buffer a second time. While the Goto dialog is up, and the file previews are appearing behind it, whenever a buffer that is already open is previewed, the minimap appears, and whenever a buffer that is not already open is being previewed, the minimap is not present.
Page-Up, Page-Down in column selection
Autofill super function calls intelligently
In a function foo in a subclass, I call super::foo(arg1, arg2); when I type super:: Sublime gives several functions to autofill. foo should be the first, and it should autofill with (arg1, arg2) because these are arguments to the subclass and super foo.
Auto resizable group views for small screens
Less restrictive JSON parsing
JSON configuration files can be much more readable when parsing is done using less restrictive rules:
- Allow single quoted strings where only ' has to be escaped as ''. (Very useful for building regular expressions.)
- Allow commas before } or ]. (A common mistake.)
- Accept non quoted keys. (Less typing!)
Vintage mode: missing "-" key to move cursor up
bug with word_separators
I removed the dash `-` from `word_separators` in the settings.
what-sup
what
sup
what-sup
When I double click `what`, `what` in `what-sup` is also highlighted, it shouldn't be
Customer support service by UserEcho