-
Content Count
2919 -
Joined
-
Last visited
-
Days Won
169
Everything posted by Uwe Raabe
-
A look into the GitHub repo reveals:
-
Current version is available on GitHub: https://github.com/UweRaabe/CompressPath
-
Product: Delphi Parser - AI claims - what does it mean?
Uwe Raabe replied to Jasonjac2's topic in Delphi Third-Party
That's what I was actually poining to. -
Product: Delphi Parser - AI claims - what does it mean?
Uwe Raabe replied to Jasonjac2's topic in Delphi Third-Party
and a bit more sophisticated: reFind.exe, the Search and Replace Utility Using Perl RegEx Expressions -
Recovering Connection (FireDAC)
-
I have a task scheduled exactly for that.
-
F2047 Circular unit reference.
Uwe Raabe replied to dmitrybv's topic in RTL and Delphi Object Pascal
The plethora of working Delphi programs are proof that there already exist concepts to eliminate dependencies between units. They may differ from those available in other programming languages, though. IMHO, circular dependencies should be eliminated even if they appear in implementation sections and thus making the code compile. I wouldn't support any request to extend that in any way leading to more circular dependencies. -
Only if you don't make use of Change Views. AFAIK, it also lacks Column-level Encryption.
-
Delphi 12.1 Amnesty price isn’t what I thought it was…
Uwe Raabe replied to Al T's topic in Delphi IDE and APIs
I guess everyone has got that now. -
Showing TMenuItem icons at design time in the IDE
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
AFAIK, the Delphi IDE Menu Designer did never support images. -
So they seem not to be able to manage it even when they hire the developer. Obviously that is more wishful thinking than perception of reality. I simply cannot see anything like that going to happen in the foreseeable future. BTW, I still even refuse to provide MMX via GetIt for several reasons.
-
At least back then they had no interest. Current state: it is actively maintained it is available for a couple of recent Delphi versions it is free for all Delphi SKUs Would you bet on all that not going to change?
-
What version of Delphi has the least amount of bugs throughout history?
Uwe Raabe replied to Al T's topic in Delphi IDE and APIs
I always try to get my projects on the most recent versions as soon as they enter a state where I can benefit from the features while being able to tame the defects. The less active a project is, the larger gets the gap between the used version and the recent one. Nevertheless, also these projects are moved to newer versions, albeit on a slower rate. Some customer projects have to stay on older versions, either due to decisions out of my realm or lack of demand for maintenance and enhancements. Whenever either becomes necessary I also try to get this on a newer level. Usually the costs for that cancel out with the higher effort of maintaining it with the older version. Whenever I am forced to work with any of these older versions (mostly D2007 or XE2) I immediately realize why I always prefer to avoid doing so. -
What version of Delphi has the least amount of bugs throughout history?
Uwe Raabe replied to Al T's topic in Delphi IDE and APIs
There is also time playing a role here. While Delphi 1 had most likely a pretty low number of bugs, it is not usable in these days at it produces code for 16-bit Windows. Also the often praised Delphi 7 runs pretty unstable in a modern environment. Let alone all those "feel-like-bugs" of none existent behavior. -
You might have better luck with TPngImage.CreateBlank.
-
Probably related: https://quality.embarcadero.com/browse/RSP-43125
-
Of course it is possible to write the SVN revision number into the source, but when you commit that change to SVN it gets a new revision number. That's why SVN replaces a special keyword in the sources with the current revision number. Letting alone that the concept of a revision number is some SVN thing and has no counterpart in most of the other version control systems for several reasons. The more I think about it the more I like the no-downloads approach...
-
While "of all" can also mean "of all open". Given that Bookmarks stores its bookmarks per file it may not have any concept of "files of a project", while "open files" seems like a valid filter. Otherwise it would resurrect this question:
-
Delphi 12.1 helps links to docwiki.embarcadero.com - no permission
Uwe Raabe replied to Gert Scholten's topic in Delphi IDE and APIs
C'mon, that is just not true! The help is available here: https://docwiki.embarcadero.com/Libraries/Athens/en/Vcl.FileCtrl.SelectDirectory -
Delphi 12.1 helps links to docwiki.embarcadero.com - no permission
Uwe Raabe replied to Gert Scholten's topic in Delphi IDE and APIs
If you just registered for the portal it needs some time to get you attached to the proper group. To speed that up you can file a new issue yourself. -
RAD Studio 12 Update 1 IDE Instability
Uwe Raabe replied to Navid Madani's topic in Delphi IDE and APIs
This can happen when the Patch has been installed with another user or different registry branch. -
The Bookmarks plugin already provides a list of bookmarks for all open files. There is also an option to give a name to each bookmark. Looks like the only missing feature is to show the bookmarks from all project files.
-
I wonder if that can be implemented based on the Parnassus Bookmarks plugin available in GetIt. The API description mentions:
-
As I am not familiar with this feature, I wonder what the difference is between a standard bookmark and a global bookmark.
-
Selection in FormDesigner Structure barely visible when not focused
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
Well, it is definitely not a bug, so in case you filed it as a bug the "Works as expected" is indeed a valid answer. A dimmed selection color is actually standard behavior for non-focused Windows controls. Better file it as a feature request, as it asks for a change of the current, technically correct behavior.