Skip to content

Console input buffer editor #18

@likeafox

Description

@likeafox

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions