The Unicode issues in GExperts just don't end. Today I fixed three of them: (Yes, I know, this doesn't compile.) Move the cursor to the first occurrence of SomeVar and press Ctrl+Alt+Down. The cursor jumps to the middle of the next Occurrence of SomeVar instead of the start of the identifier. Move the cursor to … Continue reading GExperts Bugfixes
Day: December 30, 2017
Access Violation in Delphi 6 or 7 when setting IOTASourceEditor.BlockVisible to True
Note to self: If you get an access violation when setting IOTASourceEditor.BlockVisible to true in Delphi 6 or 7 e.g.: Check that your source editor does not contain UTF-8 characters or a BOM. Delphi 6 and 7 allow you to paste those into the editor window (from an editor that supports them, like Notepad++ or … Continue reading Access Violation in Delphi 6 or 7 when setting IOTASourceEditor.BlockVisible to True