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

+19
Lõpetatud

Copy filename / path / full path

Alexey Shevchenko 13 aastat tagasi Plugin announcements uuendaja Jon Skinner 12 aastat tagasi 4
By right clicking on the file tab. Very useful.
Vasta
Jon Skinner 13 aastat tagasi
You can copy the file path from the context menu in the file
+19

URI Scheme handler

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