OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Peter2 on July 25, 2013, 02:54:16 AM

Title: Syntax highlighting file?
Post by: Peter2 on July 25, 2013, 02:54:16 AM
Is there a "Syntax highlighting file" for ODCL or a collection of all methods and comands used by ODCL?
Title: Re: Syntax highlighting file?
Post by: BazzaCAD on July 25, 2013, 10:21:21 AM
The forum's syntax highlighting file just uses "DCL*".
You can do the same type of thing in Acad with this command:

ARX
C
DCL*
Title: Re: Syntax highlighting file?
Post by: Peter2 on July 25, 2013, 11:00:13 AM
Hi Barry
I want to use this list in UltraEdit (incl. Autocomplete), so a detailed list (as far as possible ..) is necessary.
Title: Re: Syntax highlighting file?
Post by: BazzaCAD on July 25, 2013, 11:03:22 AM
You can do as a said above & copy & paste the output from the Acad text Window into your Autocomplete text file.
Title: Re: Syntax highlighting file?
Post by: Peter2 on July 25, 2013, 11:10:30 AM
Quote from: BazzaCAD on July 25, 2013, 11:03:22 AM
You can do as a said above & copy & paste the output from the Acad text Window into your Autocomplete text file.
Yes, just this moment I realized and did what you said above (1094 lines  8)). I got it - sorry for misunderstanding.

Thanks a lot for the help.