Now, what I really wanted to talk about is that with this release, the LiClipse editor component was open sourced!
The editor component in this case is the component which allows LiClipse to support multiple languages out of the box (either through its own language or through the TextMate grammar).
So, the features which are now available as Open Source (EPL) are:
- Syntax Highlighting (LiClipse, TextMate or SublimeText based).
- Code completion.
- Outline view and Quick Outline.
- Text-based mark occurrences.
- LiClipse Languages view:
- Enables exploring installed languages.
- LiClipse Partitions view:
- Enables inspecting the partitioning of the editor.
- Useful to debug how LiClipseText is parsing a language.
- Use LiClipseText as a base for other editors:
- Languages may be created and experimented with on-the-fly, without restarting Eclipse.
The home page with more details on the project is: http://liclipse.com/text.
So, what does this mean for LiClipse itself and its current users?
First, LiClipse (the commercial counterpart) still exists and provides advanced features not in LiClipseText:
- Bundling of LiClipseText (along with PyDev, EGit, ColorTheme, AnyEdit and StartExplorer) as a standalone with native installers.
- Enhancements to the theming (allowing theming of the IDE along with the editor and a nice dark theme).
- Multiple cursors.
- Linting for JavaScript, XML and HTML editors.
- Code formatting for HTML, XML.
- Vertical Indent Guides.
- Improved text search capabilities (with Lucene index-based searching, support for external folders, open editors and additional filtering on results page).
- HTML preview for the RST, Markdown and HTML editors.
- Debugging of Django Templates in PyDev.
- Launching of files opened with LiClipseText.
My hope is that users that can will still upgrade to it (to get the advanced features and to help in keeping the LiClipseText and PyDev development going on) or will donate to keep its development going forward...
And the main benefit here (both for existing users or new users) is that the LiClipse editor (LiClipseText) being EPL makes it hackable by anyone ;)