mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Move stuff
This commit is contained in:
parent
22719a97d7
commit
e561358be9
@ -373,8 +373,6 @@ public:
|
|||||||
bool spellcheck_continuously = false;
|
bool spellcheck_continuously = false;
|
||||||
/// spellcheck notes and comments?
|
/// spellcheck notes and comments?
|
||||||
bool spellcheck_notes = true;
|
bool spellcheck_notes = true;
|
||||||
/// minimum length of words to complete
|
|
||||||
unsigned int completion_minlength = 6;
|
|
||||||
///
|
///
|
||||||
bool use_kbmap = false;
|
bool use_kbmap = false;
|
||||||
///
|
///
|
||||||
@ -523,6 +521,8 @@ public:
|
|||||||
bool completion_inline_text = false;
|
bool completion_inline_text = false;
|
||||||
///
|
///
|
||||||
int completion_inline_dots = -1;
|
int completion_inline_dots = -1;
|
||||||
|
/// minimum length of words to complete
|
||||||
|
unsigned int completion_minlength = 6;
|
||||||
///
|
///
|
||||||
double completion_popup_delay = 2.0;
|
double completion_popup_delay = 2.0;
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user