Open source API-compatible alternative to the text editor Sublime Text
Go to file
2012-12-02 11:12:43 +01:00
3rdparty Added missing soda 2012-10-04 14:39:51 +02:00
backend Minimap wip. 2012-10-31 17:26:24 +01:00
frontend QT5 experiments 2012-12-02 11:12:43 +01:00
.gitignore Python backend + python curses frontend. 2012-10-16 16:18:31 +02:00
.gitmodules Own sublime_plugin module wip. Added Editor.__Event class. 2012-10-23 11:41:50 +02:00
CMakeLists.txt QT5 experiments 2012-12-02 11:12:43 +01:00
helper.js Goto anything panel now responds to key presses. 2012-10-04 17:32:29 +02:00
index.html Integrate with ace 2012-10-05 09:10:20 +02:00
Info.plist QT5 experiments 2012-12-02 11:12:43 +01:00
lime.js Quick panel border-image compatibility for FF15 and Opera 2012-10-05 18:15:06 +02:00
lime.sublime-project QT5 experiments 2012-12-02 11:12:43 +01:00
README.md Updated readme 2012-10-15 12:19:45 +02:00

What is Lime?

I love the Sublime Text 2 editor. I have created several plugins to make it even better. One thing that scares me though is that it is not open sourced and the pace of nightly releases have recently been anything but nightly.

So I started thinking about what it would take to create an open source clone from scratch and how I would go about doing it. After browsing around a bit for high quality font rendering engines a thought hit me; why not just use a web browser engine such as WebKit as the backend? A Web browser engine already solves a lot of problems when it comes to layout, coloring and high quality font rendering and is already up and running on many platforms so it takes care of making the editor run everywhere too.

Then I started thinking, "well, what if it ran in the terminal?" so I started writing some code for that too.

At this point I don't know what direction it'll be heading and how serious it'll become. I consider it very experimental with possible multiple frontends (terminal, gui app, html) served by a Sublime Text 2 compatible backend.