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

+1

OSX CMD+left/right not going to end of line

Stephen Watters 13 aastat tagasi 0
Is OSX the CMD+/leftright is typically the home/end of line key binding.  Not sure what it is doing now.
+1

File listings look wrong because of indentation

Andrew Havens 12 aastat tagasi 0

There are often times when I get confused as to which directory a file is in because of the way Sublime indents the files in a directory. It seems to me that the indentation should start from the beginning of the collapse/expand arrow, and not the start of the directory names. Furthermore, the expand/collapse triangle icons could be smaller to help with this.

+1

Update Lua Syntax files to be more current. (Lua Dev plugin does add more but no way to make it default)

Christopher Spence 11 aastat tagasi 0

Would like to see more complete lua syntax support without having to take Lua Dev to override default files in the Sublime install.


I've tried to set Lua Dev as default syntax for lua files, but it creates lua.sublime-settings file rather than lua dev.sublime-settings but even if I manually create it, it won't work.  It always defaults to core Lua syntax, so it should be updated if we can't replace it.

+1

keybinding/settings reference for ST2

Steve Attila Kopiás 12 aastat tagasi 0

Where can I find a complete reference for keybindings and settings? 


I've already found a lot of forum comments with "insert this into your settings file" that helped in some of my problems, but right now when I tried to find the proper "context" value for the caret being in one of the groups in split view, I found nothing. (Currently I'd like to be able to move a file around in a 2x2 view with alt+ctrl+left/right/up/down and to be able to do that, I need to define different rules for every group.) And by nothing I mean not even an unexplained list with all the usable contextes. ST2 is advertised as being completely customizable which I found really promising, but without a complete reference those possibilities not already in the default files, are kind of unusable... It's okay if ST2 isn't able to do something (like my example above) but making me roam the internetz for hours trying to find some maybe not even existing (I may never know) information just doesn't seem like a good situation...

+1

File actions in sidebar should focus on footer dialog field

ybakos 13 aastat tagasi uuendaja Steve Jalim 13 aastat tagasi 1
I think this one might be a regression/bug, as I believe the behavior used to be different. I'm running ST2 on OSX.

When I right click a file in the sidebar to rename, it seems that the footer dialog field doesn't have focus. If I start typing, nothing happens; I must click on the, say, "New Name" field in order to continue my intent of renaming the file.

It would be great if I could just "start typing" in the footer dialog's field.

+1

Using Sublime with SSHFS

Nicolas Bazille 12 aastat tagasi uuendaja Christophe Eblé 12 aastat tagasi 1

When new files and folders are created in my SSHFS remote directory, I must  click on the "Project > Refresh Folders" button to see them appear in the browser pannel. It is very restricting for my daily workflow.

+1

Higlight the background color of current block of code.

Onezino Gabriel Moreira 12 aastat tagasi 0

It would usefull if the background color get highlight of the current block.

Example,


1

2 while(True) {

3     print 'Something' | <--cursor

4 }

5


the background color of line 2, 3, 4 get diferente color.
+1
Lõpetatud

Chromeless Fullscreen mode on Windows

wonderyak 13 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 4
I'd love to have a fullscreen window chromeless option for the application.
Vasta
Jon Skinner 13 aastat tagasi
Distraction Free mode does this
+1

priority optimization for fuzzy search

Benjamin Beck 12 aastat tagasi 0

Fuzzy search should give me in this case the green result as #1.
Is there a way to optimize priority calculation for this use case?


Image 196

+1

make the tab line glow when the cursor is on it. so i can align my div elements without trouble

Shri Amin 12 aastat tagasi 0
i still have trouble aligning the div elements when the distance between them is large..my screen is not that big, so i have to scroll up and down, up and down to make sure they are on the same tab line...if you make the tab line glow when the cursor is on it then that would help