Today vanity caught up with me and I decided to add myself to the list of "major contributors" shown on the GExperts About dialog. But this list has become rather long over the years (actually it is surprisingly short given the time GExperts has been in existence), so only the top few names are visible. … Continue reading Automatically scroll a memo line by line in Delphi
Category: Delphi
Bugfix release experimental GExperts 1.38 2016-01-10
There was a major bug in yesterday's experimental GExperts release 1.38 2016-01-09. As discovered and reported by +Karheinz Jansen the Delphi IDE could crash when closing and show cascaded access violations. This was caused by a bug in the handling of dockable forms, which has now been fixed. And since I was at it, I … Continue reading Bugfix release experimental GExperts 1.38 2016-01-10
Dockable form handling within GExperts
Because I messed up the dockable form handling for the new Bookmarks expert which resulted in spurious cascading access violations when closing the Delphi IDE, I had to revisit that code. And so I can look up the information I gathered fixing that problem, I'm putting it here for later reference. Basically, you create a … Continue reading Dockable form handling within GExperts
Experimental GExperts Version 1.38 2016-01-09 released
New year, new GExperts 😉 I just want to show off the one new feature that resides in the IDE tab of the configuration dialog: (I also fixed the tab order in this dialog.) What does it do? Quite simpple: It shows a little '...' button in the package list dialog(s). You get this dialog … Continue reading Experimental GExperts Version 1.38 2016-01-09 released
Experimental GExperts Version 1.38 2015-12-22 released
Just in time for the holidays, here it is, the Christmas release of my experimental GExperts version. You might already have read my blog posts about the work on some of the new features, but let's start with the "boring" one: I fixed the Unicode support again, this time actually the non-Unicode support because the … Continue reading Experimental GExperts Version 1.38 2015-12-22 released
Adding an icon to the Delphi IDE splash screen
In a previous blog post I described how to add an entry to the Delpih IDE About dialog. This time it's about the splash screen. Since Delphi 2005 the IDE provides the SplashScreenServices interface that is available even before the other interfaces that make up the ToolsAPI. It allows adding an icon to the splash … Continue reading Adding an icon to the Delphi IDE splash screen
Making a Delphi form sizable without changing BorderStyle
Don't you just hate it when you sit in front of a 24" monitor and have to use a form that is the size of a postage stamp? GExperts has got a nifty feature where it makes forms of the Delphi IDE sizable that aren't by default. This works only for some forms and I … Continue reading Making a Delphi form sizable without changing BorderStyle
Adding an entry to the Delphi IDE’s about dialog
Starting with Delphi 2005 the IDE provides an API for plugins to add an entry to its about dialog. It's pretty simple to use and many plugins and components use it nowadays. But there is one thing that in my opinion most of them get wrong. My first attempt looked like this: [delphi] if Supports(BorlandIDEServices, … Continue reading Adding an entry to the Delphi IDE’s about dialog
Experimental GExperts Version 1.38 2015-10-21 released
Again, there is nothing new about the formatter code. But there is a new option to improve the IDE search path dialogs: What it does is replace the list box in the search path dialog with a memo, so editing that path is much easier (in my opinion) than before. Unfortunately I have yet to … Continue reading Experimental GExperts Version 1.38 2015-10-21 released
dzMdbViewer 1.0.1 released
dzMdbViewer is a small tool I wrote, when I was stuck without a MS Access installation but needed to have a look into a .MDB file (and later .ACCDB file, if the Access Database Engine 2012 is installed). It can open these files and display a list of queries and tables stored in them as … Continue reading dzMdbViewer 1.0.1 released