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

0

There should be three colors of indentation guides.

rsk82 vor 12 Jahren 0

Besides active and inactive colors there should be special bright color shown only when the caret is next to particular curly brace. Now when I place caret like this the guide changes to inactive. But this is stupid since reason to place caret like this is specially for check if the curlies are not misaligned. This is very frustrating.


(Any plugin about that ?)


Here is how it looks :

Image 173


and how it should be like:


Image 174

0

Truncated binary without notifying the user about it.

Ivan Castellanos vor 12 Jahren 0

It should give some kind of alert saying that the hexadecimal view of a binary file has been truncated.

It happened in Windows 7 SP1 in ST2 build 2213 with this file : https://dl.dropbox.com/u/67245568/casa.bmp

This tool will give you a non-truncated hex dump: http://www.fileformat.info/tool/hexdump.htm

Image 200

0

Don't scroll to position on minimap when clicking below the bottom of small files

Daniel Patterson vor 12 Jahren 0
When I have small files open, the minimap does not take up the whole vertical space. When I have the window behind another, I click on that blank spot to bring me back to the window. I would expect that it would just raise the window, but it instead scrolls me to the bottom of the file.

This really annoying! I find that multiple times a day I am all of the sudden at the bottom of the file.


I guess one way around this is to not scroll to position when the window is not focused (which I think would be useful in general - if I'm not focused on the window, I'm probably not trying to scroll when I click the minimap), and the other would be to not treat everything below the bottom as indicating scroll to the bottom (which would also be nice).

 

0

View Ruler does not persist

Cainan Whelchel vor 12 Jahren 0

View Ruler has to be checked for every file even after the file has been closed and reopened. I would imagine this is normally a "all-file" setting. 


Maybe it's my system:

  • Windows XP 64bit
  • Sublime Text 2.0.1 Build 2217
EDIT - I found the persisted value it in the Preferences -> Settings - Defaults
"rulers": [80]
0

commit_completion

Benson Russell vor 11 Jahren aktualisiert vor 11 Jahren 1
So I'm writing a plugin that's trying to monitor when the user selects an option from the autocomplete popup list. The proper way I've found to do this is to monitor the commit_completion text command via the event listener class. The problem is commit_completion does not fire if the user selections an autocomplete option either via the mouse or tab key. It works fine when they press enter.
0

bring a view to the front of its group without changing the focus

Filipe Cabecinhas vor 13 Jahren aktualisiert vor 13 Jahren 0
Hi,

It should be possible to bring a View to the front of its group without giving it focus.

I have a panel where users can issue commands to a debugger that runs in a background thread. My problem is that I want the panel to stay focused after the user sends a command with the return key. But I can't show the panel again in the on_done handler because the handler will only queue the command and immediately return.

When the program stops, I have to load the file where it stopped and set a marker in a line (which it seems I can only do after it finishes loading). I want to set the marker, bringing the file to front, AND still keep my input panel focused.

Regards,

  Filipe
0

Bug when replacing text

Todor Pavlov vor 12 Jahren 0
Hi,
When replacing text there is a new line after each replacement. This makes the replacement function unusable.
Also how can I get the 2.0.0 vession which worked fine?

Regatds and thanks for the great editor,
Todor Pavlov
0

Seamless tab design with Windows Aero

sjsj vor 12 Jahren 0

Image 147

I like Chrome's style.

0

Strict Project file editting

Diogo Resende vor 12 Jahren 0
Have an option to enable strict project file editting. What I mean is:

- when opening a file, if the folder (or parent folders) have a sublime-project file, and it includes the current file -> open project (if not opened, closing any opened project)
- when closing all open files, close project
- when opening a file and a project is opened that does not include the file, open the file in a new window

This are some actions that I think are needed to avoid adding history garbage to projects and mixing projects
0

text-based file open panel

JayPlee vor 12 Jahren 0

It would be great if you could type a not-yet-opened file path into the find anything window and have it suggest completions for the filepath, ala emacs find-file-or-url command.