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 vor 13 Jahren aktualisiert von Dirk Heider vor 12 Jahren 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 vor 12 Jahren aktualisiert von Tuncay Demirtepe vor 11 Jahren 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
Abgelehnt

Prompt for delete a file

Alysson Bortoli vor 13 Jahren aktualisiert von Paul Madley vor 9 Jahren 11
Would be nice to move the deleted file to the Trash (Mac) and prompt before delete, some thing like "Are you sure?"
Antwort
Jon Skinner vor 13 Jahren
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 vor 13 Jahren aktualisiert von Alex Dearden vor 13 Jahren 5
a live php syntax checker would be nice, just like in RapidPHP 2010
+20

Highlight lines changed from revision control's copy

codex vor 13 Jahren aktualisiert von Aleksandr Gornostal vor 12 Jahren 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 vor 13 Jahren aktualisiert vor 13 Jahren 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
Fertiggestellt

Split the project specification and the project state

Josh Bjornson vor 14 Jahren aktualisiert von Jon Skinner vor 13 Jahren 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).
Antwort
Jon Skinner vor 13 Jahren

 This was done in build 2111

+20

Build without saving

.:. brainsik vor 13 Jahren aktualisiert von Ian Goodrich vor 12 Jahren 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 vor 13 Jahren aktualisiert von Werner BEROUX vor 12 Jahren 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 vor 13 Jahren aktualisiert von Rafal Chlodnicki vor 13 Jahren 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.