[Gambas-user] Update for (need your help (IDE with Line Analyzing))

Charlie Reinl Karl.Reinl at ...9...
Mon Aug 23 01:03:45 CEST 2004


Salut,

I attached a modified gambas IDE, based on gambas-0.97a IDE.
        That mail came back, the file is too big.
        You must download (~ 800 kb) it HERE :
	
         www.fen-net.de/Karl.Reinl/gambas/IDE-WLA-0.95.108.tar.gz  

fixed :
Error.raise and [( case
The String bigger then 123 chars still exists.

WITHOUT any changes to the ga.qt.editor 
I called it IDE-WLA.

My changes in the editor, to unifiy the lines.

I changed 
        edtEditor_Cursor
and added 
        edtEditor_LostFocus
        writeReport
        preLineAnalyze
        LineAnalyze
        GetColorsName

Do not use it to work on your project, because 
1. I'm not shure that it workes correctly and it may be you can't compile 
after, 
and 2.  every time if you left a line or the editor lose the Focus  
LineAnalyze is called, and if the line is changed by LineAnalyze a 
message.Question pops up, and shows you the original and the changed line, 
and asks you  what to do.
If you say "Add line to report" , he prints the filename the line-nbr. the 
original and the changed line to /tmp/LineAnalyzeReport.log
After the message.Question pops up again and asks you if you want change or 
not the line.

But it is a full IDE, like the gambas-0.97a one.

I use it like this:
        I open a copy of one of my projects 
        open a class or a module in the editor
        then I pass with the down-key all the lines
to find lines who changes.
After every class or  module passed I press F5 to see if it still compiles.
I do it mainly with a copy of gambas the IDE self.

If you have some spare time to help me do so, and send me 
the /tmp/LineAnalyzeReport.log , so I can find Errors and not handled cases.

It would be nice if I get some of that reports.

Amicalement
Charlie 




More information about the User mailing list