Peter Johnson
Peter Johnson
This bug also presented itself in my _VIEd_ program. The bug was fixed by adding a _TApplicationEvents_ component (named _ApplicationEvents_) and handling its _OnHelp_ event, using the following code: ```pascal...
2ndary bug introduced in _VIEd_ using code above: function result missing from _TMainForm.ApplicationEventsHelp_ method. Code should be: ```pascal function TMainForm.ApplicationEventsHelp(Command: Word; Data: Integer; var CallHelp: Boolean): Boolean; begin // Prevent...
Fixed at commit a6fd189
Maybe one for next major release.
The current code maps the compiler ID to the compiler list box index: https://github.com/delphidabbler/codesnip/blob/19f0ca5234f488d75625b2ecf69b3213bd49cc41/Src/FmCompilersDlg.UCompilerListMgr.pas#L106 This relationship is also relied upon in the custom draw handler: https://github.com/delphidabbler/codesnip/blob/19f0ca5234f488d75625b2ecf69b3213bd49cc41/Src/FmCompilersDlg.UCompilerListMgr.pas#L142 We're going to need...
The parallel array method may be the easiest to implement. Some ideas: Declare fields ```pascal fMapIdxToComp: TArray; fMapCompToIdx: array[TCompilerID] of Integer; ``` In the _Initialise_ method: ```pascal procedure TCompilerListMgr.Initialise; var...
Useful URLs: - https://developers.google.com/blogger/docs/3.0/getting_started - https://developers.google.com/blogger/docs/3.0/using - https://developers.google.com/blogger/docs/3.0/libraries#java - https://developers.google.com/blogger/docs/3.0/reference/?apix=true - https://googleapis.dev/java/google-api-services-blogger/latest/
Restore both blogs? CodeSnip blog: id= `4599739291943059092` DelphiDabbler blog: id = `11772075`
~~Probably one for [`belvedere`](https://github.com/delphidabbler/codesnip/tree/belvedere)?~~
Create as Markdown based site like [`ddablib/ddablib.github.io`](https://github.com/ddablib/ddablib.github.io)?