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

+2

Lookup documentation for class, method, or other symbol definition

João Pereira 14 jaar geleden 0

 It would be great to have such a feature, specially if it could be presented to us from a pretty popup window or something else (like in many textmate bundles), at least for the most used languages used by text editor's fans (python, ruby, c, perl, php ...)

+2

Make Sublime Text run in X11 without a window manager (kiosk mode)

ChromeOS Guy 12 jaar geleden bijgewerkt 12 jaar geleden 1

I have a Chromebook Pixel that I'd like to use for development.  I'm interested in trying Sublime, but don't want to futz with a separate window manager.  Instead,  I'd like to have Sublime open in its own fullscreen X-window session. I can do everything else in ChromeOS.


I tried:


    exec subl


in ~/.xinitrc, which almost worked, except the window was the wrong size.  It looked like it was only taking up the first 640x480 of my display.  (Sorry I can't provide more accurate measurements.)


Is there a command line option to tell Sublime how big to draw itself?  I know this sounds like an obscure use case, but non of the Linux window managers look very good at high resolution, and the only thing I even need a separate Linux environment for is running Sublime.

+2

Projet Files Activity Heat Indicator

Jeff Vogt 13 jaar geleden 0
I have a short attention span and a lot of files in the open / project file view.  It would be great if the files I have recently been active in would be indicated either by color, or highlight.  Even if they are saved, even if I just peeked into them.  Perhaps another iteration can bring actual heat - like if I have been in and out of two files all day long, those are easily differentiated from the ones I looked at once.
+2

self.view.add_regions in TextCommand triggers on_selection_modified Event

Oktay Acikalin 14 jaar geleden 0
Why is it that the self.view.add_regions method triggers the on_selection_modified event?
+2

OSX: Full screen dock reflection bug.

Nick 13 jaar geleden 0
Hello,

I've found a bug whereby sometimes, in full screen mode, the dock doesn't hide and you get an odd reflection.  (The Icons are gone, but the bar is still there.)

I noticed it most buy running
git diff | subl
but it can be reproduced with
echo "hello" | subl 

I have highlighted the issue with a skitch screen shot (the original is here), you can see at the bottom of the page the text has gone "funny".

Kind Regards,
Nick

Build 2181, OSX 10.6.8
+2

Highlight the term (after opening a search result) instead of marking the line number

mpet 13 jaar geleden bijgewerkt 13 jaar geleden 0
Currently, if one searches for a term, then clicks on an item among results, he gets line number marked in a destination file, then he needs too look throughout the line to find the term he searched for.
+2

search/multiple selection/ indication in scrollbar like Chrome

Kroum Tzanev 12 jaar geleden bijgewerkt door Joel Thornton 12 jaar geleden 4

I thing that the seach indication in the scrollbar of Crome is great feature.

It will be nice to see it in ST2. 

For example after Ctrl+D, Alt+F3, it will be nice to know where are my multiple selection positions. 


Image 201


Thanks for the great editor by the way ;)

+2

Feature Request: Drag Tab Into New Instance

Jesse Squire 14 jaar geleden bijgewerkt door Aaron Holbrook 12 jaar geleden 3
I would find it incredibly helpful to be able to grab a document tab and drag it out of its instance of Sublime Text into either a new or existing second instance.

The functionality exposed by Chromium / Google Chrome is the perfect example of what I've got in mind.
+2

`Lock/unlock Window` from opening files in same window.

Vítězslav Ferko 12 jaar geleden 0

Easily turned on and off from the menu.
This option, when `unlocked`, will open a file (from outside the editor, eg. explorer, cmd.., double LMB or RMB->Open with...) in last focused ST window. When `locked`, new window will open for next* file.

*next or each: The newly opened window will not be locked. Or the option can be global, meaning every file will be opened in new windows.

Drag and drop will still open a file in the desired window.

This is usefull when some plain text files (*.txt, *.rtf, *.md,..) are registered to ST and you want to open them temporarily while developing your project, but you don't want them to switch view from current working file.

+2

Rectangular block selection capability (in addition to multiple cursors)

William Payne 13 jaar geleden 0

Whilst the ST2 multiple cursors feature is excellent in it's own right, (and indeed superior in many respects) I still find myself missing the 'feel' of the rectangular selection tool that I used to use (frequently) in Textpad back when I used a Win32 development machine.


When I started using ST2, I was not sure if I was simply not used to multiple cursors, but I have been using ST2 for over 6 months now, and I still miss the old rectangular selection mode, so I have now come to the conclusion that it actually offers something that multiple cursors do not.


I do love multiple cursors; but a rectangular selection mode a-la-Textpad would be a welcome addition.


(I used it to help edit and vertically align code, parameter blocks, and CSV data files).