Frage

I would like to know how difficult it would be to merge the well-designed Kod editor and the powerfully-built Komodo Edit together. I'd like to think it could turn into a native Mountain Lion programming editor with a simple interface (focus on elegance) and yet with powerful editing features.

Kod is a native OS X app, while Komodo is a cross-platform app based on Mozilla code. Both are under "open-source" licenses - Kod's license seems very permissive, and Komodo's is... long. I'm still deciphering it, but it seems like one could take code and put it into a new project.

I see this as becoming a new open source project: Kodmodo. I just don't know how compatible the source could be between the two programs.

War es hilfreich?

Lösung

Kod looks interesting but quite young. An editor without a preferences section for keybindings and color schemes? Might develop into an interesting project (node.js based). Quite a bit of Komodo Edit is done in javascript.

Alas, the main implementation language for Komodo is Python and the interfaces (opening files etc) are Mozilla. Kod uses OSX goodies and states on their main page that

Written from scratch with modern OS X 10.6 APIs providing maximum OS integration (empahsis added)

It would be near impossible to integrate OpenKomodo and Eric where both use python for development and macros and scintilla for the edit component. Komodo and Kod will never happen because they start from different places entirely.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top