Deepika Udayagiri

Results 140 comments of Deepika Udayagiri

> > @niraj-modi: Can you provide help with windows? > > @deepika-u Please evaluate for Windows. Let me check on it.

> @deepika-u: Any news on this topic? Hello, i was occupied with another issue so i havent looked into this issue. Will check on it.

I have investigated this issue further and by adding the below line, one can make 1st CTabItem become selected from user program. ctabFolder.setSelection(0); But the concern here is by default...

Without the fix => ![image](https://github.com/eclipse-platform/eclipse.platform.swt/assets/46807064/fe0c7cef-34fa-4195-b929-932f12d676d9) With this liner in the above extended Snippet76 ctabFolder.setSelection(0); ![image](https://github.com/eclipse-platform/eclipse.platform.swt/assets/46807064/2bd786a8-bf74-4e13-84de-4b28e72e4934) With the pr 1044 ![image](https://github.com/eclipse-platform/eclipse.platform.swt/assets/46807064/3695ef42-77cb-4c79-b355-fc7f4649767b) with the pr i am seeing the tab is not...

> Reverted fix due to failures in platform ui ([eclipse-platform/eclipse.platform#1239](https://github.com/eclipse-platform/eclipse.platform/issues/1239) and https://github.com/eclipse-platform/eclipse.platform/issues/1736). @deepika-u Please take a look. checking on them, able to recreate 1736. Checking further.

When my swt pr #1044 is in place, for the eclipse.platform.ui issue #1736 reported error. When i select this "MultiVariablePageTest.java" file's testContextActivation and run as "JUnit Plug-in Test" failing case:...

As a first step, https://github.com/eclipse-platform/eclipse.platform.ui/issues/1736 I have further investigated and i see that this block of code needs a change. https://github.com/eclipse-platform/eclipse.platform.ui/blob/2673dde18f02301aeaa9b56dbd7ddc990d606067/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java#L329-L348 Originally the code around these lines are ```...

I have further investigated on https://github.com/eclipse-platform/eclipse.platform/issues/1239 and found the below. The test case assumption needs to be corrected here as below. https://github.com/eclipse-platform/eclipse.platform/blob/e2facf9f24a4345594a89d435d4c75ef2c8acb84/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationTabGroupViewer.java#L1450-L1461 Before the SWT fix there is no tab...

Verified this issue and works as expected on below build. Eclipse SDK Version: 2024-06 (4.32) Build id: I20240512-1800 OS: Windows 11, v.10.0, x86_64 / win32 Java vendor: Oracle Corporation Java...

Hi @iloveeclipse , We have investigated further on this issue and we are also seeing the 2 issues that you have mentioned above. Thanks for the early catch. Looks like...