Skip to content

Rename; A few bugs i noticed on windows #22

Description

@gilgulgamesh

hi, i didn't want to flood you but these seemed reasonably important, but also may be windows specific

  • The design of the app feels like terminal sessions should persist after switching tabs (as it opens a new one each time) but they don't persist.

  • Revise also kind of relies either on automatic inclusion of files, or at least that persistence

  • in windows the shell mode is a bit inconvenient, as the cmd builtin functions aren't available. on full terminals it works, something to do with spawning a whole cmd.exe or passing through to it maybe. I've had this bug in terminus and VS too to be fair, but full terminals are fine. ( and also run(Cmd(["cmd", "/c", "dir"])) does work from normal shell if that helps)

shell> dir
ERROR: IOError: could not spawn `dir`: no such file or directory (ENOENT)  
  • Right click to paste within the document doesn't work. It does work in repl (nice) and copy to paste does work. The option is there, it just doen't paste

Anyway this project is really beautiful, thank you for it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions