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

+8
Fixed

Mac I-beam pointer disappears on dark backgrounds.

Jon Thornton vor 14 Jahren aktualisiert von Jon Skinner vor 13 Jahren 2
When using a light on dark color scheme like Sunburst, the mouse pointer stays dark and is nearly impossible to see. This is because OS X doesn't invert the pointer color like Windows does. Textmate solves this problem by including a custom pointer icon with the app
Antwort
Jon Skinner vor 13 Jahren
Added in 2065
+8

"Find Next" (F4) should select the search term

Josh Bjornson vor 14 Jahren 0
When you use F4 or if you double click on one of the "Find in files" search results, it takes you to the appropriate line of the search match, but the matching text is not selected. It would be nice if the matching text was also selected.
+8

Side bar behaves like side panel

Aymeric Burkmann vor 12 Jahren 0
I would love a side bar that behaves like a side panel. I mean that it would automatically show when cursor hit the left side of the screen (or the left side of the ST2 window) and hide on rolling away from the side.
+8

Toggle comment not working on html script tag

Les Stroud vor 13 Jahren aktualisiert von Alex Ilyaev vor 12 Jahren 4
If there is javascript embedded in a script tag in html, then the following happens:
  • If I highlight any part or all of the javascript and toggle comment, it functions as expected
  • If I highlight any part of the html (not including javascript) and toggle comment, it functions as expected
  • If I highlight a mix of html and javascript and toggle the comment, it works as expected in all except the following case...
  • If I highlight just the script tag (opening and closing) including the contained javascript, the toggle comment command uses // for all the javascript and for the html tags (script).  It should use html comment syntax for the script tags and js syntax for the javascript part.
+8

Wrap the output in the console

Dave Dash vor 13 Jahren 0
The console output is hard to read, so introspecting things with dir() is hard.
+8

Option: create project automatically when a folder is opened

aristidesfl vor 13 Jahren 0

Add an option which makes Sublime Text 2 create a project automatically when a folder is opened for the first time*.


The name of the project files should be equal to the folder name and stored in the folder root.


The project should be loaded automatically the next time the folder is opened.




Interesting additional options might be:

- By default, give no name to the project files on Mac & Linux (.project and .workspace)

- Create a folder to keep all the project files together 




*(A folder can be opened either by dragging it to the icon or by using the new menu item: Open Folder)

+8

Sidebar doesn't update file after case-only rename on Mac OS X

Victor Kryukov vor 13 Jahren 0
E.g. if I rename PFobject.rb to PFObject.rb, it still stays as former in the sidebar, even after Finder shows the new name.
+8

Copy Syntax Highlighting

radreck vor 11 Jahren 0
It would be great if Sublime Text 3 installs with built-in support for syntax copying. I know there are the ST2 plugins called ExportHtml and SublimeHighlight, but they do not seem to work for me (in ST2 nor ST3).

The functionality I am looking for is found in the NotePad++ plugin called NppExport.


+8

change status bar, command palette and tab font size with zoom

Tair Sabirgaliev vor 12 Jahren 0

When I use full-screen mode and zoom text, tabs, command palette and status bar remains the standard size.  This is uncomfortable for users with vision problems, eg. they take off glasses, zoom text => happy, but now can't use so much useful command palette, don't see current tab filename and status bar. Thank you!


Image 181

+8

Development is kind of slow?

Andrei Zisu vor 12 Jahren 0
Development of ST is kind of slow... it's only a few minor changes over a few months. It's one of the reasons I've been holding my 60$ till now. 

Maybe you should consider opensourcing the whole thing to speed up development?