Re: [Lazarus] Code Completion Templates

2013-02-12 Thread Mattias Gaertner
On Tue, 12 Feb 2013 13:58:15 -0500 Donald Ziesig wrote: > On 02/12/2013 03:36 AM, Mattias Gaertner wrote: >[...] > I extended the TCodetoolsClassCompletionOptionsFrame and added the > template expander data in TCodeToolsOptions. I can see the data being > saved and restored appropriately in co

Re: [Lazarus] Code Completion Templates

2013-02-12 Thread Howard Page-Clark
On 12/02/13 6:58, Donald Ziesig wrote: The following code from my TemplateExpander unit fails at compilation: uses CodeToolOptions; because the compiler can't find the file. Assuming CodeTools has been added as a dependency for your project, I think you also need to add in the Project Opt

Re: [Lazarus] Code Completion Templates

2013-02-12 Thread Donald Ziesig
On 02/12/2013 03:36 AM, Mattias Gaertner wrote: On Mon, 11 Feb 2013 21:43:03 -0500 Donald Ziesig wrote: [...] Hmmm. In my code, the XML reader detects, and the IDE writes XML errors to stdout as you say. I haven't implemented a GUI to generate the XML. (Yet). Right now, if the author of the

[Lazarus] Free Pascal + QML?

2013-02-12 Thread Krzysztof
Hi, Lazarus has Qt4Pas. Are plans to extend it for QML support? Reason is not only Ubuntu OS for mobile which come in autumn but I also looked at QML demos in QT Creator and I'm just amazed what it can do. Unlimited possibilities, 2D, 3D, physics. Just look at those demos: http://www.youtube.com/w

[Lazarus] [PROPOSAL] Looking for contributors to write a modular book on Lazarus/FreePascal in French

2013-02-12 Thread D-BookeR
Hello, I'm looking for French-writing contributors and authors for writting a modular book on Lazarus / FreePascal (in French). All experiences may be interesting, since a part of the book will be dedicated to use cases. The book will be published by Les éditions D-Booker (www.d-booker.fr). For

Re: [Lazarus] Code Completion Templates

2013-02-12 Thread Mattias Gaertner
On Mon, 11 Feb 2013 21:43:03 -0500 Donald Ziesig wrote: >[...] > Hmmm. In my code, the XML reader detects, and the IDE writes XML errors > to stdout as you say. I haven't implemented a GUI to generate the XML. > (Yet). Right now, if the author of the XML makes an error, he had > better be w