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

+18

Use KDE file dialogs

Stefan Markusen il y a 12 ans mis à jour par Francesco Magazzu' il y a 8 ans 1

The one element that would improve the user experience on KDE the most is the usage of the native file open/save dialogs.

This is not only about the look, but also about functionality, e.g. favorite folders.


Implementation is straightforward by using the `kdialog` CLI utility.

One project that does this already is Chromium, using the xdg-utils.


Starting point reference: https://code.google.com/p/chromium/codesearch#chrome/src/third_party/xdg-utils/scripts/xdg-file-dialog

+18

Text markers for Folding

Transcendent Type il y a 13 ans 0
Vim supports text markers for folding, by default {{{ and }}} demarcate the start and end of a folding region.   These can be nested.  Typically I include {{{ and }}} in comments to mark logical blocks of code or XML.
I would like a means in the Sublime Text API to create nested folds based on a marker string independent of the syntax.
+18

Fixed position for open files block in sidebar

Stijn De Meyere il y a 13 ans mis à jour par Bill Dami il y a 13 ans 2
When you have a long folder tree in the sidebar and you start scrolling down, the "Open Files" bock disappears. It would be nice if this block had a fixed position, as in Espresso on mac, where the tree scrolls under the "Open Files" or Workspace.

This way, people who don't use tabs can still have a quick overview of the currently open files. 
+18

Spellcheck only comments

Eduardo Felipe Castegnaro il y a 14 ans 0
Now that SublimeText 2 already has a great spellchecker it would be nice to limit it to comments instead of comments and strings.

Since not all strings will be user visible, but a documentation is always developer-visible, it makes sense to limit the scope of spellchecking.
+18

No print option in Sublime Text2

karesh Mahesh il y a 12 ans 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 il y a 13 ans mis à jour il y a 13 ans 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 il y a 13 ans mis à jour il y a 13 ans 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 il y a 11 ans 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 il y a 7 ans 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 il y a 14 ans 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)