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

+7

German Mac OS X Show Console Hide Console Shortcut doesn't work

Kai O. 12 år siden 0
The shortcut ^ ` for showing and hiding the console doesn't work. When I use the menubar for the showing / hiding the console it works.
+7

Localization of Sublime Text 2

Franco Tampieri 13 år siden opdateret af Andrés Rendón H. 13 år siden 1
As I have told in the Forum here
Implement a string translation system so, with .po files to permit the translation of menù and so on...
+7

Make the build system menu easier to use

-2724 13 år siden opdateret af Felix Lange 13 år siden 1
If you have one build system to run the unit test, and one to compile something, then one to create the doc, you have 2 possibilities:
- click menu > submenu, change the build system. Click menu again and run. 3 times.
- create a script that does the 3 of them, run it, and forget about the hability to run aby of them separatly.

Ideally, you should have a drop down to quickly build systems in one click. Create new ones from old ones. See old ones and edit them. And assigne some number to them so you can call them with a shortcut.
+7

single click behavior on file in "Side Bar"

Parrish 13 år siden opdateret af 秦韬 5 måneder siden 10
When sigle-clicking on a file in the "Side Bar" the file opens for preview?  Unfortunately, the visual queues for this action are confusing... a file is viewed in the editor without a tab, yet the first edit to the file creates a new tab for the file.  It would be nice to have some other visual queue to accomplish this... i.e. a window that hovers over the edit window, with an edit button on it; gray out all tabs when previewing a file, with a click on a tab closing the preview and selecting the tab; or simply have a setting to allow a single click to do nothing.
+7

opening current directory on command line should use project file

Phillip Koebbe 13 år siden opdateret 13 år siden 0
I tend to navigate to a project directory on the command line and then open the folder with 'subl .'. It would be nice if ST2 checked for a project file and opened the project if there is one, without having to use the --project switch.
+7

API: post_window_command does not work.

JD Isaacks 11 år siden 0

There is a new API event called `post_window_command` that is supposed to be executed after a window command. (listed here: https://www.sublimetext.com/docs/3/api_reference.html)


It does not work. I made an example class below (I also included a method called *on_post_window_command* since that seems to fit the naming scheme of the other events and thought the name in the docs might have been a typo).


When I run a window command, on the console I get **on <command_name>** showing that the on_window_command event is working but the post window command event never runs.


```python

class MaxPaneEvents(sublime_plugin.EventListener):

    def on_post_window_command(self, window, command_name, args):

        print("on_post " + command_name)

    def post_window_command(self, window, command_name, args):

        print("post " + command_name)

    def on_window_command(self, window, command_name, args):

        print("on " + command_name)

```



+7

Stared/marked lines

Max Bourinov 13 år siden opdateret 13 år siden 2
I would love to be able to star/makr some lines in files I edit. I need it in long files. When I have to scroll though the file it becomes very hard to find some important places. With stars/marks it will be very easy.

Something similar to this would be great:

Image 100

Also, some hotkeys for navigation between stars/marks would be great.

Stars/makrs should exists until I close the file.
+7

Multi-line search/replace textfields

Robert Stuttaford 13 år siden opdateret af Andrey Fedorov 7 år siden 8
Just a toggle to switch between using a single line textfield and say 3-4 lines per textfield for all the find, find/replace, find/replace in files variants.

So often I have to futz around with regexen when all i really want to do is match some multiline text and replace with same. I can't think this would be difficult to do, and the utility would be really high. And it's the only thing I feel ST2 loses vs Textmate :-)
+7

Instant feedback for code changes

Joe Lencioni 13 år siden opdateret 13 år siden 0
Bret Victor demonstrates in this video how instant feedback for code changes can revolutionize your process: https://vimeo.com/36579366

I would love to see this functionality in Sublime Text 2, whether it is built-in or as a plugin.
+7

Use Xcode-style highlighting with find and when highlighting opposite brackets

Aaron Harpole 12 år siden 0
When a grouping symbol (open parens and curly braces and such) is selected, Sublime will show you the opposite one by underlining it. This is hard to see. I am fond of how Xcode handles it, by highlighting it and making that highlight pop up a little bit in front of you (there's probably a word for what it does, but just try it out and see). Would be awesome if Sublime did this when using the find function and when I move the cursor onto those characters.

Kundesupport af UserEcho