+71

Indentation level setting (different from tab size)

David Capello il y a 12 ans mis à jour par User______ il y a 7 ans 10
Add some options to specify the indentation level (which is different from tab_size):
  • indentation_size/indent_level (integer): number of spaces to use to indent code, which is not the same as "tab_size"
  • compress_spaces_with_tabs_on_indentation (boolean): to specify that spaces should be converted to tabs when you reach a certain level of indentation (e.g. 8 spaces compressed to 1 tab if tab_size=8)
+70

Make the invisibles setting work

kapooostin il y a 13 ans mis à jour par Dimitar Dimitrov il y a 11 ans 3
+69

Ability to make minimap movable to left side of screen

mbond il y a 13 ans mis à jour par Bryan O'Neal il y a 10 ans 5
Being able to move the mini-map to the left side would be great
+69

RTL Languages is a Must in Sublime Text 3, Too Much Required

Khalid Ahmed il y a 11 ans mis à jour par Ahmed Murad il y a 10 ans 1

Arabic support in Sublime Text 3, This is a must, i am using notepad++ for this, i love ur app but can not use it because RTL Languages is a Must

+69

Sidebar icons and fitt's law

Richard Hurt il y a 13 ans mis à jour par Jamie Webb il y a 13 ans 2
Opening a folder in the sidebar is fairly tedious and requires you to click in just the right place. Making the triangles bigger or allowing the filename to be a target would help quite a bit. Keyboard commands to open/close folders would be handy as well.
+68

Tidy code formatting

Daniel Blanchard il y a 13 ans mis à jour par Brian Grinter il y a 12 ans 3
One thing that I really miss from TextMate (and a lot of other editors) is the ability to tidy up code so that it all corresponds to a standard format.

For example, I currently have some really terribly formatted HTML I'd like to be able to have automatically indented and broken up into lines like HTMLTidy, and it'd be nice if it was possible to do that from inside ST2.
+67

I would really like to see ftp and ssh (sftp) remote file access and editing

Patrick Thurmond il y a 12 ans mis à jour par Sannyasin Brahmanathaswami il y a 10 ans 3
Sublime could really use an ftp/sftp explorer to remotely edit files.
+66

Update the python embedded interpreter to 2.7

Norman Casagrande il y a 12 ans mis à jour il y a 12 ans 0
SublimeText should upgrade the python embedded interpreter to 2.7.

Since popular plugins such as SublimeLinter relies on the embedded interpreter, they cannot handle syntax that has been introduced in 2.7 such as set comprehensions. 

See https://github.com/Kronuz/SublimeLinter/issues/13 for instance.
+66

Improve Open Recent on OS X

aristidesfl il y a 13 ans mis à jour par Reinout Roels il y a 11 ans 15
Open Recent doesn't work as expected and doesn't integrate well with the system.


Image 19





Somethings don't work as expected, others are broken and it doesn't look the same. Here is a screenshot from TextMate:


Image 20



Some of the issues I find, besides the looks, are:

- Every file appears in the list. Even files opened thru the sidebar or go to file palete. This is not desirable. Only opened folders and files which don't belong to any of the folders in the sidebar should be in that list.

- The list isn't accessible by other applications. People using Quicksilver or Launchbar can't open directly recent files/folders 


Without knowing anything from Sublime Text 2 implementation, I risk to say, using the default OS X API's to provide this functionality would probably fix these issues.

+66

Autohide Sidebar

Austin Condiff il y a 13 ans 0
You can currently Hide or Show the sidebar, but it would be nice to set it to autohide so that when you mouse over the left side, the sidebar will slide in. Then when you mouse off of it, it will slide back so it is hidden again.
+65
Terminé

API: Quick Panel

guillermooo il y a 13 ans mis à jour par Jon Skinner il y a 13 ans 1
Many plugins depend on the quick panel to work. The availabitliy of the quick panel soon would help with the porting efforts.
Solution
Jon Skinner il y a 13 ans

This was added in build 2076

+64

Auto close tags after you type >

Thodoris Tsiridis il y a 13 ans mis à jour par Drew Betts il y a 11 ans 12
It would be great to auto close tags after you type the > of the opening tag. So when you type <span> immediately it closes the tag, and the cursor stays inside the tag.
+63

Open multiple files with Goto Anything panel

Sergio Rus il y a 12 ans mis à jour par Martin Trojan il y a 7 ans 10
I need a way to open several files from Goto Anything panel, for example, selecting the results with <ctrl + arrows> and <shift + arrows>
+63

Please add BDO/BIDI/RTL support because arabic and hebrew are now not supported.

Nikolai Ilushko il y a 11 ans mis à jour par Eyal Teutsch il y a 8 ans 4

Image 249Please add   BDO/BIDI/RTL support because arabic and hebrew are now not supported.


this is very hard to develop in sublime when what you write is reversed in the editor.

+63
Terminé

Add bookmarks support

Metin Amiroff il y a 13 ans mis à jour par Cees Timmerman il y a 8 ans 8
Ability to add bookmarks to lines would make it easy and fast to get to predefined places within code.

Keyboard shortcuts would be F2 for adding a bookmark, and various combinations with Shift and Ctrl for walking between them.
+62

Add special syntax highlighting for TODO comments

Alexander Dean il y a 13 ans mis à jour par Pierre-Adrien B. il y a 11 ans 4
Like IntelliJ, would be nice if comments with the word TODO in them were highlighted in a different (high visibility) colour
+62

Get out of my head!

Manifest Interactive il y a 13 ans mis à jour par -2724 il y a 13 ans 1
Seriously, its as if you took all the stuff I always wanted in a good text editor and made it happen... kind of creepy really ;)
+61

Sort files in sidebar by modification time

Clayton Hynfield il y a 12 ans mis à jour par Andrew Yurisich il y a 11 ans 4
Being able to sort files in the sidebar by modification time would make it super-easy to find and edit recently and frequently modified files, without ever having to leave Sublime Text.  Would be especially handy for folders with lots of files.
+61
Terminé

Keyword Bolding

Matthew Johnston il y a 13 ans mis à jour par Jon Skinner il y a 12 ans 3
If the word is a keyword in syntax then can we see some bolding for those words alone?
Solution
Jon Skinner il y a 12 ans
The ability to highlight elements in bold was added in 2165
+60
Terminé

upon selecting a word, highlight all occurrences

Enmanuel Rivera il y a 13 ans mis à jour par Azhar eds il y a 7 ans 41
upon selecting a word, highlight all occurrences of the same word in the current file. Many editors / IDEs already do this. It's a feature I have grown accoustomed, and I find it very difficult to work without.
Solution
Jon Skinner il y a 12 ans
Added in 2181