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

+33

Code-Completion Capabilities

psionicsin 13 лет назад 0
I know packages like TextMate and DreamWeaver have this off the bat. Something like this would be great in Sublime Text 2. Pair this is predictive text, and it'd be a HUGE feature!
+33

Plugin API request

reinsteam 12 лет назад 0
Hi, guys

Is it possible to extend plugin API for supporting syntax highlighting in plugins ? The main idea is to use SublimeClang plugin to make C++/C syntax highlighting more predictable and precise. it's really hard to achieve such a precise results as, for example, in Source Insight 3 using only regex and without having powerful parser.

As I see SublimeClang developers don't mind to make that functionality (https://github.com/quarnster/SublimeClang/issues/47) The only obstacle is absence of required API

Thank you

+33

Titles on minimap

Ivan Galyatin 12 лет назад обновлен synect 11 лет назад 1
It would be cool if i could put a special comment, like:
//! some comment
and it will be visible as a title on a minimap.
+33

Navigate in the Find Results buffer

Kai Grossjohann 12 лет назад обновлен 12 лет назад 0
I always have "Use Buffer" turned on when doing Find in Files.  I would like some keybindings to browse the Find Results buffer:
  • Go to next/previous search.  (A search begins with a line "Searching 999 files or foo" and ends with a line "42 matches across 21 files.")
  • Go to next/previous file.  (To the next line that contains a file name followed by a colon.)
  • Go to the next/previous search result.  (A line that contains the line number followed by a colon.)  Note that this is different from F4 -- I want the cursor to move in the Find Results buffer but not the corresponding find result to be opened.
What would also be cool would be advanced editing:
  • Delete current file from Find Results (= the file name heading plus all matches from that file).  Delete current search from Find Results (= the whole section from "Searching 99 files for" to "9 matches across 9 files").
  • Delete all but the current search (= the search I'm looking at) from Find Results.
  • Delete all but the most recent N searches from Find Results.
  • Fold all searches.
  • Fold all files based on matching file name criteria.  E.g. when searching in my Packages folder, I often get lots of matches in the SublimeCodeIntel package, and it would be cool if I could hide those all in one go.
+33

FTP and SVN integration

Austin Condiff 13 лет назад обновлен Will Bond 12 лет назад 3
FTP and SVN integration would be amazing. I currently use Coda, but I love some of the features in Sublime and would switch in a heartbeat if it included SVN and FTP.
+33

open/save files from a ssh connection

michele franzin 12 лет назад 0
It would be handly to open & save file from/to a remote folder, using a ssh connection... i.e. doing remote editing.
+33

Syntax highlighting of heredoc in Ruby

Benjamin Quorning 12 лет назад обновлен Nieralyte 11 лет назад 7
The syntax highlighting of heredocs in Ruby are missing (at least) three things:

* Interpolation is not highlighted:
<<-FOO
<p>#{can_haz_highlight_please?}</p>
FOO

* Heredoc starting without a dash is not recognized:
<<FOO
Not highlighted
FOO

* Heredocs as a method parameter mess up the closing parenthesis:
Hash.new(<<-FOO)
I don't want to write the regex for this one…
FOO

There is some documentation on heredocs here: http://blog.jayfields.com/2006/12/ruby-multiline-strings-here-doc-or.html
+32

Opacity background on mac osx

Anas Mounsif 7 лет назад 0

How i can get a background transparency on on Sublime Text, like windows?

+32

Scroll minimap on mouse-over

chaiguy 13 лет назад обновлен 11 лет назад 5
Currently the minimap is static until you click on it, and the view jumps to the proportional location of the mouse. This is fine for smallish documents, but for very long docs (e.g. 2000 lines), clicking a visual representation in the minimap can end up scrolling somewhere totally else.

I suggest scrolling the minimap as the mouse moves over it such that where you click is where you will ultimately navigate to. Once you mouse off of it, it should go back to the current normal view.
+32

IME broken under Linux

Andrew Liu 12 лет назад обновлен Yongdae Hwang 12 лет назад 4
IME input (for Chinese, Japanese, Korean) are broken under Linux.  Usually we use Ctrl+Space to switch within input methods, however it doesn't work under ST2.
It is a *SEREOUS* issue.  Please fix it!

Сервис поддержки клиентов работает на платформе UserEcho