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

+12

Support Delphi files(.dpk, .dpr, .pas, .dfm) and *.rc, *.ini *.mc

JingYu Han fa 11 anys en Plugin announcements actualitzat fa 11 anys 1

I use delphi, will be great to have support Delphi files(.dpk, .dpr, .pas, .dfm) and  *.rc, *.ini *.mc files

+8

background transparency in sublime text for ubuntu

Chau Huynh fa 4 anys en Plugin announcements 0

i would like to have transparent background for sublime in ubuntu.

It is urgent!

Thanks

+6

Kotlin Sytnax Defenition

I've created Syntax Defenition map for Kotlin Programming Languagehttps://github.com/vkostyukov/kotlin-sublime-package


It supports all language statements (according to language grammar).


+5

Update API Documentation

Maxime Lorant fa 12 anys en Plugin announcements actualitzat fa 12 anys 2
The API documentation is now obselete. Some method like fileName has been renamed in Sublime Text 2. Could be a good idea to fix it :)

Link of the API : http://www.sublimetext.com/docs/api-reference 
+5
Completat

Trim lines at the time of saving file

Vinay Jeurkar fa 13 anys en Plugin announcements updated by Jon Skinner fa 13 anys 2

You can put an ON / OFF option which will decide wheather to trim white spaces or not from each line in currently opened file at the time of  saving the file.
Or you can ask user to specify characters to be trimmed at the end of the line in your Default File Preferences
e.g. 
//set to true if you want to trim lines for white spaces at the time of saving file.
"trim_on_save": true,
//specify charaters to trim. It will trim if trim_on_save option is true.
"trim_characters": " \t",

Answer
Jon Skinner fa 13 anys
The trim_trailing_white_space_on_save setting can be used for this
+4

Kindly add support for RTL Languages.

Kamran Jabbar fa 5 anys en Plugin announcements updated by אורן מזרחי fa 5 anys 1

Please add RTL support for sublime text.

+4

mysql.connector

Armin Karner fa 11 anys en Plugin announcements 0

Hello,

I'd like to import mysql.connector to get a connection to my db. The problem is that the integrated Python of Sublime Text 2 is 2.x (too old for that module as Oracle told me) so I downloaded Sublime Text 3 as it has an integrated Python 3.x. In the normal Python 3.x IDLE and command line, mysql.connector is working, but not via the Console in Sublime. 

Is there some module or a package to solve my problem?

Please help me.

Thank you very much.

-Armin

+4

git , cvs , and vss integration

Avnit Bambah fa 11 anys en Plugin announcements 0

Can we get fully integrated git , cvs , and vss with this ,

+4

save_on_focus sets off the warning

Vadim Peretokin fa 12 anys en Plugin announcements actualitzat fa 12 anys 0
I occasionally get the 'A plugin (save_on_focus_lost) may be making Sublime Text unresponsive by taking too long (0.247615s) in its on_deactivated callback.' line.

While I understand this is normal and nothing to worry about, perhaps save_on_focus_lost could be given more leniency on larger files that it saves, so it doesn't trip the warning (or even better, improved to be faster!)
+4

add a function is_sidebar_visible

Or anything helping to get the current user session.