Roman Yankovsky
Roman Yankovsky
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;) * [x] I have read the [CONTRIBUTING.md](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md) and followed the...
Example: ``` delphi var SettingFile: File of TSettingRecord; settings: TSettingRecord; begin AssignFile( File(SettingFile), filename); Read(SettingFile, settings); CloseFile(settingFile); ```
Partial support for $IF and $IFELSE compiler directives was introduced previously, this work was continued by @LaKraven in #20. Current implementation is enough in many cases, but $IF and $IFELSE...
``` delphi begin MSWord.Selection.HomeKey(unit := wdStory); end; ``` > 'RoundClose' expected found 'unit'
Update feature introduced in PR #206 in order to support custom CompilerVersion and RTLVersion values.
Maybe we need some sort of conditional compilation to support both.