Discussion:
[Lazarus] Suggestion for Pascal SynEdit syntax from SublimeText
AlexeyT via Lazarus
2018-04-05 10:04:51 UTC
Permalink
Sublime hilites names after procedure/function (also need:
constructor/destructor) with special color. Good to have in Lazarus.
It's nice. Screenshot:

https://postimg.org/image/iho2n957b/
--
Regards,
Alexey

--
Martin Frb via Lazarus
2018-04-05 11:29:23 UTC
Permalink
Post by AlexeyT via Lazarus
constructor/destructor) with special color. Good to have in Lazarus.
https://postimg.org/image/iho2n957b/
Feel free to add a feature request on mantis. It wont be a priority
though. patches welcome (but must include option => configure-able color
settings)
The HL may have to detect if the color is of, so it will not create
unnecessary range-objects.  (depends if there are extra objects needed)

--

Loading...