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

+19
COMPLETADO

Copy filename / path / full path

Alexey Shevchenko hace 14 años en Plugin announcements actualizado por Jon Skinner hace 12 años 4
By right clicking on the file tab. Very useful.
Respuesta
Jon Skinner hace 14 años
You can copy the file path from the context menu in the file
+19

URI Scheme handler

Tingan hace 13 años actualizado por anonymous hace 9 años 4
It would be nice if sublime could develop this feature:

http://blog.macromates.com/2007/the-textmate-url-scheme/

I think a lot of people needs it

+19

Sublime is extremely slow

Solid Water hace 13 años actualizado por віталік козловський hace 10 años 0

What I mean is when I type text, it is very slow to appear and it appears in bursts.  Same thing with erasing and scrolling.  Kind of like network lag in video games.  This is on a fresh install on Ubuntu 12.04 with no plugins.  The system is fast otherwise with a fast cpu and 16 gigs of ram.  


After I erase all the settings reverting to "fresh install", it is fast for about two minutes on a normal text file and then becomes very slow again.

+19

Code Hinting for HTML Attributes, CSS properties, PHP, Javascript

Thodoris Tsiridis hace 14 años actualizado por Maurizio Mangione hace 13 años 1
I would like if Sublime supported Code Hinting for all major languages like JS, HTML, CSS, PHP etc. It's something that is missing.
+19

Textmate style word completion

Chris Leonello hace 14 años actualizado por Philip Rosen hace 12 años 21
Implement word completion as is done in Textmate.  Explained best at the Textmate web site (http://manual.macromates.com/en/working_with_text#completion):

"TextMate has a simple yet effective completion function on ⎋ (escape). It will complete the current word based on matches in the current document. If there are multiple matches, you can cycle through these by pressing ⎋ continuously. It is also possible to cycle backwards using ⇧⎋.


The matches are sorted by distance from the caret, meaning candidates which are closer to the caret will be suggested before candidates farther away."


This is an improvement over the current tab-completion because:


  1. The tab key is also used for tabbing.
  2. It cycles continuously.
  3. It is based on nearest matches.

+19

Use Textmate fold markers

adzenith hace 14 años actualizado por Felipe Prenholato hace 14 años 1

 Textmate grammars have specifiers for where possible folds should begin and end (foldingStartMarker and foldingStopMarker). It would be excellent if these were supported in Sublime Text 2 to make it easy to fold functions etc.

+19

Allow for custom default window position.

Itai Ferber hace 13 años actualizado por hced hace 11 años 1
I really appreciate the fact that there's a way to set the default height and width for new windows in ST2, but it bums me out there's no way to set a default position, too. All windows save their positions, so it would be great to have a "new_window_position" variable (or something like it) to be able to define custom window locations too.
+19

Is Sublime Text unable to print?

Andrew Pennebaker hace 13 años 0

Control+P is reassigned to something besides printing, and I don't see an option for printing in the File... menu.

Specs:

* Sublime Text 2.0.1
* Windows 7

+19

drag and drop text not working in Linux

Asher Max Schweigart hace 13 años actualizado por D. Scott Nettleton hace 12 años 1
As of the first non-beta release, text drag and drop was added.
It works for me in Windows, but in Linux it does not.
I am running Fedora 17 KDE spin, 64bit. 
+19

Support Wayland as a platform.

Ryan Smith hace 11 años 0

Wayland will likely replace X11 on most linux distributions in the near future.  Please consider supporting Wayland natively instead of relying on XWayland (X11 running on Wayland).


You may want to look at what the Gnome people have done so far to port their toolkit:

https://wiki.gnome.org/ThreePointNine/Features/WaylandSupport