Do

Code review comment for lp:~cszikszoy/do/do-fix-copy

Revision history for this message
Chris S. (cszikszoy) wrote :

This branch fixes copying to the clipboard in a couple of ways:

* Remove GTK / GDK specific code from core (Do.Core.Controller.cs)
* Add CopyToClipboard as a method of Services.Environment
* Put linux specific (GTK / GDK) clipboard related code inside of Do.Platform.Linux.EnvironmentService.cs
* Adds item checking to copy action

« Back to merge proposal