Hello, Lazarus has the ability to customize user-defined markup settings
And these settings are for the whole IDE on a given installation, I suggest to think about such a solution (necessity, format, possibilities), that some IDE parameters can be set in the source code of a file, i.e. the settings can be individual for each file, not for the whole IDE. They can be defined in the header of the source code in a comment of the form:
{lazarus_config: “pattern”: bg:#AABBCC fg:#00FF00}
Or another possible, option to allow these settings to be stored in a
.lpr,
.lps,
.lpi file
To allow portability between different IDE installations
This is just a suggestion to think about what might be useful from such individual parameter customization (via project files, or source files), as opposed to centralized (via IDE)
Maybe someone has additional ideas, or ideas why this is not a good way to do it
All options are welcome!