The Method Editor got better
Since the build 682 the Method Editor has been improved. Indeed, instead of having a single window where all method types were mixed up we now have a new window that breaks them down by types:
If your are not familiar with the Method concept of CodeFluent Entities yet, then I invite you to read about it in the documentation.
As you can see, you can choose the method type you want:
- CFQL
- Snippet with method signature
- Snippet without method signature.
Selecting the CFQL method type will bring up the CFQL Method Editor:
This editor provides intellisense as well as error recognition.
It will also automatically switch to the RAW edit mode when necessary, letting you select the raw body language of your choice.
Selecting the Snippet with method signature’s method type, will ask you to choose the class that will use the snippet: the entity or the collection.
Clicking OK will bring up the Snippet Method Editor:
It enables you to choose the language of your choice to write your snippet.
As for the Snippet with signature method type, selecting the Snippet without method signature’s method type, will also ask you to choose the class that will use the snippet: the entity or the collection.
Clicking OK will bring up the same Snippet Method Editor you’ve just seen.
This Method Editor is clearer and we hope it helps to make your developer life easier.
Cheers
Thibault Nestor