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

+1

Keep Find in Files search history

Steve Bernard 12 lat temu 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 12 lat temu 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 12 lat temu 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 13 lat temu 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 11 lat temu 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 14 lat temu 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 11 lat temu 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>

+1

Support for inline coffeescript in HTML

Benjamin Lupton 14 lat temu Ostatnio zmodyfikowane przez Jason Tackaberry 13 lat temu 1

With the introduction of https://github.com/jashkenas/coffee-script-tmbundle


We could support inline coffeescript in HTML. This is done with:
<script src="text/coffeescript">...</script>

Thanks.

Cross posted here as well: https://github.com/jashkenas/coffee-script-tmbundle/issues/66
+1

Problem with reloading files and mouse scrolling

Kevin O'Connor 14 lat temu 0

 If an open file is reloaded because it changed and the text is longer than the original window, the scrollbar does not adjust until you hit keys, so mouse scrolling doesn't work.

+1

Folder renaming bug

David Tang 13 lat temu Ostatnio zmodyfikowane przez Matt Moore 12 lat temu 1
If you change the name of a folder to the same name but change the casing of the letters, the editor won't recognize it and it will still show the old, unchanged name.