+22

Printing

Steve Smith 10 year бұрын 0
Honestly, the only thing holding me back from actually purchasing and making this my top text editor is the lack of printing functionality. The moment this is added get off the free beta. Otherwise, best text editor.
+22

Better indentation support

Leonardo Santagada 13 year бұрын updated by Geoff Gerrietts 11 year бұрын 3
Sublimetext2 should have better indentation support, for example when you want to format your code following PEP8 for python you see a lot of places where sublime indents wrong and you have to manually align. One such places is aligning multiple arguments of a function call each line should start after the last open ( and not at the same indentation level of the previous line)
+22

Do not display contents of image files in editor

kencoxdesign 13 year бұрын updated by Donna Klinton 10 year бұрын 3
Selecting images which are part of the project currently displays the binary data on screen (after an annoying  pause for larger images). Since this data is meaningless to a text editor, images should instead be ignored (display nothing in editor).
+22
Аяқталған

Make it possible to save a file I don't have the rights to by letting me enter the admin-password.

Holgerh 13 year бұрын updated by Jon Skinner 12 year бұрын 1
On OS X I have some files I can only read but not write with the currently logged in user. When I try to save the file, the system should give me the opportunity to enter the admin-password and enable me to save the file.
Answer
Jon Skinner 12 year бұрын
Added in 2165
+22

Allow view.replace to not add to the undo stack

John Doe 11 year бұрын 0

The API command view.replace always adds to the undo stack. However, it is useful for certain plugins to do a replace without actually adding to the undo stack. This will primarily be useful for collaborative editing plugins, where usually the other person's changes need to be replicated in your view, but each person keeps a separate undo stack (like in Google Docs).

+22

completions from other files

David Alexander 13 year бұрын updated by ibbles 13 year бұрын 5
It would be nice if ST2 would support completions found in other files. Right now it seems like it only uses words in the current file as potential completions.

Emacs does this out-of-the-box with M-/, and it's one of those features that you become unable to live without.
+22

Please add RTL support

Ahmed Murad 10 year бұрын 0

It is very frustrating without RTL support and currently there is no package available as a work around like in ST2

+22

project-wide completion

EricS 13 year бұрын updated by pospi ` 13 year бұрын 7
What about project-wide completion for the verbose language or framework like Zend Framework.
+22

selection highlight shouldn't have border radius

Allen A. Bargi 12 year бұрын updated by Александр Колокольцов 4 year бұрын 6
I hate this small border radius around selected text. It should have sharp corner or at least let us configure it. 

Image 58
+22

Support for Assembly Language

Matt Whitlow 12 year бұрын жаңартылды 12 year бұрын 0
Support and syntax highlighting for assembly language for use on microcontrollers
+22

Coffee Script syntax highlight/code inteligence support

Henrique Boaventura 13 year бұрын updated by Alexey Romancthouк 12 year бұрын 2
Add suport to Coffee Script suntax highlight and code inteligence
+22

Need ability to open file to specific line from external applications (OSX)

Calvin Rien 12 year бұрын updated by Allan Lavell 11 year бұрын 13
When the Unity3D authoring tool shows warnings or errors about a line of code, you can double click the line in the Unity console to open the specified file in an external text editor.

In TextMate, BBEdit, Smultron, and MonoDevelop the specified file opens with the cursor at the specified line.  This is not the behavior in Sublime Text 2.  It would be very useful to include this behavior in Sublime Text, I'm assuming that the line number is passed as an argument in the open file event.
+22

Search/Replace progress meter

Daniel Blanchard 13 year бұрын 0
When editing a large data file with 1000's of lines, I often cannot tell whether doing a search/replace has caused ST2 to lock up or if it's just taking a long time to finish.  Some sort of visible progress meter (much like the file loading one) would be greatly appreciated.
+21
Fixed

HTML snippets no longer work

Falcon NL 13 year бұрын updated by Jon Skinner 13 year бұрын 4
Problem: It appears as though the only HTML snippets that still work in ST2 are script_tag and style_tag, since they have an explicit tabTrigger. All others, like html and elementid don't work anymore, despite the fact that as far as I can tell the snippets themselves are unaltered from those in ST1.

Steps to reproduce: Create a blank .html document. Type html and press tab. This produces the word html followed by four spaces (or a tab, depending on your settings) rather than the expected document skeleton.

Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1554
Answer
Jon Skinner 13 year бұрын
Build 2032 has HTML completions
+21

Menu bar color

Tadeusz Łazurski 12 year бұрын жаңартылды 12 year бұрын 3
ST2 is great and this is great:  http://sublimetext.userecho.com/topic/19274-theming-of-the-sidebar/ 

But is it possible to change top menu color as well. It distracts me in distraction free mode :P
+21

Replace selected quote character with other type of quote character

-7183 12 year бұрын updated by Adomas Sliužinskas 12 year бұрын 2
When attempting to change one type of quote character (e.g. single quote) with anoter quote character (e.g. double quote) by selecting it and typing the new quote character, Sublime double-quotes the single quote instead.

This behavior is desirable for all other types of selections, but gets in the way when you just want to change the quote type.
+21

Arabic Language

omar berrayti 12 year бұрын 0
Sublime Text 2 ,I think it is the best editor for every developper,

but for me and for the ohers arabic's programmer there is a probelem : the letters are not attached, 

Thank You
+21
Аяқталған

Menu items to be selectable from the keyboard

Karl Bowden 13 year бұрын updated by Jon Skinner 13 year бұрын 3
Ie. alt+f (&File) > s (&Save)
Answer
Jon Skinner 13 year бұрын
Added in 20110203
+21

File encoding in save as option

Camilo Nova 13 year бұрын updated by robertcollier4 11 year бұрын 2
Should be great if the user can select the encoding of the file in the save us dialog
+21

SVN integration

Thomas Olejarz 13 year бұрын 0
I will be a very nice feature to include SVN integration in Sublim Text 2. Without any external plugin...