Guest Swann Posted June 21, 2010 Share Posted June 21, 2010 Anybody tried it ? It's writed in Python and can be easily exteded. VEX support should be trivial to add if somebody is familiar with textmate. Some info about creating language here Licensing part is interesting. Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is no enforced time limit for the evaluation. Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted June 21, 2010 Share Posted June 21, 2010 There is also some VIM plugin there but I'm not shure what it does Quote Link to comment Share on other sites More sharing options...
efecto Posted June 30, 2010 Share Posted June 30, 2010 (edited) that looks pretty cool. When you say 'VEX support' do you mean syntax highlighting for VEX? Edited June 30, 2010 by efecto Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted June 30, 2010 Share Posted June 30, 2010 that looks pretty cool. When you say 'VEX support' do you mean syntax highlighting for VEX? This, code snippets and auto completion. Code snippets are eassier to implement, there is option in menu where you can add and edit snippet, but for auto comletion and highlighting you have to create XML file with specific format. I'm not familiar with XML enougth to make this now myself but I supose somebody with web application develope background (or overal creating advanced pages) should have no problems. Quote Link to comment Share on other sites More sharing options...
lisux Posted July 1, 2010 Share Posted July 1, 2010 What are the adventages over using VIM? (from the VIM use point of view I mean) Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted July 1, 2010 Share Posted July 1, 2010 I don't know, I'v newer used VIM. Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted July 1, 2010 Share Posted July 1, 2010 OK, there is one big advantage, it's writed in Python so you can easily create plugins. Quote Link to comment Share on other sites More sharing options...
lisux Posted July 1, 2010 Share Posted July 1, 2010 OK, there is one big advantage, it's writed in Python so you can easily create plugins. VIm can also be compiled with python support, in fact, usually is compiled with that support, and this means a python interpreter in embeeded into vim. You also have a vim module so you can run python inside vim and make it interact each together. You have access to most of the features of vim via python. If you search in google you will find lots of plugins for vim which are complitely python. Probably just for python a native tool written in such langugae could have adventages, but only for python, VIM is much general and can be used for lots of different programing/scripting languages. I dont like to have an editor/IDE per language. Quote Link to comment Share on other sites More sharing options...
LEO-oo- Posted July 2, 2010 Share Posted July 2, 2010 SWANN - if you don't like VIM try Komodo Edit Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted July 2, 2010 Share Posted July 2, 2010 VIM is much general and can be used for lots of different programing/scripting languages. Sublime also :]. It comes with about 40 of already implemented dictionaries for most popular languages. Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted July 2, 2010 Share Posted July 2, 2010 SWANN - if you don't like VIM try Komodo Edit 295 $ for one . I could have 6 Sublimes for that, no way ! Quote Link to comment Share on other sites More sharing options...
LEO-oo- Posted July 2, 2010 Share Posted July 2, 2010 Komodo Edit - is free - the Komodo IDE is at 295$ Quote Link to comment Share on other sites More sharing options...
lisux Posted July 2, 2010 Share Posted July 2, 2010 Sublime also :]. It comes with about 40 of already implemented dictionaries for most popular languages. Sorry I didn't know that, thanks for the clarification. Quote Link to comment Share on other sites More sharing options...
Guest Swann Posted July 6, 2010 Share Posted July 6, 2010 There is a TextMate book from O'reilly that explains how to create you own languagae bundle (with syntax highlighting, snippets etc.). And Sublime uses TextMate bundles also so you bake two roasts at ones. Oreilly Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.