A in 2018 the reliabiltiy of SourceForge seemed to be way down and getting worse. Back then, I moved several of my open source projects to OSDN which used an older version of the SourceForge software and was hosted in Japan. They have served me quite well over the years, but unfortunately they have been … Continue reading OSDN is dead
Month: August 2023
Pre-sets for the GExperts stand alone Grep tool
When running stand alone, GExperts Grep Results can not be opened in the IDE. Instead an external text editor is used. This editor and the required parameters to open the file and set the cursor at the desired line and column must be configured in the File → Options menu. I have now added buttons with the … Continue reading Pre-sets for the GExperts stand alone Grep tool
while TStream_TryRead() do
It has always irked me that in C you can write: But in Delphi you have to use the much less readable Today I had enough and wrote these simple helper functions: With these you can write: Yes, that's far from being rocket science. It's probably possible to convert these into a class helper, but … Continue reading while TStream_TryRead() do