Open
Conversation
This workflow installs Python dependencies, runs linting with flake8, and executes tests with pytest.
- Changed content_entry from Entry to Text widget - Updated all text retrieval methods to use Text widget API - Set multiline=True in text rendering - Updated text insertion/deletion to use Text widget indices Co-authored-by: CMGeorge <4266604+CMGeorge@users.noreply.github.com>
- Added vertical scrollbar to text entry widget - Wrapped text widget and scrollbar in a frame - Added comments explaining the multi-line text setup - Improves usability when entering longer multi-line text Co-authored-by: CMGeorge <4266604+CMGeorge@users.noreply.github.com>
- Created comprehensive testing guide based on README - Included setup instructions for all platforms - Added linting and security scanning guidelines - Documented headless UI testing with Xvfb - Included multi-line text testing examples Co-authored-by: CMGeorge <4266604+CMGeorge@users.noreply.github.com>
- Updated python-app.yml to install system dependencies (ImageMagick, cairo, etc.) - Created requirements-ci.txt excluding macOS-specific packages (pyobjc-*) - Fixed PyObjC build error on Linux by using platform-agnostic dependencies - Added libcairo2-dev and pkg-config for pycairo compilation - Updated Copilot instructions to document CI requirements file - Changed pytest to continue on no tests found Co-authored-by: CMGeorge <4266604+CMGeorge@users.noreply.github.com>
- Changed Y-position from text_height/2 + ascender/2 to just ascender - Fixes extra blank line at top of multi-line text - Ensures all lines fit within bounding box - Text now positions correctly from the top Co-authored-by: CMGeorge <4266604+CMGeorge@users.noreply.github.com>
Add multi-line text input support to UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.