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

+3

Project indentation overrides

Kevin Peno 13 років тому оновлено Scott Bowers 13 років тому 1

In a lot of cases I have my open preferences for things like tab spacing in my own projects. I set these in my user file settings file. On the other hand projects I work on may have their own specifications (2 spaces for tabs, etc).


The current documentation on indentation does not say that it looks in the project file for these settings. I think they need to be added with project settings being last.

+3

Add specific scope to JSON key strings

sash 11 років тому 0
When viewing a JSON file, all the strings are colored the same and that can make it difficult to quickly differentiate key strings and value strings. By adding a specific scope (instead of the default 'string.quoted.double.json'), color themes can stylize accordingly, or even use existing colors if something like keyword.string.quoted.double.json were used.

Example in Sublime Text 3:
Image 304

Example in BBEdit 10:
Image 305
+3

open new document on tab bar empty space click

Ella2 13 років тому оновлений 13 років тому 1

Like Ultra Edit and other text editors support, it would be very helpful to have:


* middle mouse click in empty space in tab bar to opening a new empty document

* right mouse click in empty space in tab bar to opening a context menu:

[New File]

[Open File]


This would dramatically speed up my work flow.


BR,

Kai

+3

Go to line/column in file selected in find/build results

uipoet 13 років тому оновлений 13 років тому 4

I have written a build plugin that runs JSHint on any selected JavaScript file which opens a results panel that you can navigate to the next result with F4 which selects the line/column. The problem is there doesn't seem to be a way to jump back into the original file at the line/column that is highlighted.


https://github.com/uipoet/sublime-jshint
+3

shortcut for deleting file from sidebar

Jesse Lee 11 років тому 0

Hi guys,

I've googled a couple of times with "sublime text delete file shortcut" but no luck so far.

I'd like to reduce the mouse activities when coding.

So, is there such shortcut?

how about "rename" then?


+3

Opening a sublime-project file when ST2 is closed opens that file for editing

Jack Sleight 12 років тому 0

When you open a sublime-project file from Finder (only tested this on OS X) when ST2 is running, it opens it as a project window. But if you do the same when ST2 isn't running, the actual JSON sublime-project file is opened for editing.


Ideally opening a sublime-project file from Finder would always launch the project window, rather than opening the file for editing.

+3

"Jakefile" / "jakefile" should be recognized as having Javascript syntax

Ben Houston 12 років тому 0

Jakefiles are Javascript-based makefiles.  They are becoming quite popular in the Javscript community (one of the main communities served by Sublime Text.)  They are used by the Cappucino project as well as the jshint npm integration.  Because they do not have a *.js" extension they are not being recognized as being Javascript in the automatic Syntax highlighting scheme.


It would be preferrable if both "Jakefile" and "jakefile" were added to the pattern for applying Javascript syntax highlighting.


More information on Jake and Jakefiles:


https://github.com/mde/jake

+3

Project switcher should be accessible all the time

Max Wheeler 12 років тому оновлено Joaquín Vicente 11 років тому 2
The project switcher only appears when a file is open. It should also be available when you have no files open.
+3

Cloud-based Sync of User Settings and Packages

Ian Rohde 12 років тому оновлено Vladimir Starkov 12 років тому 2

Any possibility of a cloud-based sync of user settings and installed packages? We all use Sublime on multiple computers and never having to worry about transferring modifications would be a fantastic addition.


Something similar to Chrome's bookmark sharing.

+3

add index number to tab title

rab 12 років тому 0

  1. would like to add the index number of the file within its group to the title of its tab. This would allow you to see, at a glance, which command-# shortcut is needed to activate that view.