Since 0.5.0, the UI is no longer blocked during NppOpenAI text generation. This allows tab switching and setting the cursor anywhere else, causing the generated text to be inserted at the wrong location.
Steps:
- Trigger generation on selected text.
- Change tab before result returns.
- Set cursor before result returns.
- Text is inserted at the new position.
Expected:
- Always insert the result at the originally selected position.
- or alternatively block the UI during the request
Since 0.5.0, the UI is no longer blocked during NppOpenAI text generation. This allows tab switching and setting the cursor anywhere else, causing the generated text to be inserted at the wrong location.
Steps:
Expected: