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

+10

Syntax Coloring

robert3596 13 ár síðan Uppfært 13 ár síðan 0
Add syntax coloring support for x86 asm language
+10

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

Nicholas Faiz 13 ár síðan Uppfært 13 ár síðan 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 14 ár síðan 0
Please include this library again.
+10

Plugin API to get project path

Aparajita 13 ár síðan 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 13 ár síðan 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 14 ár síðan updated by James Rose 12 ár síðan 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 12 ár síðan 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

Default font 'Consolas" in Windows

Werchter 14 ár síðan 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 13 ár síðan updated by Ella2 13 ár síðan 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? :)
+10

Build results panel should not open when 'quiet' is passed.

Dan Rogers 13 ár síðan Uppfært 13 ár síðan 0
I made a small fix to /Packages/Default/exec.py which alters the behavior of the  build results as to not open if the quiet param is passed to cmd.

The change was made on line 125: