From cde97c428ac6949fefe3ce5720557e247f212926 Mon Sep 17 00:00:00 2001
From: Neil
Text is normally visible. However, you can completely hide it by giving it a style with the
visible set to 0. This could be used to hide embedded formatting instructions or
- hypertext keywords in HTML or XML.
SCI_STYLESETCHANGEABLE(int style, bool
changeable)
SCI_STYLEGETCHANGEABLE(int style) → bool
This is an experimental and incompletely implemented style attribute. The default setting is
changeable set true but when set false it makes text
- read-only. Currently it only stops the caret from being within not-changeable text and does not
- yet stop deleting a range that contains not-changeable text.
SCI_STYLESETHOTSPOT(int style, bool
hotspot)
--
cgit v1.2.3