Changing the highlight color of database objects

Alan S

Member
Is there a way to change the highlight color of database objects such as tables, procedures, functions, etc.?

thanks

Alan
 
These isn't this possibility.
Exists a plugin "Customized Syntax Highlighting" that do this, but it is only for 32bit
 
Last edited:
I think that the possibility of highlight database objects should be a default functionality.
like it is for Strings, numbers, comments....
 
Customized Syntax Highlighting only extends the set of keywords assigned to the "Custom" style, so you still can't distinguish between SQL functions, types, named exceptions and so on as you can in many editors. I do wish PLD had more highlighting categories, even if the extra ones were Custom2, Custom3 etc.
 
Thanks all for the information. Maybe someday database object highlighting will make it on the list of standard options. :-)
 
Back
Top