DISQUS

Olaf's thoughts about Delphi, IntraWeb and other dev stuff : Olaf's Thoughts About Development » GExperts and DDevExtensions available for Delphi 2009

  • toms · 1 year ago
    Hello Olaf

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

    toms
  • Olaf Monien · 1 year ago
    Hi Toms,

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

    Grüße / Regards,
    Olaf Monien
    -------------------
    www.monien.net/blog
  • volvox · 1 year ago
    What do you think of CnWizard? (also has Procedure list & much more) - thank
  • Olaf Monien · 1 year ago
    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.
  • volvox · 1 year ago
    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?)
  • Erik · 1 year ago
    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/
  • debose · 1 year ago
    gExperts seemed to be a very early beta.
    f.e., Grep search in all project units doesn't wok.
  • Erik · 1 year ago
    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.
  • Olaf Monien · 1 year ago
    Thanks Erik - that was fast :-)
    I'll update my blog post to mention that beta. Looks fine so far!
  • debose · 1 year ago
    Thank you, Erik.
  • Maciej Pyszka · 1 year ago
    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
  • Olaf Monien · 1 year ago
    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 · 1 year ago
    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.
  • Olaf Monien · 1 year ago
    Interesting. Imo this means that there is a unicode bug either in the editor or in DDevExtensions. I will send Andreas a note.
  • Andreas Hausladen · 1 year ago
    It's a bug in DDevExtensions.
    The new version 1.9.2 fixes the bug.
    http://andy.jgknet.de/blog/?page_id=10
  • Olaf Monien · 1 year ago
    Thanks - that was a quick fix :)
  • Andreas Hausladen · 1 year ago
    To be honest, I had this fix since the end of October but I forgot to release the new version.