Hello!
Moving from emacs to MDT, I started to miss syntax colouring for variable flavours. The flavours are often distinguished from each other by different prefixes. Variable syntax colouring in MDT could pick up the Lisp definition rules. The definitions could be accomplished in the preferences pane of MDT (Magik->Editor->Syntax Coloring).
Eg. in Lisp, I used to define the flavours as follows:
Locals: "l_", light blue
Local iterators: "i_", light green
Globals: "g_", orange
Global dynamics: "!..!", red
Arguments: "p_", dark blue
etc.
Such an additional feature would be much appreciated.
Kind regards,
Patrick Stoop