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

+19
Ukończony

Copy filename / path / full path

Alexey Shevchenko 14 lat temu w Plugin announcements Ostatnio zmodyfikowane przez Jon Skinner 12 lat temu 4
By right clicking on the file tab. Very useful.
Odpowiedź
Jon Skinner 14 lat temu
You can copy the file path from the context menu in the file
+19

URI Scheme handler

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