Chris Klimas

Results 307 comments of Chris Klimas

*Original comment by* **Chris Klimas (Bitbucket: [klembot](https://bitbucket.org/klembot), GitHub: [klembot](https://github.com/klembot))**: ---------------------------------------- Hmm, I do get undo and redo with Command-Z and Command-Y, but that may be because of the browser I'm...

*Original comment by* **Florencia Aldana Rodriguez (Bitbucket: [florenciaAldana](https://bitbucket.org/florenciaAldana), GitHub: Unknown)**: ---------------------------------------- Hi, Oops, sorry, I didn't notice we were using CodeMirror already. The main advantage would be that some functionality...

*Original comment by* **Chris Klimas (Bitbucket: [klembot](https://bitbucket.org/klembot), GitHub: [klembot](https://github.com/klembot))**: ---------------------------------------- Hi, how does Ace improve on CodeMirror, which we already use?

The more likely outcome right now is we adopt CM 6 instead of switching libraries entirely.

This feels to me at first glance out of scope for Twine, because I don't feel Twine is a full-fledged web IDE and linters/other kinds of extensions really belong to...

Just clarifying, symlink as in `ln -s` or aliases that you can create in the Finder?

OK, thanks for details. I think it's probably caused by Twine now copying the folder itself vs trying to copy files in it one-by-one. ([implementation here](https://github.com/klembot/twinejs/blob/develop/src/electron/main-process/story-directory.ts#L36), it uses [copy from...

Ah, this makes sense because 2.3 is using HTML to do passage highlighting. Not an issue in 2.4 but I'd accept a PR for the maintenance branch.

I don't agree with your line of reasoning, personally. We edit tags in the passage editor and those aren't visible to the player. I think the stronger argument is that...

I think what happened here is the list of stories to import is too long for the dialog and the button is getting cut off. https://github.com/klembot/twinejs/issues/1183 is something similar. Possible...