Sep
30
2008
|
Sep
30
2008
GExperts and DDevExtensions available for Delphi 2009Posted by Olaf Monien in Delphi, Development, tags: .net, CodeGear, DelphiMy two favorite Delphi plugins are now available for Delphi 2009:
View Comments “GExperts and DDevExtensions available for Delphi 2009”
Leave a Reply
|
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
——————-
http://www.monien.net/blog
What do you think of CnWizard? (also has Procedure list & much more) – thank
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/
gExperts seemed to be a very early beta.
f.e., Grep search in all project units doesn't wok.
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.
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.
Thanks Erik – that was fast
I'll update my blog post to mention that beta. Looks fine so far!
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?)
Thank you, Erik.
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?
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.