TextView:Cmd/Ctrl-Home/End Shift-selection support

Fixes #6859

Signed-off-by: Siarzhuk Zharski <[email protected]>
This commit is contained in:
Przemysław Buczkowski
2013-01-14 21:10:21 +01:00
committed by Siarzhuk Zharski
parent 075d3e60f4
commit dc871e324d
2 changed files with 41 additions and 2 deletions
+2
View File
@@ -455,6 +455,8 @@ private:
int32 fLastClickOffset;
bool fInstalledNavigateWordwiseShortcuts;
bool fInstalledNavigateToTopOrBottomShortcuts;
bool fInstalledSelectWordwiseShortcuts;
bool fInstalledSelectToTopOrBottomShortcuts;
uint32 _reserved[6];
};