• Maciej Pyszka
    DDevExtensions 1.9.1 has a bug in Use Unit module, it doesn't insert module name into uses implementation section correctly, it breaks it. It works correctly with interface uses section. I can't contact the author, so I write it here. If You know, where I could report this bug, let me know.

    Maciek Pyszka, REKORD
  • I am using 1.9.1 with D2009 here, but I cannot reproduce your error. It inserts units in interface and implementation fine. Can you provide more details?
  • Maciej Pyszka
    Example:
    My unit before using Use unit:
    unit MPUnitTypes;

    interface

    type

    {: poziomy uprawnień }
    TMPuPodatkiPrivLevel = ( lpl_None, lpl_Connected, lpl_User );

    implementation

    end.

    I put cursor in line between implementation and end. After making Use Unit and choosing Match unit I get:

    implementatio

    uses
    Math;n

    I have found the reason, it's using not ansi chars in a comment. If I replaced uprawnień with uprawnien it started to work correctly.
    So the conclusion is it doesn't work correctly with not ansi characters in text.
  • Interesting. Imo this means that there is a unicode bug either in the editor or in DDevExtensions. I will send Andreas a note.
  • It's a bug in DDevExtensions.
    The new version 1.9.2 fixes the bug.
    http://andy.jgknet.de/blog/?page_id=10
  • Thanks - that was a quick fix :)
  • To be honest, I had this fix since the end of October but I forgot to release the new version.
  • debose
    gExperts seemed to be a very early beta.
    f.e., Grep search in all project units doesn't wok.
  • Erik
    debose, please try the build here, and I think you'll find that this works now:
    http://www.gexperts.org/files/beta/1.33/GXRS200...
    If you find any more problems, please report them using the feedback wizard in the about box so the reports can be tracked and addressed.
  • Thank you, Erik.
  • Thanks Erik - that was fast :-)
    I'll update my blog post to mention that beta. Looks fine so far!
  • Erik
    There is now an official (beta) build for Delphi 2009 available on the GExperts web site, which some might prefer using instead:
    http://www.gexperts.org/
  • volvox
    What do you think of CnWizard? (also has Procedure list & much more) - thank
  • I must admit, that I never tried CnWizard. Unfortunately www.cnpack.org is down currently (it returns some SQL error). Once they are back up, I'll be happy to give it a try.
  • OK - i believe CNWizard is a gem - as much as GExpert (we can add any of the interesting GExpert function on the CN editor bar) - it also has tab ident. I have no idea how much burden it adds to the IDE.

    Question: what is this nice commenting system (disqus?)
  • toms
    Hello Olaf

    I have fixed the the expert’s registry location.
    Direct download: http://rapidshare.com/files/149737240/GExperts_...

    toms
  • Hi Toms,

    Cool! I'm gonna update the blog right now!

    Grüße / Regards,
    Olaf Monien
    -------------------
    www.monien.net/blog
blog comments powered by Disqus
CodeGear Technology Partner