Skip to content

Commit

Permalink
IAbstractTextEditorHelpContextIds.FIND_REPLACE_OVERLAY is @SInCE 3.18
Browse files Browse the repository at this point in the history
- New API requires a new minor version
  • Loading branch information
merks committed Jul 14, 2024
1 parent db983ef commit 224ee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; singleton:=true
Bundle-Version: 3.17.500.qualifier
Bundle-Version: 3.18.0.qualifier
Bundle-Activator: org.eclipse.ui.internal.texteditor.TextEditorPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public interface IAbstractTextEditorHelpContextIds {
* find/replace dialog.
* <code>"org.eclipse.ui.find_replace_overlay_context"</code>
*
* @since 3.17
* @since 3.18
*/
String FIND_REPLACE_OVERLAY = PREFIX + "find_replace_overlay_context"; //$NON-NLS-1$

Expand Down

0 comments on commit 224ee6f

Please sign in to comment.