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

+10

Create new tab next to previous tab when opening files from sidebar

mrmachine vor 13 Jahren aktualisiert von msvilans vor 12 Jahren 1
If I currently have 10 tabs open and I'm editing the middle one, then I click on another file that is not currently open in the sidebar and then close it, focus goes back to previous (middle) tab.

If I start editing the file, save it or open it with a double click, a new tab is created for it at the end of the tab stack. If I close that tab, focus goes to the last tab on the stack instead of the tab that previously had focus.

If I open a new file with "File > New File" from the menu, it opens a new tab immediately after the tab that currently has focus intead of at the end of the tab stack.

This can make it easy to lose your place and forces you to hunt for the tab you were previously editing, if you need to open an existing file, make a change, and then return to the current file.

I'd like this to be more consistent in remembering your previous tab. New tabs should be created adjacently to the tab that currently has focus, regardless of how they are created. With this change, you would be able to open an existing file, make a change, save it and then either close the file or use the keyboard shortcut for "File > Switch File > Previous File" to get back to the previous file.
+10

Font face path

mailinator vor 11 Jahren aktualisiert von zTryhqrd vor 8 Jahren 1

Writing a path in the font_face setting should work. This would be useful to use non-default fonts on portable installs.

I posted about this on the forums.

+10

Virtual space at the file bottom

Max Bourinov vor 12 Jahren aktualisiert vor 6 Jahren 5
ADDED: It is already implemented! Great! I love Sublime!

When enabled, show virtual space at the file bottom. It is implemented in IntelliJ IDEA and I find it very useful.

Explanation: When I code 95% of the time I look on the upper part of the screen. When I come to the end of the file, I have to look down or add many line breaks to keep my eyes on a comfortable level.

So, "Virtual space at the file bottom" feature solves this problem.

Please see attachement that illustrates this idea:

Image 124
+10

Poor or non-existant javascript autocompletion?

aristidesfl vor 13 Jahren aktualisiert von agibsonsw vor 13 Jahren 5
Compared to other autocompletions like PHP, javascript seems to be pretty bad..
Is this a bug or something which just has to be improved?
thanks
+10

New Window / Open folder do ignore previously "learned" window preferences

Alexander Rechsteiner vor 12 Jahren 0
The commands 

- New Window
- Open Folder
- Open Recent (then selecting a folder)

do open a new Sublime Text 2 window, which unfortunately ignores two (if not more) window preferences, Sublime has previously learned such as:

- Window maximized
- Menu hidden

Currently, the new window is NEVER maximized (even though I want it to) and the menu is always visible (even though I want it hidden).

Those things are applied correctly when starting ST2 for the first time. It is only new window and open (recent) folder that open differently.

Other things are applied correctly in the new window, for example the side bar hidden or shown status.
+10

Allow ipython to connect to the console, or allow to import sublime inside a regular Python console

Pedro Kroger vor 12 Jahren aktualisiert vor 12 Jahren 1
The console inside Sublime is handy, but it'd be much more productive to be able to inspect the sublime package in IPython. For instance, in iPython I could type sublime.<TAB> to see the available symbols, and so on.

Since Sublime's documentation is lacking, please add this feature to make it easier for us to discover how things work.
+10

Fix Page Up / Page Down in QuickPanel

robertcollier4 vor 12 Jahren aktualisiert von Nick Tidey vor 11 Jahren 2

"Seems logical that I should be able to page up and down in the quick panel results. But I can only use the up and down arrows. Page Up/Down move the cursor to the beginning/end of the text I typed in the search box - the same as Home/End. I'm running on Windows."

-Originally suggested in forum thread.

+10

Tab icon for read-only files

Sean Houghton vor 13 Jahren aktualisiert vor 13 Jahren 2
I would like to see a "lock" icon for read-only files.  An alternative, which has already been suggested, is to prevent editing of read-only files.
+10

Build System should allow Run, Test, Verify, Preview, etc.

Alex Chaffee vor 13 Jahren aktualisiert von Mikel Ward vor 12 Jahren 1

I've just been using ST for a few hours but it occurs to me that some plugins (notably RubyTest) are bending over backwards to do things that maybe should be provided by the existing Build System architecture.


If Build Systems could provide more that just one "cmd" then each file type could have its own system for doing a whole panoply of common tasks:

* Build (as currently defined) 

* Run (build and execute) 

* Verify ("lint" for .c, "ruby -cw" for .rb, http://validator.w3.org/check for .html)

* Preview (turn the file from Markdown etc. into HTML, then launch a browser)

* Test (for foo.rb, open and run foo_test.rb)

The above is probably overspecified, but think about what it would take to have a common system at least for "Build/Run/Preview". Then every file type would have the same key command and menu option for these common tasks.
+10

Spellcheck and a shortcut to turn it on or off

Ivan Krechetov vor 14 Jahren aktualisiert von Denis Tomilin vor 14 Jahren 1