Here is already and 1.32 released, but problem UTF8 with searching for in opened for editing files is not solved. In particular with russian charset :( Let me...
Hi, ... The problem here is probably that none of the developers of GExperts uses a Russian charset so they not only don't have that problem but also don't...
... Thanks! I think it would be a great addition to change the grep tool to support UTF-8. The proposed changes are linked here in case anyone wants to test...
Seems that development of GExpert was stoped and no news about it during last several monthes. Nevetheless I think that several points can be implemented at...
... If you are referring to the Grep Results form, the position and size are saved similar to other dockable forms when you either turn on the project desktop...
... I've been looking at this, but there are some remaining issues with this change. For example, it was doing UTF-8 conversions of editor contents in the...
I snippet from my D6 code function TToolsApiHelper.GetCurrentModuleFile: string; var modserv: IOTAModuleServices; module: IOTAModule; begin modserv :=...
... You can also see GX_OtaUtils.GxOtaGetTopMostEditBufferFileName or GxOtaGetCurrentSourceEditor for other similar examples. See the OTA FAQ here for some...
Thanks for your replies. The code gives the current source file or the current source editor. But I want to be Notified when a source file is selected on...
Code Gear lists GExperts as a 2009 ready product, but I don't see a download for that revision. Is is just from the compiling the "nightly" builds, or am I...
The "Components to Code" (CTC) feature is in a nutshell the very reason I use GExerts. I have a suggestion though, that I think many users will agre with. ...
... Basic Delphi 2009 has been available in the nightly source releases for a few weeks, but I have not had time to get an official beta release built and ...
Is anyone interested in doing something with our web site? I'd like to transition to a system that allows page templates and has the ability to do updates to...
Thanks for the clarification Erik, I will see what I can do with the nightly builds. I completely understand the demands of the job, the hobbies, and the ...
Hi Erik, I suggest you to take a look to dokuwiki... http://www.dokuwiki.org/dokuwiki It work with Apache + PHP. You may define users and a light ACL, can...
Hi, this is just to let you know that the current GExperts sources in the subversion repository do not compile in Delphi 7 (it does, with some minor...
See the notes and downloads here: http://www.gexperts.org/ "GExperts 1.33 Beta 1 is available with support for Delphi 2009. This is a beta release intended...
Hi Eric, - I could help you out. I run a small web hosting company at www.natiki.com.au. I use Joomla! Primarily. I am also involved with the building a...
... I changed this to ignore readonly properties. ... Although I'm sure a few people would use this if it was an option, the default creation code makes the...
I added a new tool to hide non-visual components from VCL forms. It is in source control now, for anyone that wants to test it. From the help file: "This...
... We need testing under all IDEs. Of course, for unicode files, the VCL isn't able to handle unicode strings in IDE releases before Delphi 2009, but you ...
Hello Erik, ... Nice. Works very well in both D2007 and D2009. ... Some issues with Delphi 2009: 1.) Both Experts "Locate matching delimiter" and "move to...
... Thanks for your help in testing this. This issue is easy to hack a partial fix for, since it is just a displayed word that is wrong (we can convert the...
I would like to get some more people involved in testing the latest unicode support and general level of stability of GExperts. Please download the beta 2...
Hello Erik, ... Sorry, I've never used regular expressions and I don't know how the syntax. So I can't test this. BTW: Why is the "ignore comments" option...
Hello, ... This only happens with Erik's original DLL file downloaded from http://www.gexperts.org/files/beta/1.33/2/ If I compile from Source, the problem is...
... The help file has the details, if anyone wants to try complex searches. ... I had to rewrite the grep code to handle unicode and did not have time to ...