Re: [toolbox] IDEKit
Status: Planning
Brought to you by:
jlaurens
From: <jer...@u-...> - 2005-07-11 12:24:16
|
Le 11 juil. 05, =E0 12:21, Massimiliano Gubinelli a =E9crit : > Hi, > I've just discovered the IDEKit framework=20 > (http://projects.gandreas.com/idekit/). It contains various classes=20 > for building IDE (a la Xcode): text editor with syntax highlight,=20 > uniquing of files and a kind of metadata support (like managing=20 > breakpoints for debugging), projects, key bindings editor, console,=20 > etc. Seems nice and not badly written. > Does anybody else have experience with it? How does it compare with=20 > the setup Jerome has wrote for iTeXMac2? > I took a look at it and found it valuable. I wondered if I should start iTM2 from this but after some analysis, I=20= came to the conclusion that syntax coloring, macro management and key=20 bindings management I already had in iTM was superior to the ones in=20 IDEKit. Moreover, the file management and metadata storage had to be=20 seriously revisited to be really portable. AFAIR, I liked very much the=20= preference management of IDEKit and will probably use it. Finally, I found some design choices very constraining. More precisely,=20= I really like the "one document -> many window controllers" approach=20 available in the AppKit, and this is killed by IDEKit. |