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

+1

Add Grunt to default Build Systems

Nick Stakenburg 13 years ago 0

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.

+1

Goto Definition not going to typedef

Olegs Jeremejevs 13 years ago 0

The C++ code I work with has a lot of typedefs and Goto Definition doesn't detect them. At all.

+1

alt+f3 should honor selection

karatedog 14 years ago updated 14 years ago 0
Selecting a string (let's name it "STR") and pressing Alt+F3 selects all occurrences in the document. Then I can edit all those STR in the document. Good.

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.
+1

File Clone opens the new tab with the minimap open even when minimap is set to hidden

Daniel Azuma 15 years ago updated 15 years ago 1
Build 2036 on Mac OS X.

* 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.
+1

Page-Up, Page-Down in column selection

Пётр Дёмин 14 years ago updated 14 years ago 2
Sometimes I need to delete column in huge document. So I want to select the column using Page-Down, or Ctrl+End (last line of file)
+1

Autofill super function calls intelligently

David S 13 years ago 0

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.

+1

Auto resizable group views for small screens

Evandro Myller 15 years ago updated by Piotr Kalinowski 14 years ago 1
Working on small laptops has become my preferred choice because it's more comfortable and flexible. ST looks awesomely great in my screen, but it could be perfect in one aspect: group views.

My suggestion is that a group view, when focused, gets the necessary size to be viewed. I see it like those JavaScript accordions on the web.

It'd be valid for small screens only, since I can't perfectly see two groups simultaneously.
+1

Less restrictive JSON parsing

Tim Steenvoorden 13 years ago updated 13 years ago 2

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!)
I think this would improve Sublime's configuration abilities and it will not give up on performance. JSON is much more readable then XML Property Lists but misses some "humanity" from YAML. But using YAML could have a performance impact.

+1

Vintage mode: missing "-" key to move cursor up

Michael Robin 15 years ago updated 15 years ago 0
For Vintage/Vi mode, would like to include the "-" key to move cursor up. (Same as "K" but moves to begining-of line.) Thanks!
+1

bug with word_separators

Stephen Kamenar 13 years ago 0

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