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

+266

Project indexing

Aleksandr Makov 13 лет назад обновлен Tim Johnston 12 лет назад 12

The most of advanced code editors (IntelliJ IDEA, Eclipse, etc...) index a full project structure giving us abilities to:

- go to a file where declaration of current variable, constant or other entity is declared  Goto Declaration 
- include variables and/or files at certain points of code by auto-completing the variables/entities/filenames with paths  Project-Wide Auto Completion 
- all other advantages of project indexing go here...

And it could be optional so that "Goto Declaration" and "Project-Wide Auto Completion" can look within indices, within files by performing standard search, or be completely turned off.

Vote if you find it useful.
+235

Make "highlight matches" easier to see

Luke Scott 13 лет назад обновлен cornelius 12 месяцев назад 24
It looks like "highlight matches" is a light border around each word. Would be nice if there was something a little easier on the eyes, similar to what Safari does. Currently it's hard to miss, especially with PHP having a light gray background behind it.
+225
Завершен

Allow navigation of the project tree with the keyboard

Russell Keith-Magee 13 лет назад обновлен Jon Skinner 11 лет назад 22
The project tree (under OSX) can only be interacted with using the mouse. You can't give the project tree focus and navigate or open files using the keyboard.
Ответ
Jon Skinner 12 лет назад
This was added in 2139
+224

Add a new flag for view.add_regions() that will force it to draw regions as non-rounded rectangles without border

Wojciech Bederski 12 лет назад обновлен 12 лет назад 5
For SublimeREPL termial emulation: http://i.imgur.com/Dh4io.png

I don't know: sublime.DRAW_RECTANGULAR_NO_BORDER ? :)

Forum: http://www.sublimetext.com/forum/viewtopic.php?p=22301#p22301


+219

An outline pane

ulhume 12 лет назад обновлен Merrill Hutchison 7 лет назад 20
ST2 is really missing a pane showing currently edited document structure.

This kind of pane can easily be placed under "explorer pane" with a split bar for managing both heights.

Content of this pane should be accessible through plugin API in order to allow them to feed it with the structure which can be :
  • list of functions for a code file
  • list of classes
  • list of identifiers for a css file
  •  etc..
I know there is Ctrl-R, but let's be honest about it, this is just not usable for serious development projects. IMHO this kind of overview is far more useful that minmap or perhaps I missed the real point of minmap (that I personally don't find useful at all).

+217

Real-time collaborative editing

aahlborg 13 лет назад обновлен Dorthy Streifel 6 лет назад 32
A killer feature would be real-time collaborative editing of a single file via the internet. However, it's really hard to implement and should be considered a feature for 2.5 or 3.0. Please keep it in mind when building the foundation to allow for future improvements of Sublime Text.
+215

Retain cursor position on file change

Jake Archibald 13 лет назад обновлен Steven Lacerda 3 года назад 20
When a file has changed, Sublime picks up the change and updates the view. However, the scroll and cursor position are reset to the top.

It would be great if it retained the previous cursor position, even it if was simply the same line & char position (which may be different content following the edit).

Even better, it could try and place the cursor back on the same line even if that line has moved. A diff would provide the info.
+212
Завершен

Create new files in project

Russell Keith-Magee 13 лет назад обновлен Jon Skinner 12 лет назад 4
Add the ability to create a new file in a project, under a particular folder. Optionally, enable the use of a stub template to create the new file.
Ответ
Jon Skinner 13 лет назад
There's now a New file context menu option in the side bar in build 2046.
+207

Scroll two columns (=split panes) at the same time, for example while holding the alt- or cmd-key

Alexander Kirk 12 лет назад обновлен 12 лет назад 0
Would be a tremendous help when comparing two files or two sections of a file
+203
Завершен

Update tabs after renaming file

sofa-420 13 лет назад обновлен Anders Ingemann 7 лет назад 13
When you rename a file in the sidebar, if you have that file open in a tab it'd be nice if it knew it was renamed, and would save to the correct file instead of essentially copying the new file back.
Ответ
Jon Skinner 12 лет назад
Added in 2181


Сервис поддержки клиентов работает на платформе UserEcho