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

0

Ability to configure different key bindings with right and left cmd/option/ctrl key

Ying-Chi I hace 13 años 0

Currently Sublime Text 2 has the ability to configure all keybinding using cmd/option/ctrl keys. But both the right and left cmd/option/ctrl keys are interpreted as the same key.


It would be nice to be able to, for example, assign cmd_L + C to copy and cmd_R + C to something else entirely.  


Thanks,

Connie

0

i want to edit the cursor width, and the repeat speed. thank you.

tdwyx hace 14 años actualizado hace 14 años 0
i want to edit the cursor width, and the repeat speed. thank you.
0

Ctrl-tab does not work in Find and Replace section

Ibrahim Tencer hace 14 años actualizado hace 14 años 0
When you're in the find-and-replace menu thing, Ctrl-tab (and fn-tab and alt-tab) cycles between the text fields instead of changing tabs. It should behave normally; tab already cycles between the text fields.
0

Indentation of brackets for C++

Alexander Strebkov hace 13 años actualizado hace 13 años 0
Your user configuration file must has the following values:
"trim_automatic_white_space": false,"ensure_newline_at_eof_on_save": true,"auto_match_enabled": false
Do it in order to reproduce the bug:
  1. Open new file (Ctrl + N)
  2. Set C++ syntax style
  3. Just press enter (insert new line)
  4. Press up key (return to the first line)
  5. Type "class Foo"
  6. Press enter
  7. Type "{"
  8. Press enter
  9. Type "}"
Last closed bracket won't be indented automatically. Type "}" again - this bracket will be indented.

I've attached the video file because my English leaves much to be desired:

Youtube video
0

Emacs-style self documentation

Timo Varis hace 13 años 0

In emacs you can use describe-function to tell where function code is located, to what key is it bind on, and how is it used (parameters etc.). This kind of functionality would greatly enchance user experience in ST2 also.

0

F# support

Stefano Paluello hace 13 años actualizado por jan otte hace 12 años 1

What about F# syntax support?

0

JavaScript ife snippet missing whitespace

Deep T. Hought hace 12 años 0

The "if-___-else.sublime-snippet" snippet should have another space after the "else" in replacement. Just a tiny OCD-ish bug.

0

Dragging over line numbers should not drag and drop text

chaiguy hace 13 años 0

Dragging in the line number column should never drag blocks of text, but should only ever select lines. Blocks of text should be clicked on directly to drag.

0

Promote as Project Folder doesn't show folder in root folders section until restart

Brian Gallagher hace 13 años actualizado por Dominik Menke hace 13 años 1
When I promote a folder to a "project folder" I have to restart sublime text for it to show in the root of the folders section of the sidebar.  
This behavior is unbecoming of ST2.  If I create or rename a file or folder, the changes are automatically reflected, but promoting a folder isn't?
0

custom plugin breaks after restart

Prasanth Guruprasad hace 12 años 0