-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Have a toggle button to switch console view to a full blown text editor for the input buffer.
- behave like a multiline text editor
- Allow inserting/deleting lines. Line buffer class can be made to accommodate this (it just means a LOT of line update events being emitted since all the lines below will be shifted).
- Allow copy/pasting. Allow copying entire buffer to clipboard, for easy saving to a text file outside of RimWorld.
- In addition to normal selections (which can wrap), also allow selecting by lines (by clicking on the side margin or something), which the user can then use an action to switch back to the console view and auto-submitting all selected lines to the interpreter.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request