eclipse.platform.swt icon indicating copy to clipboard operation
eclipse.platform.swt copied to clipboard

Eclipse SWT

Results 358 eclipse.platform.swt issues
Sort by recently updated
recently updated
newest added

**The issue** When running Eclipse or an RCP app on macOS Sonoma a warning message is written to the console: `eclipse[4647:170325] WARNING: Secure coding is not enabled for restorable state!...

macOS

Continues #1048 #1045 Here's the disassembly: ``` 00007FFA2A1D3E10 D503237F pacibsp 00007FFA2A1D3E14 F81F0FF3 str x19,[sp,#-0x10]! 00007FFA2A1D3E18 A9BF7BFD stp fp,lr,[sp,#-0x10]! 00007FFA2A1D3E1C 910003FD mov fp,sp 00007FFA2A1D3E20 B00007E8 adrp x8,wil::details::g_enabledStateManager+40h (07FFA2A2D0000h) 00007FFA2A1D3E24 B94BB913 ldr...

Updating the example by adding option to make Table and Tree Widgets editable. This was part of testing the custom controls for multi-monitor support. **HOW TO TEST** There is nothing...

Writing GetSystemMetrics method in Widget class so that the child controls can use it to get System Metrics to be DPI dependent. There are some visible affected areas (before and...

Issues: https://github.com/eclipse-platform/eclipse.platform.swt/issues/62 and https://github.com/eclipse-platform/eclipse.platform.swt/issues/131 This pull request is based on the implementations of PR #1214. It extends to the native zoom which is provided within widget and propagated to GC....

## What it does The purpose of this PR is to set the **Save Actions** of the Test/Example projects in SWT to: 1. Automatically formatting edited code when saving -->...

Issues: https://github.com/eclipse-platform/eclipse.platform.swt/issues/62 and https://github.com/eclipse-platform/eclipse.platform.swt/issues/131 This pull request is a base pull request for several following PRs which implement multi zoom level support for different components (resources, widgets, etc). In this...

## Background The problem is blank areas appearing in the UI on Mac 14 (Sonoma). See https://github.com/eclipse-platform/eclipse.platform.swt/issues/1012 This affects macOS 14 (Sonoma) and whether the target launcher binary is linked...

macOS

Let's make sure issue is not already fixed in latest builds first. - [X] I verified I can reproduce this issue against [latest Integration Build of Eclipse SDK](https://download.eclipse.org/eclipse/downloads/) ## Steps...

bug
Linux/GTK