A code editor snippet allows the user to edit (but not execute) some code.
General Settings
File Path
The absolute path of the file to edit.
Auto Size
If enabled, the snippet height is set to the height of the code in the snippet. Defaults to enabled.
Editor Settings
Code Pattern
If the code snippet's height is not big enough to show all of the code at once, the code editor will be scrolled to the line first matching this pattern.
Line Number
If the code snippet's height is not big enough to show all of the code at once, the code editor will be scrolled to this line.
Code will start at the code pattern OR the line number OR the first line of code.