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

+1

Pinned(binded) mode

Sergey Kovalev 13 years ago 0

Pin window to another window or it's child window. And hide all window borders in this mode. Text editor will like it embedded in application it pinned. I think this could be gread feature.

Feature like this is present in Notepad++ but it does not follow parent. It just pin to screen.

+1

Vintage: `c<motion>` should yank the deleted text

Trent Ogren 14 years ago 0
`dw` and `yw` both yank the word into the register just like Vim.  `cw`, however, does not.  Can you please fix this?

Thanks for Vintage!  It rocks my socks off!
+1

Scroll position is not preserved when file is modified outside the editor

pazsxn 13 years ago updated 13 years ago 0

To reproduce:

  1. Open a file longer than the window, scroll down
  2. Modify the file in another application (e.g. `touch` in Terminal)
  3. Switch back to ST2

Expected result:

Scroll position and cursor on in the same place as before (as long as that line still exists in the file of course)


Actual result:

Window is scrolled to top, cursor is placed on beginning of the first line.


Build 2181, OS  X

+1

Add the ability to refocus a folder / project that is already open instead of reopening it in a new window

Marcus Eting 12 years ago 0

I would like the option so that if I open a folder that is already open in Sublime Text it would just refocus the window that is already open. Same thing goes for projects or workspaces. I have tried setting all of the following options:

	"close_windows_when_empty": true,
	"create_window_at_startup": false,




	"open_files_in_new_window": true,
	"hot_exit": true,
	"remember_open_files": true,
But nothing seems to change so I can get the behavior I would like. Textmate did this - I can't seem to get it to work in Sublime Text though.
+1

sublime.packages_path returns Unicode string

Marc Schlaich 13 years ago updated 13 years ago 1
+1

Make sublime search outside selection when the search string is longer than the selection

Senjuu Sakae 13 years ago 0

It's very easy to select a character or a word by mistake before you make a search. Then when you search, you are limited to that selection.

It's not a big annoyance, mind you. But I think it happends often enough to make it worth fixing it! 

My suggestion is quite simple. Make sublime search outside the selection if the searchstring is longer than the selection.

It only makes sense, really.

+1

Non-ASCII mono-spaced font width

Yan-hong Lin 13 years ago updated 13 years ago 0
How could I adjust Sublime Text 2 for non-ascii mono-spaced font width?
The attached image below shows the difference between MacVIM and Sublime Text 2 (Mac).
These two editor use the same "Droid Sans Mono" font setting.
Hope for help or advise. Thanks a lot. 
Image 81
+1

Split up HTML highlighting to avoid unwanted scripting highlights

Niels Martin Hansen 12 years ago 0

In version 3, I have an annoyance where I'm using the Jinja2 HTML templating highlighting plugin, but also get suggestions for various PHP completions, which are completely inappropriate. At the same time, I can't take the PHP support out of the default HTML package without breaking PHP highlighting completely.


My suggestions is to split HTML highlighting up into a "base HTML" highlighter, which only does actual HTML (and probably CSS and JS), and then extend it with the appropriate scripting/templating languages as needed. I haven't studied Sublime's highlighter interface in detail, but as far as I can tell it should be possible to do.

+1

New icon doesn't work with small icons

Griffin Smith 13 years ago updated by Pavel Mocan 13 years ago 2
The new icon in Build 2181 still looks like the old icon when the taskbar is set to use small icons.
http://i.imgur.com/4Ckoo.png