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 il y a 14 ans 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 il y a 14 ans 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 il y a 13 ans mis à jour il y a 13 ans 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

Дмитрий Алмазов il y a 13 ans mis à jour il y a 13 ans 0
It would be nice if piano roll (like in Aptana 2) effect present in editor section.
0

Not properly closed HTML tags

cresus18 il y a 13 ans mis à jour il y a 13 ans 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 il y a 11 ans 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 il y a 13 ans 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
Corrigé

Pressing Ctrl+3 with only two groups visible crashes sublime

temp01 il y a 14 ans mis à jour par Jon Skinner il y a 14 ans 1
With view set to dual view (vertical), pressing Ctrl+3 or Ctrl+4 crashes the editor.
Solution
Jon Skinner il y a 14 ans
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.