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

+10

Font face path

mailinator hace 11 años actualizado por zTryhqrd hace 8 años 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 hace 13 años actualizado hace 7 años 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 hace 13 años actualizado por agibsonsw hace 13 años 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 hace 12 años 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 hace 13 años actualizado hace 13 años 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 hace 12 años actualizado por Nick Tidey hace 11 años 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 hace 13 años actualizado hace 13 años 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 hace 13 años actualizado por Mikel Ward hace 12 años 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 hace 14 años actualizado por Denis Tomilin hace 14 años 1
+10

Add close button to bottom panels

Jake Wilson hace 13 años 0
In the pre-V2 SublimeText, whenever you did any type of Find or Find in Files or any other operation that opened a panel at the bottom of the screen to show search results or whatever, there was an X in the upper right corner of the panel so you could click it to close it.  In ST2, there is no close button.  Certain panels you can close by pressing Escape but others you cannot, for example the "Find in Files" search result panel.  No way to close it other than clicking and dragging the top border down to the bottom until it's hidden.  Would be nice to add this back in or give some other method of closing the panels.  Thanks