Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace underlying input component with EditorTextField #665

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

carlrobertoh
Copy link
Owner

@carlrobertoh carlrobertoh commented Aug 17, 2024

This PR replaces the native Java Swing JTextPane (existing prompt text field) with IntelliJ's EditorTextField component, providing a significant UX boost for writing prompts.

The improvements include:

  • Spellchecking
  • Auto-enclosing brackets, quotes, etc.
  • Removable suggestion action inlays
  • Context menu for copy-pasting, and more

@carlrobertoh carlrobertoh merged commit 53693f3 into master Aug 17, 2024
2 checks passed
@carlrobertoh carlrobertoh deleted the feat/replace-prompt-text-field-component branch August 17, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant