-
Website
http://www.monien.net/blog -
Original page
http://www.monien.net/blog/index.php/2008/09/gexperts-and-ddevextensions-available-for-delphi-2009/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
djuro
1 comment · 1 points
-
iheinacher
1 comment · 1 points
-
cornerskir
1 comment · 1 points
-
claudio68
1 comment · 1 points
-
sgingter
2 comments · 1 points
-
-
Popular Threads
I have fixed the the expert’s registry location.
Direct download: http://rapidshare.com/files/149737240/GExperts_...
toms
Cool! I'm gonna update the blog right now!
GrüÃe / Regards,
Olaf Monien
-------------------
www.monien.net/blog
Question: what is this nice commenting system (disqus?)
http://www.gexperts.org/
f.e., Grep search in all project units doesn't wok.
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'll update my blog post to mention that beta. Looks fine so far!
Maciek Pyszka, REKORD
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.
The new version 1.9.2 fixes the bug.
http://andy.jgknet.de/blog/?page_id=10