+10

Add close button to bottom panels

Jake Wilson il y a 13 ans 0
In the pre-V2 SublimeText, whenever you did any type of Find or Find in Files or any other operation that opened a panel at the bottom of the screen to show search results or whatever, there was an X in the upper right corner of the panel so you could click it to close it.  In ST2, there is no close button.  Certain panels you can close by pressing Escape but others you cannot, for example the "Find in Files" search result panel.  No way to close it other than clicking and dragging the top border down to the bottom until it's hidden.  Would be nice to add this back in or give some other method of closing the panels.  Thanks
+10

Numeric keypad's enter key does not work

codex il y a 13 ans mis à jour par Bob Rosset il y a 11 ans 3
On my Mac, Control-G <number> <numeric keypad enter> does not work, but <normal enter> does.  I presume this deficiency exists for other types of input, too.
+10

Multiple Choice for Snippet/AutoCompletion variables

Luke Thompson il y a 11 ans 0

I think it would be very handy to allow multiple choice in snippet and .sublime-completion variables. That is, having something like ${1:{Choice1}|{Choice2}|etc...} would be really nifty, when tabbed to that variable, a little box like the autocomplete box would show up with the options.

+10
Terminé

Vim navigation mode

Sakti Dwi Cahyono il y a 14 ans mis à jour par Jon Skinner il y a 13 ans 0
add builtin feature to support vim navigation mode
Solution
Jon Skinner il y a 13 ans
This was added in build 2111
+10

Add Eiffel syntax

Zoran Simic il y a 13 ans 0

 Add support for Eiffel syntax highlighting.

I have made a rudimentary one that does work OK. I can send it to you, all you'd have to do is review it and ship it with Sublime Text :)

+10

Preserve window placement (OSX)

Chris Burgess il y a 13 ans mis à jour par Trevor Turk il y a 12 ans 1
I arrange my windows (using Divvy) so that STE fills the right half of my monitor, but whenever STE starts it preserves the width but centres the placement of the window onscreen. Is it possible for STE to preserve window location on OSX?
+10

Select pasted text

Vincent Robert il y a 12 ans mis à jour par Colin von Heuring il y a 11 ans 3
When I paste some text, I often need to change it a little bit (indent, transform). Since selection is destroyed by pasting, it would be nice to actually select the pasted text after the Paste command.
+10
Terminé

Code folding GUI access

Werchter il y a 13 ans mis à jour par Jon Skinner il y a 13 ans 7
Code folding/unfolding GUI access in addition to the keyboard shortcuts.
For example, '+'/'-' icons in the gutter to fold/unfold.

Solution
Jon Skinner il y a 13 ans
Added in 2139
+10

Please add ibus Chinese input for linux

蒲公英の生活 il y a 11 ans 0
+10

Support Gnome Zeitgeist

Dragan Espenschied il y a 12 ans mis à jour par Daniel Dickson il y a 12 ans 3
The subject says it all ... files edited with SublimeText do not show up in Gnome's Zeitgeist diary on Linux. Would be grant if they did.
+10

Syntax Coloring

robert3596 il y a 13 ans mis à jour il y a 13 ans 0
Add syntax coloring support for x86 asm language
+10

symbolic links to directories should appear as directories, not files, in sublime

Nicholas Faiz il y a 13 ans mis à jour il y a 13 ans 0
I occasionally use sym links to directories in my project structure, but Sublime will only represent them as files. The sym linked directory *should* appear as a directory in the editor.
+10

Include sqlite again

guillermooo il y a 13 ans 0
Please include this library again.
+10

Plugin API to get project path

Aparajita il y a 13 ans 0
Perhaps project_path() in the Window class, it would return None if the window is not a project window.
+10

Run a macro multiple times

Andras il y a 12 ans 0
It would be good to have the feature "Run a macro multiple times" like in Notepad++ :
1. Run X times
2. Run until the end of file
+10

Could it be possible to have support for VHDL language?

mrvkino il y a 13 ans mis à jour par James Rose il y a 11 ans 3

 There is a support for Verilog language but not for VHDl. Could it be possible to make a colour coding support for VHDL?

+10

Bitcoin payment option

randy1482 il y a 12 ans 0

Hello. It would be great if we could use Bitcoins (or for that matter, any other payment option) to pay for ST.


Paypal will - sooner or later - block your account, seizing any money on it for 180 days, because that's what they do. There are countless stories about charities or indie developers losing their access because Paypal deemed them "suspicious". Offering only Paypal option stops many people from buying your software, because we refuse to support their business.


Bitcoins would be only natural and you'd have your money within minutes, no one would be able to take it away from you nor stop you from receiving funds.

+10

Make projects invisible (.sublime-project,) like git (.git)

aristidesfl il y a 13 ans mis à jour par Sean Lynch il y a 12 ans 3
I would love to have projects work like .git invisibles.

Instead of having to name a project and having to save a visible file, and then open the project manually, just store a invisible file on the working folder and open it automatically when that folder is opened.

You might argue that some projects might involve more that 1 folder. While that is true, there is most certainly a main folder for a project and accessory folders and accessory files. 
If no folder exist, then probably it isn't big enough to be considered a project of to benefit from anything a project has to offer.

How to choose the main folder? Use the 1st opened folder.

Make projects transparent to users. The project name = folder name. When the user opens the folder again, load the .sublime invisible file, and he/she will have the project and configurations loaded automatically.

We could even have a .sublime folder on the root of the project, and inside have as many files we want. We could have a .project file separate from .state file, solving the problem of having project and sate information mixed together.
+10

Default font 'Consolas" in Windows

Werchter il y a 13 ans 0

 I would like  'Consolas' to be the default font in the Windows version of Sublimetext.

+10

Is there a menu option to Print the file?

Rebecca H il y a 12 ans mis à jour par Ella2 il y a 12 ans 1
I am just learning JS and jQuery and I love this app but is there a way to print out the code so I can look at it and mark it up on paper? :)