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

-1

Won't Start in Windows 7 with 2181

Mario Olivio Flores vor 12 Jahren aktualisiert vor 12 Jahren 1
When trying to start the 2181 version I get the following error.
Image 105
-1

Filename disappears from title when switching to fullscreen and back

Niklas Lindgren vor 13 Jahren aktualisiert von Oktay Acikalin vor 13 Jahren 1
When switching view to fullscreen and back the filename of the current open file is no longer displayed in the title bar.

Steps to reproduce:
1. Open file in Sublime Text 2
2. Change to Fullscreen view
3. Close Fullscreen view
4. Observe naked title bar

Seen in ST2 build 2023 on OS X 10.6
-1

The Avanti Law Group: Your Personal Lawyer

Craig Wilkins vor 10 Jahren 0
Youtube video


Here is a law group that believes that the advice “Do not take your client’s case personally” is useless. Avanti Law Group goes to great lengths to give its clients the best results by taking each case as their own personal battle, getting involved in it by standing for the clients’ rights all the way through.
Avanti Law Group is a full-service litigation firm providing excellent legal representation to its clients in Michigan and throughout the world. The firm’s experienced attorneys have worked with a “diverse clientele of businesses and individuals in a full range of disciplinary legal services”.
 
-1

No Support link in the Help menu option.

Andrew Pennebaker vor 12 Jahren 0
I wanted to report a Slime Text bug, but I couldn't find the support page in the Help menu.

Specs:

* Sublime Text 2.0.1
* Windows 7
-1

If first element of items array passed to show_quick_panel is an empty string, the program crashes when deleting a character from the input

johtso vor 13 Jahren 0

If show_quick_panel is called with an empty string as the first element of the items array argument, the program crashes when the the user deletes a character from their input.


Eg.
self.view.window().show_quick_panel(['', 'test1', 'test2'], self.on_done)
-1

Haskell syntax highlighting: comments in module declarations

Josef . vor 12 Jahren 0

Sublime doesn't recognize comments in the module declaration correctly:

Image 175

As far as I know, this behavior occurs only in the module declaration, and not in other (comment) places.

-1

Create a better color palette for windows. The plugin you"ll currently provide has a poor interface. Put something like the color palette on photoshop

Pulkit Mehta vor 11 Jahren 0

Create a better color palette for windows. The plugin you"ll currently provide has a poor interface(standard windows color palette). Put something like the color palette on photoshop into sublime

-1

gjhgkjhk

aniketanik10 vor 8 Jahren 0

mbnmbn

-1

Leave goto anything open after selecting a file, so multiple files can be selected

thejonster vor 13 Jahren aktualisiert von Oktay Acikalin vor 13 Jahren 1
Hitting esc or clicking outside of goto anything would close it
-1
Fertiggestellt

Smarter commenting, like Komodo.

openid-1 vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 0
There are a couple things that bother me about commenting code in Sublimetext.
1) It doesn't handle embedded languages at all. E.g. trying to comment JavaScript inside HTML just results in it using <!-- -->
2) It doesn't handle using /* */ in languages like C++, JavaScript, etc... which would allow me to comment out whatever I have selected.
Antwort
Jon Skinner vor 13 Jahren
Sublime Text 2 does both of these things. If they aren't working for you, you may want to consider reverting to a freshly installed state: http://www.sublimetext.com/docs/2/revert.html