Code Completion in the Embed Editor

There was much gnashing of teeth over the fact that the plain Embed Editor didn’t implement Code Completion – well now the next 7.1.x update implements Code Completion in the Embed Editor. We are also looking at adding the support for Code Folding, which as of today isn’t supported in the Embed Editor, and Clarion devs have asked that we also provide code folding for Control Statements such as IF, CASE, LOOP, etc. and we’re looking into this too.

In case you haven’t found this yet, you can define your own “folding regions” anywhere you like with this syntax:

!region SomeDescriptiveText
…….source code
!endregion

Check the Help file index for this topic: “Regions – Source Code” or just give it a try with the above syntax.