Zitat von Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > Just an idea, but maybe the IDE Plugins API could be extended so that > one can substitute the Compiler Options dialog (or modify it, keeping > only the first tab for beginners, for example) and do other things > necessary for the project. This way the project could be developed as > a plugin instead of as a patch to Lazarus.
That's tricky, because the compiler options changes from time to time to keep up with FPC. And it is planned to extend them for conditional options. So I have no idea how the API should look like. Of course it is possible to add a new dialog which can set some basics and to hide the standard one. Mattias _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
