From 4789f4214261e944fa0824f0a536debc8bc45897 Mon Sep 17 00:00:00 2001
From: Neil
SCI_GETVIRTUALSPACEOPTIONS
Virtual space can be enabled or disabled for rectangular selections or in other circumstances or in both.
- There are two bit flags SCVS_RECTANGULARSELECTION=1 and
- SCVS_USERACCESSIBLE=2 which can be set independently.
+ There are three bit flags SCVS_RECTANGULARSELECTION=1,
+ SCVS_USERACCESSIBLE=2, and
+ SCVS_NOWRAPLINESTART=4 which can be set independently.
SCVS_NONE=0, the default, disables all use of virtual space.
SCVS_NOWRAPLINESTART prevents left arrow movement and selection
+ from wrapping to the previous line.
+ This is most commonly desired in conjunction with virtual space but is an independent
+ setting so works without virtual space.
SCI_SETRECTANGULARSELECTIONMODIFIER(int modifier)
--
cgit v1.2.3