https://github.com/eranif/codelite/blob ... editor.cpp
line: 1399: if((GetWordAtCaret().Len() >= 2) && min_chars_typed) {
CodeLite 17.4.0
https://github.com/eranif/codelite/blob ... editor.cpp
line: 1399: if((GetWordAtCaret().Len() >= 2) && min_chars_typed) {
CodeLite 17.4.0
It's not a bug. I'm wrong. It's a mess...
If i'll choose 1 char to trigger code completion in settings it will be ignored, because there is another hardcoded condition in the same place. What the logic behind of this decision? Why code completion starts after typing 2 chars? It's not convenient