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

+1

Find in files - reset to all open folders

Lincoln Stoll 14 lat temu Ostatnio zmodyfikowane przez Simon Rentzke 13 lat temu 1

When I first use find in files, the In Location is set to open folders - however once I change this to a specific folder, I can't work out how to set this back to <all open folders>.

+1

OS X Help > Search menu doesn't work

Paul Straw 14 lat temu zaktualizowano 14 lat temu 1
When using the Help > Search menu (http://paul.st/5sKu), almost all results are grayed out (http://paul.st/5tb5). The same thing doesn't happen when manually clicking to a menu item (http://paul.st/5sBG).
+1

Erlang snippets should comply to standard and be compilable

djui 14 lat temu 0
Currently many Erlang snippets have non standard directives declared. Precisely:

-module (...)

vs

-module(...)

So all snippets (~10) should have their space removed. Some of them won't even compile with the space included.
+1

HTTPS Forum Login

Faraz Yashar 12 lat temu 0

I'm not too fond of my passwords floating nakedly in HTTP headers... Employing SSL on the log in page and user account settings page would be much appreciated.

I'm personally less concerned with session hijacking, but that can be fixed by securing the entire forum if deemed necessary.

+1

are all the docs out of date or is the default config wrong?

Greg Milby 12 lat temu zaktualizowano 12 lat temu 2

re: tabSize =  http://www.sublimetext.com/docs/file-type-preferences


in my config it says tab_size - but in docs it says tabSize... are all the docs out of date or are there different areas that are config'd differently?

tia,

+1
Ukończony

Select all find results

Matthew Spence 13 lat temu Ostatnio zmodyfikowane przez Jon Skinner 13 lat temu 0
I'ld like to be able to select all find results so that once i've found a bunch of instances of something I can start editing at all those points concurrently
Odpowiedź
Jon Skinner 13 lat temu
The Find All button on the find panel does this
+1

Smart comment/uncomment

Colby Goettel 12 lat temu 0

Let's say we have the following (code is Perl):


# if ( $_ =~ /a/ )

if ( $_ =~ /b/ )

{

    ....

}


It would be nice to be able to select both 'if' statements and by pressing ctrl+/ have the commented line uncomment, and the uncommented line be commented.

+1

Control+Q hotkey to quit Sublime Text in Windows?

Andrew Pennebaker 12 lat temu 0

It's nice to be able to use the same hotkeys in multiple operating systems. In Mac OS X, Command+Q quits each application. In Linux, most desktop applications respond to Control+Q, and even a few Windows apps also do this.

Could we add Control+Q as a hotkey for quitting Sublime Text?

+1
Ukończony

Command to help with keybinding

Kai Grossjohann 13 lat temu Ostatnio zmodyfikowane przez Jon Skinner 13 lat temu 1
I'd like to execute a command that waits for me to press a key (sequence), then tells me what that does.  (I mean it should tell me which command is executed, it doesn't need to explain what this command does.)
Odpowiedź
Jon Skinner 13 lat temu
You can enter sublime.log_commands(True) in the console to get a similar effect
+1

Sublime Text 3 underscore in .exe makes using it as a default program impossible

Christopher Kamper 11 lat temu 0

Hi there,


this is propably more a windows 7 x64 bug than anything else, but I have noticed that I could not use sublime text as a default programm to open let's say, .scss files because of the underscore in the .exe. I copied the exe, remove the underscore and now it works just fine.