Nicolas Toublanc

Results 43 comments of Nicolas Toublanc

> This is not a bug report, it's a feature request. Using CRA + TS for anything but the most basic project setup is not supported currently. Any chance to...

> In fact I can't change this. The platform that Extraterm is built on only supports that one clipboard. @sedwards2009 are you talking about electron? According to the documentation, it...

Great! I had a look at the code, and the clipboard selection option is available in clipboard methods you use in `Main.ts`. I guess you will have to duplicate IPC...

Thanks for your answer. > The alternative is to add config options for supporting the whole X11 style "selection" clipboard on selection and mouse paste, and the normal clipboard for...

By the way, it can be interesting to have a look at `vscode` electron clipboard implementation: - low level service __clipboardService__: https://github.com/microsoft/vscode/blob/master/src/vs/workbench/services/clipboard/electron-sandbox/clipboardService.ts - selection clipboard event __selectionClipboard.ts__: https://github.com/microsoft/vscode/blob/master/src/vs/workbench/contrib/codeEditor/electron-sandbox/selectionClipboard.ts - main...

> @Toub Thank you for the detailed answer. > > I'm hesitant to just add stuff that is only going to affect such a (IMO) small group of people, and...

> To summerise: > > * Add "Paste from selection clipboard" option to the mouse settings. Yes, that's the most important part (but as explained before, probably not necessary to...

Thanks! I just gave a try. After activating the option, the copy from selection using middle click works. Thanks. Could we make it the default? What appends when you use...

Related issue: https://github.com/sedwards2009/extraterm/issues/301