View Comments “GExperts and DDevExtensions available for Delphi 2009”
  1. toms says:

    Hello Olaf

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

    toms

  2. Olaf Monien says:

    Hi Toms,

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

    Grüße / Regards,
    Olaf Monien
    ——————-
    http://www.monien.net/blog

  3. volvox says:

    What do you think of CnWizard? (also has Procedure list & much more) – thank

  4. Erik Berry says:

    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/

  5. debose says:

    gExperts seemed to be a very early beta.
    f.e., Grep search in all project units doesn't wok.

  6. Erik Berry says:

    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.

  7. Olaf Monien says:

    I must admit, that I never tried CnWizard. Unfortunately http://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.

  8. Olaf Monien says:

    Thanks Erik – that was fast :-)
    I'll update my blog post to mention that beta. Looks fine so far!

  9. volvox says:

    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?)

  10. debose says:

    Thank you, Erik.

  11. Maciej Pyszka says:

    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

  12. Olaf Monien says:

    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?

  13. Maciej Pyszka says:

    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.

  14. Olaf Monien says:

    Interesting. Imo this means that there is a unicode bug either in the editor or in DDevExtensions. I will send Andreas a note.

  15. It's a bug in DDevExtensions.
    The new version 1.9.2 fixes the bug.
    http://andy.jgknet.de/blog/?page_id=10

  16. Olaf Monien says:

    Thanks – that was a quick fix :)

  17. To be honest, I had this fix since the end of October but I forgot to release the new version.

  18.  
Leave a Reply


blog comments powered by Disqus
CodeGear Technology Partner