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

+1

Auto complete causes views to jitter

Ben Vanik 15 years ago updated 15 years ago 0
I run in two column mode, and when using auto complete in the right column any changes to the layout of the auto complete dialog once it's up (more typing to change results/etc) will cause the entire view to shift to the left ~10px and then immediately back to its original location. As a result, the entire view bounces around while typing and makes things unusable. I had to disable auto complete to regain my sanity. The behavior does not reproduce in the left column.

Linux x64 Ubuntu
+1

vim mode, deleting last line should move you to previous line

Jon Hogue 13 years ago 0

When in vim, and you go to the last line, and type "dd", it goes to the previous line. This way, you can delete all the lines from the bottom of the file.


In sublime, it doesn't go to the previous line.

+1

After editing preferences, next file is saved in the wrong folder

Jesse Ruderman 13 years ago 0
1. Open the "user preferences" file by pressing ⌘,
2. Save the file
3. Open a new tab by pressing ⌘N
4. Save this file

Result: the save dialog defaults to
"~/Library/Application Support/Sublime Text 3/Packages/User/"

Expected: the save dialog should keep defaulting to the last folder I picked myself  (in my case, usually ~/Desktop/ or ~/Documents/)
+1

Mouse select/capture as a block of text

Brian Bruggeman 13 years ago 0

Visual Slickedit has a cool feature where the mouse can select a block of text as a rectangle within the screen rather than across lines of text.  For example:

   a quick text example of where something
   might be a block select rather than a text line

   select


if we used a block select on the first two characters in the above text, we'd have 3 lines:

 

   ['a ',

    'mi',

    'se']


This can be very useful for inserting text, filling in comments, cutting text, etc.

+1

Can I include sublime on the repository of my distro as freeware?

Filipe Machado 13 years ago 0

Is possible or am I bypassing sublime commercial license?

+1

Find and replace - Extended Characters

Jon Eyrick 13 years ago 0
Replace should support Extended characters like \r \n \t etc. Love the progress in Sublime Text 3!!

+1

Word wrap toggle nolonger works

Scott Bowers 15 years ago updated 15 years ago 1
Ubuntu 11.10, x64.

Toggling word wrap doesn't work anymore. It seems to use the behavior of "auto" in all situations, meaning source code never wraps, and text files always wrap.
+1

Collect tabs in one window

Kevin Suttle 14 years ago updated 14 years ago 0
The tabs are great, but it'd be nice to be able to collect all open tabs/windows in a single window.
+1

Configurable autocomplete commit keystrokes

Matt Sherman 14 years ago 0

I would love to be able to select which characters commit the autocomplete -- for example, dots & semicolons. When in an object-oriented language, eg, the dot is often the next desired character. The dot-autocomplete would save a keystroke.

+1

Support for binding the escape key with another key "escape+g"

bug9321 14 years ago updated 14 years ago 2
The emacs "meta" ("escape") is useful for emacs key bindings.  I have not been able to bind the escape key with another key like I can with "ctrl", for example.  The key bindings I would like are "meta-x" (like the Sublime Text 2 console) and "meta-g" (goto line).

Anyway, some way in Sublime Text 2 to support this would be great.  Maybe it works already. :)   I have not seen any examples, though.