From f4d5c00424eff7c84b4152b4df4de5c0ba4b12bc Mon Sep 17 00:00:00 2001 From: Ferdinand Oeinck Date: Tue, 4 Oct 2022 09:35:06 +1100 Subject: Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to make it easier to edit around invisible text. This also allows representing long lexemes with a single character to provide a summarized view. --- src/Style.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Style.h') diff --git a/src/Style.h b/src/Style.h index 6cef6bb60..da8159d6c 100644 --- a/src/Style.h +++ b/src/Style.h @@ -51,6 +51,7 @@ public: bool visible; bool changeable; bool hotspot; + char invisibleRepresentation[5]; std::shared_ptr font; -- cgit v1.2.3