Editing in CDL
-
Comments In CDL
Adding comments in CDL helps editing and knowledge transfer. Use "//" for single-line or block comments, and Ctrl+/ to convert blocks to comments and back. ...
Continue reading... -
Entity IDs
Unique entity IDs in CDL simplify creation, drag-and-drop, and referencing. Missing or non-unique IDs can be fixed via the CDL Editor Context Menu. ...
Continue reading... -
Intelligent Code Completion
CDL Editor has ICC with suggestions by pressing Ctrl+Space. ICC needs a valid entity name at an acceptable location in the editor panel. ...
Continue reading... -
Reducing the Volume of Visible Code
CDL Editor eases editing with code block collapsing. Indent code with right-click or Shift+Alt+F. Click collapse icon to collapse and expand blocks. ...
Continue reading... -
Color Picker
CDL Editor selects colors via values or picker with sliders for color, hue and opacity. Hover over code to access. Separate multiple codes with commas. ...
Continue reading... -
Compiler Errors
CDL Editor shows compiler error for incorrect syntax, indicating missing fields or typos. Error message has "Go to" link, details cause and solution. ...
Continue reading...