File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
bundles/org.eclipse.ui.workbench
Eclipse UI/org/eclipse/ui Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ public interface IWorkbenchPreferenceConstants {
634634 * The default value for this preference is: {@link SWT#BOTTOM}
635635 * </p>
636636 *
637- * @since 3.133
637+ * @since 3.134
638638 */
639639 String ALIGN_MULTI_PAGE_EDITOR_TABS = "ALIGN_MULTI_PAGE_EDITOR_TABS" ; //$NON-NLS-1$
640640
@@ -726,7 +726,7 @@ public interface IWorkbenchPreferenceConstants {
726726 * runtime. It only effects Windows.
727727 * </p>
728728 *
729- * @since 3.133
729+ * @since 3.134
730730 */
731731 String RESCALING_AT_RUNTIME = "RESCALING_AT_RUNTIME" ; //$NON-NLS-1$
732732}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ protected MultiPageEditorPart() {
172172 *
173173 * @param event the {@link PropertyChangeEvent} triggered by a change in the
174174 * preference store
175- * @since 3.133
175+ * @since 3.134
176176 */
177177 protected boolean isUpdateRequired (PropertyChangeEvent event ) {
178178 if (event .getProperty ().equals (IWorkbenchPreferenceConstants .ALIGN_MULTI_PAGE_EDITOR_TABS )) {
@@ -327,14 +327,14 @@ protected CTabFolder createContainer(Composite parent) {
327327 * @return {@code SWT.TOP} if the user prefers tabs to be aligned on top,
328328 * {@code SWT.BOTTOM} if the user prefers tabs to be aligned on the
329329 * bottom.
330- * @since 3.133
330+ * @since 3.134
331331 */
332332 protected int getTabStyle () {
333333 return getAPIPreferenceStore ().getInt (IWorkbenchPreferenceConstants .ALIGN_MULTI_PAGE_EDITOR_TABS );
334334 }
335335
336336 /**
337- * @since 3.133
337+ * @since 3.134
338338 */
339339 protected IPreferenceStore getAPIPreferenceStore () {
340340 return PrefUtil .getAPIPreferenceStore ();
@@ -1288,7 +1288,7 @@ public void run() {
12881288 * on the user preference.
12891289 * </p>
12901290 *
1291- * @since 3.133
1291+ * @since 3.134
12921292 */
12931293 protected void updateContainer () {
12941294 Composite container = getContainer ();
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : %pluginName
44Bundle-SymbolicName : org.eclipse.ui.workbench; singleton:=true
5- Bundle-Version : 3.133.100 .qualifier
5+ Bundle-Version : 3.134.0 .qualifier
66Bundle-Activator : org.eclipse.ui.internal.WorkbenchPlugin
77Bundle-ActivationPolicy : lazy
88Bundle-Vendor : %providerName
You can’t perform that action at this time.
0 commit comments