Tim Browning - 2007-10-27

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?