eobrien
eobrien
Link to the bugzilla issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=579498 I just added a comment there describing the patch proposal
> The version in the Manifest needs to be updated. > > 16:42:27.335 [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.ui.ide: Only qualifier changed for (org.eclipse.ui.ide/3.19.0.v20220610-1747). Expected to...
> > Bundle-Version: 3.19.1.qualifier > > we increase by 100. see https://wiki.eclipse.org/Version_Numbering#When_to_change_the_service_segment 3.19.100 Reading the wiki its still not clear if it should be a minor change or a service...
It's not just ExtendedMarkersView, I have seen it with other views. Ill raise it on platform, It's only reproducible if the label provider provides an image so might not be...
Is anyone available to review this ? Its just a small fix and shouldn't have any side effects.
Yes, I am not sure if there is a reason why pressing restore defaults uses a hard coded value. I'll see if I can change it so that it always...
I made the update and tested it. The restore defaults button now sets the the stored preference value, as expected.
@deepika-u Steps to reproduce - Add the following line to org.eclipse.platform\plugin_customization.ini - org.eclipse.ui.ide/USE_MARKER_LIMITS=false - Add the following line to the VM arguments section of the launch configuration -Declipse.pluginCustomization="path to the...
@deepika-u Let me know if you need anything else to reproduce the issue.
@deepika-u Apologies for some reason I missed this post. I usually get an email notification. I tested this again here using Eclipse RCP 2024-09 and it disabled the checkbox when...