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

+18

No print option in Sublime Text2

karesh Mahesh 12 lat temu 0

There is no print option at all in Sublime Text2. I think this is one of the basic feature of any text editor. Notepad has it :D

+18

Word separators and selection

Dan Rogers 13 lat temu zaktualizowano 12 lat temu 2
I've been noticing an issue with alt-arrow movement and also with double-click drag selection.

Even though the quote character and the whitespace character are both defined in the "word_separators" preference, these characters are not used during selection (or movement) to separate words properly.

Below you will see an animated gif which illustrates a word selection passing over the quote marks and selecting too much text:

Image 87

I think in the ideal solution, spaces and quotes should be treated as their own words during this selection mode. This is how native cocoa textfields (eg- TextEdit) work on OSX, and in general it feels more intuitive to be safe during word selection rather than overzealous. After all, it is easier to keep selecting over these characters instead of having to go back and manually adjust the selection after a big jump.
+18

Enable code completions to be stored with project rather than centrally

Brian Gilbert 13 lat temu zaktualizowano 13 lat temu 0
Would it be possible for us to store project specific code completions with the project file or perhaps in a [project]/.sublime2 directory?
+18

Multiple cursors across multiple files (columns & rows of layout)

Asher Max Schweigart 11 lat temu 0
It would be handy to be able to place multiple cursors in different columns and rows of a layout view at the same time (so you could edit multiple files at once).
+17

Add LookML as Syntax formatting option

Andy 7 lat temu 0

Hi!  I do lots of development in a platform called LookML, used by the BI software called Looker.  It would be great if I could view the syntax highlighting in sublime without having to import files into Looker to see their syntax highlighting.  


If you are interested in this, you can reach out to our support@looker.com address, or me directly at andy@looker.com.  Thanks!  I love sublime and would love it even more with this feature, but still will use it either way!

+17

IA Writer Capabilities for Themes (Focus Mode)

Cory Dorning 13 lat temu 0

I have yet to find any code editor that implements some of the interesting features that IA Writer has.


Some things of note are the following. I have included the time at which it occurs in the IA Writer video (http://www.iawriter.com/):

- Theme option to toggle menus off as you start coding (:20 seconds)

- Focus Mode: as you click on blocks of code or type within a block of code, the surrounding code would dim via an opacity setting. (:35 seconds)

+17

Smart tabs for code indentation

Matt Long 14 lat temu Ostatnio zmodyfikowane przez Kroum Tzanev 12 lat temu 3
Just started playing with ST2 today -- so far I love it. One thing I would like to see is better code indenting. The "best" way I've found is "smart tabs" that use tabs for indent and spaces for alignment, See: http://www.emacswiki.org/emacs/SmartTabs

The best thing about this is that it survives being opened in a variety of editors without looking like garbage.
+17

Open, edit, validate, package EPUB format

Chris Rogers 12 lat temu Ostatnio zmodyfikowane przez tomr 12 lat temu 1

  • Open and edit within an EPUB archive. 
  • Package a project folder as an EPUB.
  • Validate EPUB package using epubcheck. (lowest priority)

+17

Allow user to specify line-ending type

Nicholas Boll 12 lat temu Ostatnio zmodyfikowane przez Joel Thornton 12 lat temu 1
TextMate allows you to specify line-endings. If you do SaveAs, Line Endings is an option. Classic Mac is CR, Windows is CRLF and Unix is LF. It is often useful to change line-endings of legacy files or to set up line-endings for picky servers.
+17

'Open with...' from the sidebar

Zander Martineau 13 lat temu Ostatnio zmodyfikowane przez Zander Martineau 13 lat temu 1

Textmate, Coda etc all have a very useful option to open the currently right-clicked file in another app. This would be really useful to me because I edit CSS in another app & currently have been using the Finder to open the files. If I could do that from within Sublime it would be brilliant.