RonBOakes / conlang_audio_honing

A tool for using speach to hone the sound of a conlang (constructed language)
GNU General Public License v3.0
1 stars 0 forks source link

See if the character menu can insert at the cursor position rather than just append #27

Closed RonBOakes closed 7 months ago

RonBOakes commented 7 months ago

In both the SoundMapEditor and the LexiconEntryEditor, the common menu of characters current append the character to the selected text box's text. However, the preferred behavior would be to have it insert the character into that string at the cursor position, and possibly replace any selected text.

RonBOakes commented 7 months ago

Fixed with commit 4af6eb6