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

0

in project explorer add a context menu option to open in explorer

Corné Oppelaar vor 11 Jahren 0

when in the project explorer it would be handy to be able to right click on a folder/file and have a button "Open in explorer" that opens the folder or for a file the parent folder so we there can do copy and paste work or other things :)

0
Not a bug

syntax specific word_wrap setting is ignored

Thomas Jachmann vor 13 Jahren aktualisiert von Jon Skinner vor 12 Jahren 2
The word wrapping is always as set in menu View -> Word Wrap, not as specified in my syntax specific settings. As far as I remember, this started with an update one or two weeks ago. My current build is 2176.
Antwort
Jon Skinner vor 13 Jahren
This is by design.

Explicitly toggling word_wrap via the menu will override whatever is set in any of the settings files.
0

Recent file list corrupted (Win 64)

Dieter Raber vor 12 Jahren 0

Hello,


I am using Sublime 2.0.1, Build 2217 on Win7/64. A while ago I have opened a number of files on a machine on the network, something like \\MACHINE\SHARE\file.

Since then, when I open the list of recent files I see the files of this session - no matter how often I edit other files. I have also cleaned the recent file list but it keeps on re-appearing.


Any thoughts?


Thanks


Dieter Raber

0
Fertiggestellt

Add a new command, similar to prevView/nextView but this command just shows/selects the previously selected tab.

Nicolay77 vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 7

So I can switch easily between two tabs without using the mouse.


It should work nice with all layouts too, even if the two views (current and pre-current) are of the same file in different sections.

Antwort
Jon Skinner vor 13 Jahren
Control+Tab does this

The various ways to switch between tabs are listed in the Goto/Switch File menu
0
Fixed

PHP snippets don't work if there isn't a closing PHP tag

David Winter vor 14 Jahren aktualisiert von Jon Skinner vor 13 Jahren 1
If a PHP closing tag ?> isn't in the file, the snippets won't work - the closing tag is not always present in many PHP scripts.
Antwort
Jon Skinner vor 14 Jahren
Fixed in build 2032
0
Abgelehnt

Add prefix/suffix to selection

Khánh Lê vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 4
Allow adding prefix/suffix to all lines in selection (similar to TextWrangler)
Antwort
Jon Skinner vor 13 Jahren
Thanks for providing the detailed followup information.

Sublime Text provides a natural way to edit multiple lines simultaneously: select the lines of interest, then use the "Selection/Split Selection into Lines" menu item to get one selection per line.

Once you have per-line selections, you can easily make batch edits modifying each line, without requiring a separate dialog.
0

completion dropdown widget flickers on other monitor before appearing

David Alexander vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 1
using 2036, with spaces on 2 monitors (OS X), when I do completion with Ctrl-Space, the dropdown box appears momentarily (flickers for an instant) in the middle of Monitor 1 before taking its correct position in the ST2 window on Monitor 2.
0

UnboundLocalError: local variable 'downloader' referenced before assignment

Xavier Ho vor 13 Jahren 0

(Okay, pasting traceback in UserEcho seems a bad idea.)


Sublime Package Control crashes at Package Control.py, Line 999.


Looking at the source code, it looks like there is a chance when `downloader` hasn't been introduced to the local namespace.  This makes my plugins managed by Package Control completely unusable.  


I've currently padded 


downloader = None


just before the if statement to get the error message to properly print.

0

Nevermind, already implemented...

Jay Kint vor 12 Jahren 0
Currently opening a file requires me to move my hands to the mouse to navigate the Open File Dialog.  It would be nice to simply be able to type the name of the file path directly.
0

DOH! DUPLICATED ... Allow auto complete to use tokens from all files in a project

Jeremy Duff vor 13 Jahren aktualisiert vor 13 Jahren 0
Already entere