For some reason, in Reaper only, pressing enter in a textbox in my plugin does not call textEditorReturnKeyPressed(). It is called in Logic and DP, but not in Reaper. Anyone has any idea why and how to fix this?
Fyi, textEditorTextChanged() does work (in Reaper and everywhere else), but is called for every single character entered in the textbox--what I really need is for something like textEditorTextChanged() to work.
Thanks!