console: multi-line input #170
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the python console is great, but it's impossible to define functions or multi-line blocks with it.
objective: a little button on the python console's title bar ("^") that splits it into a multi-line input (with execute button) and the REPL below. When the execute button is clicked or we press ctrl+enter in the multi-line input, it goes to the REPL and executes.
Why imgui? As part of the Python console, we want this system to be invisible to screenshots and sidestep the UIDrawable ecosystem.
additional features in-work: