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

+20

Make unsaved files more visible in tabs.

Mario Olivio Flores 13 aastat tagasi uuendaja Dirk Heider 12 aastat tagasi 3
I have a hard time noticing which files are unsaved vs saved.  I was wondering if you could make it more obvious when a file has yet to be saved.

Thanks!
+20

Edit multi-file search results in place

Francis Gastellu 12 aastat tagasi uuendaja Tuncay Demirtepe 11 aastat tagasi 3

Currently, the results of a multi-file search end up in a temporary editor. It would be an *extremely* time-saving feature to have the ability to edit the files in-place, inside the search results window. Unfortunately it edits the search result editor's buffer, which can be saved on its own, but that's much less useful.

In fact, when I did my first search and got a whole bunch of results in a seemingly editable file, i thought I was being offered dozens of mini editors, and i was blown away. Then i was very disappoint.

+20
Tagasi lükatud

Prompt for delete a file

Alysson Bortoli 13 aastat tagasi uuendaja Paul Madley 9 aastat tagasi 11
Would be nice to move the deleted file to the Trash (Mac) and prompt before delete, some thing like "Are you sure?"
Vasta
Jon Skinner 13 aastat tagasi
As of 2165, deleted files are moved to the trash, rather than deleted, so taking a cue from Finder, a confirmation prompt is unwarranted.
+20

Live PHP syntax checker

Naeem Noor 13 aastat tagasi uuendaja Alex Dearden 13 aastat tagasi 5
a live php syntax checker would be nice, just like in RapidPHP 2010
+20

Highlight lines changed from revision control's copy

codex 13 aastat tagasi uuendaja Aleksandr Gornostal 12 aastat tagasi 3
It would be nice if lines I've modified, as measured against my RCS (e.g. git) would be marked in some way--for example, by changing the color of the margin (or line number) for that line.  Different colors could be used for adds, deletes, and modifications.
+20

syntax highlighting for python docstrings (epytext, reStructuredText)

glyph 13 aastat tagasi uuendatud 13 aastat tagasi 0
Many Python projects use either reStructuredText (sphinx) or epytext (epydoc) formatted docstrings.  It would be very nice to have syntax highlighting on those docstrings.
+20
Lõpetatud

Split the project specification and the project state

Josh Bjornson 14 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 1
The project specification and the project state should be stored separately (maybe sublime-project and sublime-workspace?). As it is now, it will be difficult to edit the project files (because there is so much state information stored there) and sharing projects doesn't make much sense. The simplicity of the old project files was great but I really like the features of the new projects. Can't we have the best of both worlds? sublime-project (build_system, folders, save_all_on_build, plus any include/exclude instructions). sublime-workspace (buffers, file_history, find_in_files, find_state, groups, layout, select_file, show_minimap, side_bar_visible, side_bar_width, status_bar_visible)

"It may be worth doing this, but I'm concerned about confusing people: people may not know what a 'workspace' is, so they use the project functionality when they'd be better served by using workspaces." http://www.sublimetext.com/forum/viewtopic.php?f=2&t=1444&p=6606#p6623

Sublime Text "internally" manages the state information for other aspects of the editor ("Auto Save Session", "Session"), so why not store the project definitions "externally" and the current state (workspace) "internally"?

By storing these separately, people could more easily share projects and could still have their own local workspaces.

The biggest issue I can see is the possibility of the project and the workspace getting out of sync (if one of the files is moved to a different location).
Vasta
Jon Skinner 13 aastat tagasi

 This was done in build 2111

+20

Build without saving

.:. brainsik 13 aastat tagasi uuendaja Ian Goodrich 12 aastat tagasi 3
I often use TextMate to write a quick Python script, run it, collect the output, and throw it away. In these cases, I never save the file. However, in Sublime Text 2 I have to save the file before I can run the Build command. It would be great if it automatically created a tmpfile for untitled/unsaved docs and ran the Build command on that.
+20

Piping output to sublime should create a new file with the content

Scott Bowers 13 aastat tagasi uuendaja Werner BEROUX 12 aastat tagasi 1
I should be able to pipe output on the command line to sublime_text. Sublime should wait until end of file is reached, open a new file, and copy the contents to the new file.
+20

Scroll position after the file reload

Inversion 13 aastat tagasi uuendaja Rafal Chlodnicki 13 aastat tagasi 1

When opened file was modified externally ST2 makes Revert and looses the scroll position. It makes impossible to watch for the log files changes if it is being periodically updated externally. Scroll position should be restored after the file refresh.