[Diagram Editor] Allow Environments panel to be resized
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 72
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Writing a script in code is sensitive to the screen real estate available, especially when writing in a programming language like Python where whitespace and structure matter.
The scripting Environments panel currently has a fixed size which is not able to fit the entire width of a typical 80-column Python code style.
We should allow users to resize this panel by dragging its edge, and/or we should allow user to pop this panel out into its own window.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Diagram Editor's scripting Environments panel and trace how its fixed size is defined. Check the existing editor layout and any UI tests before choosing between draggable resizing and a separate window. Done means the panel can provide enough width for typical 80-column Python code, with the chosen interaction covered by verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100