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

-1

The Avanti Law Group: Your Personal Lawyer

Craig Wilkins vor 13 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 14 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 15 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 14 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

[AppleScript ] Lines started with "#" are not being recognized as comments

Artem Gordinskiy vor 14 Jahren 0

You could read about AppleScript comments in the AppleScript Language Guide.


--

Same in the third version.

-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 14 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 11 Jahren 0

mbnmbn

-1

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

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

Unsaved files

Pedro Murillo vor 14 Jahren 0

If you create a new plain-text file, its first line becomes the displayed name for its tab or sidebar item. How can I disable this?

-1
Fertiggestellt

Smarter commenting, like Komodo.

openid-1 vor 15 Jahren aktualisiert von Jon Skinner vor 15 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 15 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