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

+3

mIRC Scripting Language support

Daniel Fischer hace 12 años actualizado por FichteFoll hace 11 años 2
I would really appreciate support for the mIRC Scripting Language (MSL) in Sublime Text.

This is a syntax file for Notepad++, I guess it's not that hard to translate it.

+3

There should be a settings variable that expands to the user's home directory

Wes Morgan hace 12 años actualizado por Ian F hace 11 años 1

When setting values in user settings, there should be a $home (or similar) variable that expands to the user's home directory.

+3

Auto-create new document while pasting content into empty window

Taimar Teetlok hace 11 años 0

Automatically create new tab/document while pasting text or code into Sublime Text window with no tabs / open documents. So it wouldn’t require the extra step of manually creating one each and every time.


Thank you.

+3

Code hint documentation and a FTP client!

Vinicius Cenci hace 12 años 0
What SublimeText 2 really needs (to make me leave Dreamweaver) is to implement documentation directly on code hits (like in Dreamweaver) and on the next versions a  FTP client feature. With this 2 features will be more awesome to develop in SublimeText! 
+3

Advanced snippets

Erwan Richard hace 13 años actualizado por Liam Cain hace 12 años 4
Please provide nested substitution, python code evalution or builtin commande evalutaion inside snippet content.

I'm trying to make a PHP class definition snippet with classname and namespace according to the current filename and the filepath. 
The problem is that I need to make 2 or 3 substitutions of TM_FILEPATH to properly get the namespace declaration.

A great functionnality would be the possibility to evaluate some python code or a set of builtin command with a kind of `substitute('foo','f','b')` syntax like in vim snippet.
+3

Can we have a api to create a panel like find panel

杨维杰 hace 11 años en Plugin announcements 0

if it exists ,we can do anything amazing. Such as a tooltio panel show the function comment like in IDEs, e.g. Netbeans, and a Visual guide for Create a template or a Plugin, etc..

+3

Goto Anything should accept relative paths: "./Foo" would search in the focused file's directory

Jordi Boggiano hace 13 años 0

Sometimes I do have one file open and would like to open one that sits besides, but has a fairly common name, this can happen quite a bit in large projects with deep structures and many files.


The ability to say "look only in path x" easily by starting my search with "./" or "../" etc would help narrow down the possibilities quite a bit.

+3

Add text to files and folders in the side bar

Nick Fisher hace 13 años 0
If it were possible to have plugins add text to folders (and files?) in the sidebar, I could see some great uses out of it. For example, it would be really helpful to be able to see the current git branch I'm working on, or which files have been modified since the last checkin.

eg (imagine this is the sidebar):

JSDocs (develop)
- jsdocs.py (*)
- Base File.sublime-settings

This shows that the JSDocs folder is on the develop branch and that I have local modifications to jsdocs.py
+3

Visual feedback when browsing the views stack

aristidesfl hace 12 años actualizado hace 12 años 2
Using a combination of "Goto Anything..." + "next/prev_view_in_stack" can be a very efficient complement/alternative to tabs, both in terms of speed and space.

When browsing the views in the stack, a representation of the views, and an indicator of witch view is currently being displayed would be really useful (pretty much like the application switcher in Windows, Ubuntu(alt+tab) or Mac OS X(cmd+tab)). 

This could be achieved with a palette containing the views in the stack, which gets shown when the "next_view_in_stack/prev_view_in_stack" is called, and dismissed when the modifier key (cmd/alt/ctrl) used in the shortcut is released.
+3
COMPLETADO

Allow copying of segments highlighted by search.

Pranava Adduri hace 13 años actualizado por Jon Skinner hace 13 años 1
When searching for a pattern (be it regex or plain text), Sublime auto-highlights all matches to the expression. It would be invaluable for log analysis to be able to copy ALL the highlighted/outlined chunks to the clipboard. Some key combo to allow this would be super handy. Thanks!
Respuesta
Jon Skinner hace 13 años
Use the Find All button on the find panel to select all the matches, you can then copy them to the clipboard as usual.