Posted 20 years ago
by AdrianRitchie
- Guernsey, UK
I wish to provide the first and last lines of code in the SyntaxEditor for the user but I don't want users to be able to edit these lines.
e.g.:Is this possible within the SyntaxEditor or do I need to display these lines in seperate controls?
e.g.:
private function xCalculation(entity as Object) as String 'fixed
'user editable region
end function 'fixed