Thanks to Visual Studio @code and @reactjs I have enjoyed like crazy the last year working on a project. Let me introduce you the first (AFAIK) Visual Form Designer for Visual Studio Code! #vscode@TMSsoftwareNews
@pak_lebah Yes, OmniPascal is alive! I'm just very busy lately and won't be able to release an update soon.
At least I can say the next version will support with-statements.
I just released a Formatter extension for @code, extracted from my #pascal extension. Now also supporting @OmniPascal. Give it a try :-) https://t.co/bxaUFczXQG
Awesome work by Jose Leon! Who else would love to use Visual Studio @Code + OmniPascal + Delphi's FormDesigner in the same window?
https://t.co/jMAxm14jm4
Minor update released (0.16.1):
Appearance of snippets in code completion changed in the latest version of Visual Studio @Code. This causes snippets with a dot in their prefix-sections to get listed when you type "obj." (very annoying)
Bugfix: Removed dots from standard-snippets
Don't mix objects and interfaces in classic Delphi explained
1. object references are weak, interface references are strong
2. ref counted object instances need at least one strong reference to keep them alive therefore you can't use object reference as primary owning reference
We are investigating the possibility to move from Subversion to Git. Would such a migration ease your way with Free Pascal? (Think pull requests instead of sending patches, quicker feature branches, @github, etc.)