On Tue, 6 Nov 2007 18:30:33 +0100 "Gerard N/A" <[EMAIL PROTECTED]> wrote:
> Ok, I have the .inc thing fixed, as long as it is in the project's > directory. 1. Can you create a patch? See http://wiki.lazarus.freepascal.org/Creating_A_Patch 2. Don't use implementation uses sections in the IDE. 3. Don't load source files from disk. Always use CodeToolBoss.LoadFile(CleanAndExpandFilename(Filename),true,false). 4. Why only for the project directory? 5. Why not use the existing functions to get all units and include files of projects/packages? 6. Why not use the existing comment parsing code? It is faster and not limited to single line comments. Maybe you can describe, what todos the ToDo dialog should maintain? Mattias _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
