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

View.is_visible() method

Enable Ruby scripting/plugins

Horizontal Triple Pane Layout
Here's the keymap code:
{
"keys": ["super+alt+3"],
"caption": "Horizontal Triple Pane Layout",
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.33, 0.66, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
}

Make keyboard shortcuts display correctly for international keyboard layouts
I'm German, and using Sublime Text with a German keyboard (no surprise there).
This means that a lot of the keyboard shortcuts are simply displayed wrong, e.g toggle comment is shown as "control + /" whereas on the German keyboard I actually need to use "control + #"
Now I can use "sublime.log_input(True)" in the console to find through trial and
error what keys to use, but this shouldn't be necessary, and is, additionally, not very helpful regarding less often used key combinations.
Do I really have to poke around & then keep something as old school as a printed overview of the key mappings on my keyboard around?

sublime-completions problems with word buffer
I have a long sublime-completions file (about 2000 lines). The completions work fine, but words from the current file simply get ignored.
At first I thought the problem was about having characters like ( , : etc in the trigger, but it turns out it's a combination of characters + long file. Everything works great with a shorter file, but for a long file it only works if the trigger only has short words with nothing but letters.
I need to put those characters in the trigger so I can see which method I'll be "triggering". It is not possible AFAIK to put a description in a completions file, the way you can in a snippet.

Ctrl+alt+P should show all projects, INCLUDE currently opened projects

Build system should honor env as documented.
Build system should recognize the env command as documented. Adding an env command to the build system results in a silent fail currently. If you open the console, you will see the following error :
Traceback (most recent call last):
File "./sublime_plugin.py", line 337, in run_
TypeError: run() got an unexpected keyword argument 'env'

feature request - when you highlight a <div> it highlights its closing </div>.

"replace all" closes the replace-bar

Has the command to toggle word wrapping been implemented yet?

The underlying command is "toggle_setting", you can see how its using in Packages/Default/Main.sublime-menu
Kundesupport af UserEcho