Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Nie znaleziono podobnych wątków.
+1
Enhance project management stability on Linux version
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.
I'll try to make some tests later to clarify and confirm this.
+1
Fixes for scala syntax
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:
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
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
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
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
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)
.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
function ( par1 (color), par2 ) {
par1 (color white)
}
+1
Release Sublime Text as Free software
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
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.
Customer support service by UserEcho