Skip to content

NppOpenAI Loading Window No Longer Blocks UI (Regression Since 0.5.0) #45

@CennoxX

Description

@CennoxX

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:

  1. Trigger generation on selected text.
  2. Change tab before result returns.
  3. Set cursor before result returns.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status
    In progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions