Cell editor fixes and improvements

Valid JSON is detected as a new first-class data type. See issue #1173.

Text data length is always calculated in characters and not in bytes (UTF-8
gives different results).

Text in read-only mode is also selectable by keyboard and the caret is
visible. See issue #1123
This commit is contained in:
mgrojo
2017-12-06 00:01:09 +01:00
parent 8fbf44bffe
commit 678079a77a
2 changed files with 36 additions and 10 deletions
+2 -1
View File
@@ -67,7 +67,8 @@ private:
Binary,
Image,
Null,
Text
Text,
JSON
};
enum EditModes {