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

+5

Minimap won't completely hide

Mark Cafaro il y a 13 ans 0
The minimap won't completely hide. It shows an unnecessary shadow on the right side of the window when hidden (and text extends beyond the edge).
Image 132
+5
Terminé

Allow plugins to add keybindings

Greg Williams il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 3
Solution
Jon Skinner il y a 14 ans
Plugins can define key bindings in their own packages. The file must be named "Default (<platform>).sublime-keymap"
+5

Change the way of choosing the color scheme

baradei2011 il y a 13 ans 0
The current way of changing the color scheme isn't user-friendly at all, because you must go into preferences > color scheme > choose a color scheme, and if you did not like it..you'll have to go through the same steps again..A much better way would be to open a small window when clicking color scheme, and the color scheme changes as you click on each scheme..and it would take much less time to choose a scheme.
+5

Support file extensions other than .*

Mark Abramov il y a 13 ans mis à jour par drkwv il y a 12 ans 2
Example: RSpec files have filenames like somename_spec.rb, however, you need to save them as somename.spec.rb in order for 'spec.rb' file extension to be assigned to RSpec. On the other hand, even if I save file as somename.spec.rb, I still see a dialog window saying that I used .rb extension and if I wanted to use spec.rb instead.

Such a simple addition would also allow for more interesting stuff, for example, we could add 'extension' Gemfile to ruby syntax and all gemfiles would be recognized as such (right now, there is no way to recognize them other than manually).
+5

GBK,gb2312编码

itisme il y a 12 ans 0
编辑器不支持GBK,gb2312编码的的文本
+5

Correct auto-indentation on if block if a comment line is added.

Uber Bros il y a 12 ans mis à jour par f p il y a 12 ans 1
If coding in python and a comment is left after an if clause, pressing enter does not automatically indent the line to define the new code block. Using the newest Sublime Text 2 on OSX
+5

Exec command should accept same arguments as build command

Brandon il y a 12 ans 0

Allowing the exec command to accept arguments like env, working_dir, and the osx, windows and linux elements would make it easier to create packages that wrap existing tools rather than diving into Python to do so.

+5

Integrate with PortableApps.com

Derek Perkins il y a 11 ans mis à jour par Angel Curros Fariña il y a 11 ans 1

I always use the portable version of ST2 and now ST3. It'd be really nice to have it included in the PortableApps.com distribution so it can remain updated and go around with me easier.

+5

Add option to display N lines of context above/below cursor when near edge of window

Paul Hoepfner-Homme il y a 13 ans 0
When I am scrolling up in a file, or jump to a point higher in my code using some command (such as CTRL+M), I'd like the option for Sublimetext to show up to N lines of context above the cursor. Similarly, when I am scrolling down in a file, or jump down, I'd like to have up to N lines of context to be shown below the cursor. N would be a configurable number. I often find myself using CTRL+M to find out the context of the current nested block I am in, but sometimes the opening brace or bracket is on a separate line that the statement/function/construct definition is on, such as in this example:

foreach( $events as $event )
{
  ...
}

Within this block, if I hit CTRL+M, the cursor jumps up to the top brace, but I don't see the foreach() statement until I scroll up a line. I'd like SublimeText to be able to show me the 3 or so lines above the cursor to give me some context about where I am.
+5

tamil character support

SHIVA SURYA il y a 9 ans 0

Tamil language character support is not good in sublime,it is not showing or performing well,please support this issue.