Bug 574949

Summary: [GTK4] Port Clipboard functionality to GTK4
Product: [Eclipse Project] Platform Reporter: Joel Majano <jmajano>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.21   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183386
https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183387
Whiteboard:
Bug Depends on:    
Bug Blocks: 540385    

Description Joel Majano CLA 2021-07-21 09:52:42 EDT
Due to the removal of GtkClipboard, a new implementation of Copy & Paste will need to be done using GdkClipboard.

Currently SWT uses different subclasses for data types, so this bug shall serve as the root bug for the port of all subclasses.
Comment 1 Eclipse Genie CLA 2021-07-26 14:45:42 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183386
Comment 2 Eclipse Genie CLA 2021-07-26 15:31:10 EDT
New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/183387
Comment 3 Joel Majano CLA 2021-11-25 11:19:21 EST
Porting clipboard functionality requires a lot of work due to the previous architecture not playing nice with GTK4 and the functionalities that it removed. Furthermore, each type of copy and paste needs its own change, thus this looks to be one of the later tasks to achieve in the GTK4 port.