No similar topics found.

-1
UnicodeEncodeError
UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-10: ordinal not in range(128)

-1
print(‘汉字’) error: [Decode error - output not utf-8]
print(‘汉字’) error: [Decode error - output not utf-8]

-1
Warn when there is a syntax error in a plug in.
When a plugin fails to load due to a syntax error (maybe other errors too), nothing is shown on the console.
It should at least log the error there. Otherwise, the only way to get that log would be to open sublime text 2 with the --debug argument and find it in that output.
It should at least log the error there. Otherwise, the only way to get that log would be to open sublime text 2 with the --debug argument and find it in that output.

-1
Thinner scrollbars
Thinner scrollbars (plus fade in/out like iOS?) to maximize editing areas, esp. in 2/3/4 pane views.

-1
periodically clean up "File opens" list may be better for user
The "File opens" list usually tend to become longer and longer. Why don't add a cleaner to clean it automatically each five minutes when it more than five items.

-1
curlftps and remote editing
sometimes i really need to edit something remotely, and mount some ssh\ftp servers as folder. In sublime i cant delete any file, folders have really long response time, and saving file is really long.. fix it please

-1
Haskell: ctrl/cmd-r for data and type definitions
It would be quite nice if the "go to symbol" functionality accessed via cmd/ctrl-r would also locate data and type definitions in Haskell. Discarding complicated language extensions, I think it would be possible to just look for code of the form:
data name1 = ...
type name2 = ...
newtype name3 = ...

-1
Cmd-W on the About window does not work
Steps to reproduce:
Choose Sublime Text 2 > About. Try to close the window using Cmd-W.
Expected results:
The window should close
Actual results:
The window does not close
Tested using ST 2210, OS X 10.7.4

-1
Diff sidebar
Have a diff sidebar like the one in NetBeans. You edit the file and it marks the new, modified and removed lines with color near the line number.

-1
Snippets and Build System question for JSP's
Whats the correct scope for jsp files in the <source> tag?
Ive tried source.jsp and source.java.jsp and i dont know what else to try, snippets or build system dont recognize it unless i just delete the source tag altogether, which is only useful for snippets, build system i really need it to be file type specific...

-1
Return to lower indent level after using finishing words
http://img443.imageshack.us/img443/2817/selection035y.png
It's work in VIM and most ppl wants it in ST2. In VIM, it works on the editor layer, it isn't language-specific. Languages need to set just words for this function.
It's work in VIM and most ppl wants it in ST2. In VIM, it works on the editor layer, it isn't language-specific. Languages need to set just words for this function.

-1
Working Sets in a project
Would be good to have simple working sets in a project. Such as additional list in the sidebar between OPEN FILES and FOLDERS. That would ease navigation through dependent files. Could look like that: DEFAULT view (default), Language, Connections and etc. Default view would remain it's state dynamically while others not and will have to be defined.

-1
Shift click on windows TaskBar, to launch new application instance.
Shift click on windows TaskBar, to launch new application instance. This would be great when organizing work on multiple desktops on windows, as the process. Possibly a file open or open wiht sumbline, will open with the last app inst in focus.

-1
Please add preference setting for string background color, so it's easy to tell two side-by-side strings apart
When typing lines of code that include multiple string literals, such as in string substitutions with regular expressions, it's difficult to tell where one string ends and the next begins. I'd like a preference for a string background color so the bounds of a complete string will be visible.

-1
Incorrectly scoped php snippets
Some php snippets are scoped text.html and show up in jsp/cfm and other files. Shouldn't they all be just source.php?

-1
Using TextMate as a CSS editor
Using TextMate as a CSS editor is not ideal in the moment, because TextMate uses Autocomplete as if you were writing html, and anytime you try to style a tag, it autocompletes. Autocompletes should take into account the file type (which it actually does pretty well, only not with CSS and HTML)

-1
Option to change which side of the screen the file browser is on.
Ability to select which side of the screen the file browser is loaded on either the left or the right. I prefer mine on the right. I assume this would coincide with the ability to change the side of the window that the minimap is on.

-1
ST2 Does not remember correct indentation
How to recreate:
Write a function or something that causes ST2 to automatically add indentation the next time you press enter.
Keep pressing enter a few times so you cursor is now a few lines below where you have last typed. Your cursor should still be indented.
Press your up arrow key, the cursor will move up a line and lose all indentation.
Write a function or something that causes ST2 to automatically add indentation the next time you press enter.
Keep pressing enter a few times so you cursor is now a few lines below where you have last typed. Your cursor should still be indented.
Press your up arrow key, the cursor will move up a line and lose all indentation.

-1
Line numbers rendered incorrectly in folded text
Two line numbers seems to be rendered on top of each other at the end of a fold, like this: https://skitch.com/sven/g1ebi/linenumberovertype
This is in build 2148.
Customer support service by UserEcho