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

0

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

tdwyx 14 jaar geleden bijgewerkt 14 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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 13 jaar geleden 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 12 jaar geleden bijgewerkt door jan otte 12 jaar geleden 1

What about F# syntax support?

0

JavaScript ife snippet missing whitespace

Deep T. Hought 12 jaar geleden 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 13 jaar geleden 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 13 jaar geleden bijgewerkt door Dominik Menke 13 jaar geleden 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 12 jaar geleden 0
0

is there a configuration option to display the pallette at the bottom of the window?

Mark Vandenbos 12 jaar geleden 0

is there a configuration option to display the pallette at the bottom of the window?