I have been looking around for a good open source editor control for an IDE project I am working on for the DarkBasic language.
I was wondering if it supports multiple word keywords. Darkbasic has keywords such as:
Make Object Sphere
Make Object
Set Window Position
Yes... each of those are considered a keyword and unfortunately most editors I have run across don't support that type of functionality since they automatically delimit at spaces. Can Fireball handle this sort of problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have been looking around for a good open source editor control for an IDE project I am working on for the DarkBasic language.
I was wondering if it supports multiple word keywords. Darkbasic has keywords such as:
Make Object Sphere
Make Object
Set Window Position
Yes... each of those are considered a keyword and unfortunately most editors I have run across don't support that type of functionality since they automatically delimit at spaces. Can Fireball handle this sort of problem?