+1

Syntax for line numbers on the command line

Christoph Ruegge 13 років тому 0
The syntax `subl somefile.txt:100' to open Sublime on line 100 introduces a problem: I have a bunch of files with timestamps in their names (like `filename-19:35:12'). As far as I see, it is not possible to open these files from the command line. It would be nice if the syntax could either be changed (by e.g. including a space between filename and line number) or if there was an option to turn off jumping to a line.
+1

Delayed loading of plugins

Jonathan Abramson 12 років тому 0

Some plugins take more time to load than others. For example the open_in_browser plugin takes ~50x more time to load than most of other plugins. Some plugins need to be ready as soon as the app is loaded and for others sublime can live without them for a few more milliseconds. I think you should add a pre-ui and post-ui loading lists to allow faster-snappier loading of the application. 

+1

ST3: wrap_lines works poorly with auto_wrap

David James 11 років тому 0

In Sublime Text 3, the `wrap_lines` command (alt+super+q on my mac) does not work well when `auto_wrap` is true. Specifically, it is willing to make a line one character too long.

+1

Find in files - reset to all open folders

Lincoln Stoll 13 років тому оновлено Simon Rentzke 13 років тому 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 13 років тому оновлений 13 років тому 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 13 років тому 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 років тому 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 років тому оновлений 12 років тому 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
Виконано

Select all find results

Matthew Spence 13 років тому оновлено Jon Skinner 13 років тому 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
Відповідь
Jon Skinner 13 років тому
The Find All button on the find panel does this
+1

Smart comment/uncomment

Colby Goettel 12 років тому 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 років тому 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
Виконано

Command to help with keybinding

Kai Grossjohann 13 років тому оновлено Jon Skinner 13 років тому 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.)
Відповідь
Jon Skinner 13 років тому
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 років тому 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.

+1

NFS atomic save tempfiles shoud be ignored in the file listing by default

Thijs van Dijk 11 років тому 0

Whenever I set up a new workstation with ST3, the default setup shows the atomic save tempfiles (e.g. ".nfs00000000003207ff00000005") in the directory listing. The first thing I do on any new environment is edit the file excludes thusly:


"file_exclude_patterns": [ ".nfs000*", "*.pyc", "*.pyo", ...


Since these files are generated by ST, I believe it's only fair that they be ignored in the default config.

+1

Crash right at startup on openSUSE 12.1 since build 2165

Duncan Mac-Vicar Prett 13 років тому оновлений 13 років тому 0
Sublime text would not start but crash. I am stuck in version 2139 as the "last working one" (released).

Backtrace posted at http://www.sublimetext.com/forum/viewtopic.php?f=3&t=4557&p=20648&hilit=crash#p20648

Cleaning up the config worked for 2165, but does not for 2172 (except for 32bit, where it starts with a clean config). Still in all cases it crashes when closing the application as well. All startup backtraces have the same first lines:

======= Backtrace: =========
/lib64/libc.so.6(+0x74c06)[0x7f5822dc1c06]
./sublime_text(_ZN12memory_arena5clearEv+0x20)[0x51bf70]
./sublime_text[0x759444]
./sublime_text(_ZN13SyntaxManager6reloadEv+0x7e1)[0x75a051]
./sublime_text(_ZN13SyntaxManager4initEP15settings_loaderP11menu_loader+0x25)[0x75baf5]
./sublime_text(_Z12skyline_initP9catalogueP14px_file_systemP15settings_loaderP11menu_loader+0xfd)[0x6a906d]



+1

Displaying input panel at the top of the view

ab30 11 років тому оновлено Tommie Gannert 11 років тому 1

For example, adding an option to the show_input_panel() method for displaying it either at the top either at the bottom of the view.

+1

Underscore characters in Open Recent menu for file name are double

Grégoire BELLON-GERVAIS 11 років тому 0

Hello,

for the Open Recent menu, the file names which contain underscore characters are displayed incorrectly.

Each underscore appear in double.

+1

Better support for textmate snippets regexp

Dmitriy Kubyshkin 13 років тому 0

Complex regexp that inserts symbols on the same line as input, but before the cursor doesn't work.

Here's an example that works perfectly in TextMate but doesn't in Sublime Text 2


color ${1/(^\h{1,6}$)|.+/(?1:#)/}${1/(^\(.*$)|.+/(?1:rgb)/}${1/(^\(.*,.*,.*,.*$)|.+/(?1:a)/}${1:f}${1/(^\([^)]*$)|.+/(?1:\))/}${1/(^\h{1,2}$)|.+/(?1:$1$1)/}
+1

Selecting text: is there any rationale or "talk" behind Sublime's different approach compared to many other editors?

hced 12 років тому оновлено Sven Axelsson 12 років тому 4

I think (or rather feel) that Sublime Text's representation (and operation) of selecting text is a bit weird, compared to most other editors if not all of them.


For example, comparing Sublime Text to (oh, pick anyone) TextMate:


Holding Shift and pressing Down will place the cursor on the next line in ST2, compared to TextMate which does (what I'm used to) in fact highlight the current line leaving out the cursor.


This is my main barrier to entry (slight exaggeration since I love everything else in ST). Thus, I'm curious to know why it works like this and if text selection can be altered to (what I consider) normal behavior.

+1

Diff checker

Mayank G 11 років тому оновлено Borys Forytarz 11 років тому 1

It would be great if sublime could allow checking difference between two versions of same file.