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

+16

Sync settings/themes/snippets/ etc (without Dropbox)

Luke Scott 14 lat temu Ostatnio zmodyfikowane przez Vladimir Starkov 12 lat temu 18
I know some people symlink the folder with Dropbox... but it would be nice to have an official cross-platform Sync feature that allowed you to sync your preferences/settings/themes/snippets/etc... with all the computers you develop on.

If not hosted on the sublime website through some sort of account, perhaps something we can setup on a server or a dedicated machine.

The reason for this is I develop primarily on my work machine, but I have a computer at home I also do work on. Getting everything just right takes a little time, and being able to have all those changes as they happen by synced would be awesome.
+16

Request: No leading slash on "File: Copy Path from Project" command

Lorin Hochstein 13 lat temu 0

I often use the "File: Copy Path from Project" command, but it prepends a /, for example:


/horizon/templates/horizon/common/_data_table_row_actions.html


Since project paths are always relative to the location of the project, it would be more useful if there was no leading slash:


horizon/templates/horizon/common/_data_table_row_actions.html



+16

vertical tabs

Robert Teshinsky 12 lat temu zaktualizowano 12 lat temu 1

akin to this:

Image 248

+16

iCloud Support

Alejandro Rodríguez 12 lat temu 0

I would really love to have iCloud support on Sublime text. That way I no longer have to think about where my documents live.

+16

Syntax Highlighting for Scheme

Tyler Robertson 14 lat temu 0

You have it for "Lisp", and I understand why you left it out for the hundreds of dialects, but why not have it for the Scheme R6RS spec, which is pretty official? 


I'm only asking because I'm currently working through SICP, and my code looks like plain text with highlighted numbers and strings. 


Thanks

+15

'File'->'Clone' is the wrong term for a new view

ipearx 13 lat temu Ostatnio zmodyfikowane przez Matthew Lloyd 13 lat temu 5
The term 'clone' for creating a new view just doesn't make sense under the 'file' menu. When chosen it doesn't clone the file, it creates a new view of the same file, so it should really be under the 'view' menu.

I would expect 'file' -> 'clone' to actually create a new file with the same content, which can then be saved with a different file name, much like Photoshop's 'duplicate' command.

I would suggest moving the feature to become 'View' -> 'New view' or something similar.
+15

Highlight column (crosshairs)

Charles Feduke 13 lat temu Ostatnio zmodyfikowane przez icylace 12 lat temu 2
A new setting, "highlight_column" exactly like the existing setting "highlight_line" that when set to `true` highlights the cursor's current column in the same manner as the line being highlighted.

With both highlight options set to true should create a crosshairs effect.

Additionally a command that toggles these values that can be bound to a keyboard shortcut would be useful (command for "highlight_line", "highlight_column", "crosshairs").
+15

Display image data (width, height, src, etc..) instead of displaying image data into the editor itself (or allow me to preview image details in the project sidebar)

lamonte harris 13 lat temu 0
There should be an easier way to see the images width, height, etc... in the projects sidebar or when clicking on the image it shows this information in the editor instead of the actual contents.
+15

Possibility to open hidden files

Maurice Kühlborn 13 lat temu Ostatnio zmodyfikowane przez Sebastian Büttner 13 lat temu 1
Would be nice to be able to toggle hidden files in open dialog if you want to edit your apache config or the likes.
+15

Automatically detect merge conflict markers (>>>>>) and paint them as red regions in the minimap

Patrick Corcoran 14 lat temu 0
When a file has merge conflict markers in it (eg. >>>>>>>) it would be helpful to see these displayed in the minimap.  Perhaps displayed with a red background instead of white/gray.