Jump to content

Sublime Text editor


Guest Swann

Recommended Posts

Guest Swann

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.

post-3552-127715180472_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...
Guest Swann

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest Swann

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.

Link to comment
Share on other sites

Guest Swann

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...