Calsign / APDE

Source code for APDE: Create and run Processing sketches on an Android device.
GNU General Public License v2.0
348 stars 76 forks source link

Search feature auto-highlights text and jumps to next search result upon any key input #96

Open carmatic opened 4 years ago

carmatic commented 4 years ago

Searching for a string of text will cause the first instance matching text to be highlighted. If I wish to edit this text, I have to exit the search mode, otherwise if a new character is input, the entire string of highlighted text will be replaced by the single character which is input before the next matching string of text is highlighted, and the cycle repeats. If I un-highlight the text by clicking somewhere , a single character can be input at the cursor position before the next matching string of text is highlighted. The convention is to only move forward to the next search result when a specific button or key combination is pressed, and the search results do not interfere with character input. Please mark this appropriately if this is the intended behaviour.