Replies: 2 comments
-
I found a partial Solution - So, implement a std::vector< TColorAttr > shadowCopy vector, that holds the Color Attributes of the Cells. |
Beta Was this translation helpful? Give feedback.
-
However, since you are attempting to do syntax highlighting with several more colors, the solution is not so simple. The view's rendered contents are usually stored in the So, a possible reasonable solution for a more complex use case like yours is what you already did: to have a vector or some other data structure storing the styling information of each cell in the text. |
Beta Was this translation helpful? Give feedback.
-
Hello,
like the Subject said: how can I get the Color Attributes under the Cursor - in a TEdit, TFileEdit derivated class ?
Beta Was this translation helpful? Give feedback.
All reactions