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

+1

Make Sublime Text cheaper

Test Account fa 11 anys 0
It's more convenient for someone to download the trial and spend 20 minutes finding a crack than it is to hit a "Buy" button.

Make Sublime Text $5, offer more payment options, and I guarantee people will actually buy it. I know I would.
+1

Distraction-Free Bug in FC14

Zach Riggle fa 13 anys 0
Distraction Free mode doesn't remove/cover the menu bar at the top of the screen in Fedora Core 14.

Effectively, Full Screen and Distraction-Free are the same.
+1

Renaming a file should select the filename in the input box

ZachDowd fa 13 anys 0
When renaming a file the input box takes focus, but the caret is at the end of the filename. I think it should auto select the text from the first character to the first "." so it can be easily renamed as soon as you start typing.
+1

Keep Find in Files search history

Steve Bernard fa 12 anys 0

When using the FInd In Files feature.  It would be great if there was a history of past searches and directories that were searched in.  Currently you have to retype if you happen to search in the same directories a lot and there isn't a history of past terms you searched for.

+1

Undo of closed files

Menan Vadivel fa 11 anys 0

Remember the history of edits for closed files and make us be able to go back when we reopen it.

+1

One sublime window for all workspaces!

Ashton Hylton fa 11 anys 0

I would really like to have all workspaces to be accessible in one window with maybe some tabs in the bottom right hand corner. This would be great for when working on multiple parts in a project, or other smaller short lived projects.


Ashton

+1

Is it possible to show a semi-transparent overlay from a plugin?

Rory McGuire fa 12 anys 0

If would be great if I could make a plugin show an overlay, with whatever I want in it. Even better if I could move it around based on whether it is obscuring text or not.

Could be used for help, autocomplete help/suggest. Coding suggestions and context sensitive cheat sheets.


Thanks for The Editor.

+1

Math expression resolver

Mukah Wagner fa 11 anys 0
When you type a math expression, select it and run a shortcut could solve the expression. example: I typed "10 +7", I selected and clicked Edit> Math> Resolve, then it deletes the expression and gives me the result "17".
+1

Enhance project management stability on Linux version

Sebastián Veggiani fa 14 anys 0
I'm having problems saving several projects to the same folder. It seems that when you save a project to a folder containing another projects the paths of the folders of the other projects are modified.

I'll try to make some tests later to clarify and confirm this.
+1

Fixes for scala syntax

Matt Hauck fa 11 anys 0
The scala language file messes up a bit when it comes to triple quoted strings that contain strings. 

Update the repository.strings.pattern first element to the following: 
<dict>
  <key>begin</key>
  <string>"""</string>
  <key>end</key>
  <string>"""(?!")</string>
  <key>name</key>
  <string>string.quoted.triple.scala</string>
</dict>