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

0

Make the code complete better!?

Tran Quang Vinh fa 14 anys 0

When i type a tag in html and i close it, i must type the close tag.

When i type a function in php, the auto-complete does not show up

0

Super+Shift+[ and Super+Shift+] (go to right tab, go to left tab) don't work with Russian keyboard layout selected on Mac OS X

Roman Vorushin fa 14 anys 0
If I have English keyboard layout selected, I can switch between tabs with Cmd-Shift-[, Cmd-Shift-]. But when I have Russian layout selected, these combinations don't work (I believe because of the different characters linked to [] buttons).
0

Have the ability to execute builds and supply dynamic properties through the Command Palette.

Jason Hatton fa 13 anys actualitzat fa 13 anys 0
For build systems like Ant, Maven, and Gradle it is very common to supply various targets or tasks to the build system depending on your workflow, not to mention switches to change default behavior.  This is something that is not well support by having the build-system configuration file be the only source for defining build tasks.  I think having a Command Palette build command is a very useful built-in feature at a basic level and then have it support dynamic arguments would be really useful. 
0

Piano roll editor

Дмитрий Алмазов fa 13 anys actualitzat fa 13 anys 0
It would be nice if piano roll (like in Aptana 2) effect present in editor section.
0

Not properly closed HTML tags

cresus18 fa 13 anys actualitzat fa 13 anys 0
Suppose you have a P tag like this:

<p<?php if($foo) echo ' class="foo"'; ?>>

Trying to close it using the keyboard shortcut 'Alt+.' will insert </p<?php> instead of </p>
0

Configuration file format enhancement

pmaupin fa 11 anys 0
RSON is a more human readable/writable superset of JSON.  (The RSON parser parses JSON fine)

http://code.google.com/p/rson/
0

Command line parameter to hide sidebar

Sander fa 13 anys 0
I use Sublime Text in 2 ways: 1) Projects (software dev); 2) Quick editing (sysadmin). 

In scenario 1 the sidebar is mandatory for me. In scenario 2, I'd rather not see it. 

It would be great if the initial state of the sidebar could be set with a parameter.

0
Fixed

Pressing Ctrl+3 with only two groups visible crashes sublime

temp01 fa 14 anys updated by Jon Skinner fa 14 anys 1
With view set to dual view (vertical), pressing Ctrl+3 or Ctrl+4 crashes the editor.
Answer
Jon Skinner fa 14 anys
Fixed in build 2027
0

PHP inside HTML and Javascript

it would be nice to have php syntax highlight inside <? ?> tags, see:
tracker.addVisitorProperty('name','<?php echo str_replace("'","",$this->identity()->fullName); ?>');

insides of <? ?> are not standing out.