mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

- change codanMarkerResolution schema to support translatable regex statements for matching - bump cdt.codan.ui version - add additional codanMarkerResolution extensions to codan.checkers.ui to handle some basic gcc error messages with quick fixes - add QuickFixAddSemicolon, QuickFixRenameMember, QuickFixUseDotOperator, and QuickFixUsePointer classes - add new QuickFixMessages - add plugin.properties to cdt.codan.checkers.ui to allow the quick fix regex matchers to be translated in the future - change the generic error message for gcc error parser so that the column is reported as the problem variable (useful for certain quick fix resolutions) - bump up cdt.core Change-Id: Ibb24c1a79c4d91ead3fc629ea3d4e7425b4e7f23
30 lines
1.2 KiB
Text
30 lines
1.2 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.ui; singleton:=true
|
|
Bundle-Version: 3.2.1.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.internal.ui.CodanUIActivator
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Require-Bundle: org.eclipse.cdt.codan.core,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.core.filesystem,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.console,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.ui.workbench.texteditor
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.codan.internal.ui;x-friends:="org.eclipse.cdt.codan.ui.cxx",
|
|
org.eclipse.cdt.codan.internal.ui.actions;x-friends:="org.eclipse.cdt.codan.ui.cxx",
|
|
org.eclipse.cdt.codan.internal.ui.dialogs;x-friends:="org.eclipse.cdt.codan.ui.cxx",
|
|
org.eclipse.cdt.codan.internal.ui.preferences;x-friends:="org.eclipse.cdt.codan.ui.cxx",
|
|
org.eclipse.cdt.codan.internal.ui.views;x-internal:=true,
|
|
org.eclipse.cdt.codan.internal.ui.widgets;x-internal:=true,
|
|
org.eclipse.cdt.codan.ui,
|
|
org.eclipse.cdt.codan.ui.handlers
|
|
|