edbee / edbee-lib

QWidget based Text Editor Component for Qt. Multi-caret, Textmate grammar and highlighting support.
Other
75 stars 26 forks source link

Missing `case MoveCaretToWordBoundary:` in `switch` statement #119

Closed SlySven closed 3 years ago

SlySven commented 3 years ago

https://github.com/edbee/edbee-lib/blob/e75348de90663ec10603d4264d1e75e9e9206650/edbee-lib/edbee/commands/selectioncommand.cpp#L178

You need to add code to handle the missing case of MoveCaretToWordBoundary...

gamecreature commented 3 years ago

Thanks @SlySven !!