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

+19
Completed

Copy filename / path / full path

Alexey Shevchenko 14 years ago in Plugin announcements updated by Jon Skinner 12 years ago 4
By right clicking on the file tab. Very useful.
Answer
Jon Skinner 14 years ago
You can copy the file path from the context menu in the file
+19

URI Scheme handler

Tingan 13 years ago updated by anonymous 9 years ago 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 13 years ago updated by віталік козловський 10 years ago 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 14 years ago updated by Maurizio Mangione 13 years ago 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 14 years ago updated by Philip Rosen 12 years ago 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 14 years ago updated by Felipe Prenholato 14 years ago 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 13 years ago updated by hced 11 years ago 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 13 years ago 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 13 years ago updated by D. Scott Nettleton 12 years ago 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 11 years ago 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