TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
tml::ManagedTheme Class Reference

Helper class to manage theme resources and provide C API implementation. More...

#include </home/runner/work/TextMateLib/TextMateLib/packages/tml-cpp/src/theme.h>

Detailed Description

Helper class to manage theme resources and provide C API implementation.

NOTE: We do NOT delete the Theme object in the destructor because the Theme class destructor has issues (from the ported C++ implementation). This is a workaround - the Theme object will leak when disposed, but this is preferable to hanging. See PHASE1B_FINDINGS.md for details.

Definition at line 209 of file theme.h.


The documentation for this class was generated from the following file: