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

+1

Support for inline coffeescript in HTML

Benjamin Lupton 13 ár síðan updated by Jason Tackaberry 12 ár síðan 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 13 ár síðan 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 12 ár síðan updated by Matt Moore 11 ár síðan 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.
+1

Provide an icon for creating shortcuts

Scott Bowers 14 ár síðan updated by Jon Skinner 14 ár síðan 1
I don't know how sublime works in Windows or Mac, but in Linux, there isn't a way to create an shortcut with Sublime's Icon on it. I currently have to use a bo-bo icon for sublime's shortcut.
+1

HTML (Rails) should be HTML (Ruby)

Nelson Blaha 12 ár síðan 0

.html.erb file extension is used in non-Rails Ruby frameworks. The format should be referred to as HTML (Ruby)

+1

Parameters on javascript functions lost color inside function

jorgemason 12 ár síðan 0
function ( par1 (color), par2 ) {
   par1 (color white)
}
+1

Release Sublime Text as Free software

Rory Holland 12 ár síðan updated by glyph 12 ár síðan 1
I would pay for a binary of Sublime Text if the sources were distributed for free.
+1

ability to add language syntax bundles in User directory

Vincent Côté-Roy 13 ár síðan Uppfært 13 ár síðan 0
it would be great to have the ability to add language syntax bundles under the User directory, (or perhaps in a separate, optional "User Packages" directory), so that we could maintain our language bundles separately from the default ones. that way one only has to keep track of / update that one folder when moving between machines.
+1

Add `fail` to Ruby special-method syntax

Mads Ohm Larsen 11 ár síðan 0
`fail` is missing from the special-methods array in Ruby.tmLanguage.

This can simply be added to the list, so it is highlighted.
+1

Temp file for new documents

Yandy Ramirez 11 ár síðan 0
Would it be possible/feasible so that every "New Document" saved or not automatically creates a Temp file located in a specified location? This could be configurable through the user preferences. Sometimes I code/write something that don't want/need to save and dedicate a file to. But would like to access it from another PC and continue if I forget to save or put in a "scratch file".