mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-20 20:48:23 -05:00
Compact and indent on JSON cell editor
New setting for enabling the following feature: when JSON data is loaded in the JSON cell editor, the text is indented. Before JSON data written back into the cell, the text is compacted. See issue #1173 Minor adjustment in preference label: removed ":" for consistency.
This commit is contained in:
@@ -55,6 +55,7 @@ private:
|
||||
int dataType;
|
||||
bool textNullSet;
|
||||
bool isReadOnly;
|
||||
bool mustIndentAndCompact;
|
||||
|
||||
enum DataSources {
|
||||
TextBuffer,
|
||||
|
||||
Reference in New Issue
Block a user