mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Previously, when navigating in a text editor by words, the cursor would get 'stuck' after moving a single word. This issue should now be resolved. Additionally, the cursor position was not updated properly when adjusting a selection, and would instead be moved to the end of the selected range. With this patch applied, the cursor should now be set to the correct position when modifying selections. When extending a selection backwards, the cursor will display at the beginning of the selected range, rather than the end. Finally, most Android apps announce the 'skipped' characters or words whenever the cursor is moved, but this feature was broken in JUCE. This patch enables this feature. |
||
|---|---|---|
| .. | ||
| juce_CodeDocument.cpp | ||
| juce_CodeDocument.h | ||
| juce_CodeEditorComponent.cpp | ||
| juce_CodeEditorComponent.h | ||
| juce_CodeTokeniser.h | ||
| juce_CPlusPlusCodeTokeniser.cpp | ||
| juce_CPlusPlusCodeTokeniser.h | ||
| juce_CPlusPlusCodeTokeniserFunctions.h | ||
| juce_LuaCodeTokeniser.cpp | ||
| juce_LuaCodeTokeniser.h | ||
| juce_XMLCodeTokeniser.cpp | ||
| juce_XMLCodeTokeniser.h | ||