File tree 3 files changed +7
-7
lines changed
bundles/org.eclipse.ui.workbench
Eclipse UI/org/eclipse/ui
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ public interface IWorkbenchPreferenceConstants {
634
634
* The default value for this preference is: {@link SWT#BOTTOM}
635
635
* </p>
636
636
*
637
- * @since 3.133
637
+ * @since 3.134
638
638
*/
639
639
String ALIGN_MULTI_PAGE_EDITOR_TABS = "ALIGN_MULTI_PAGE_EDITOR_TABS" ; //$NON-NLS-1$
640
640
@@ -726,7 +726,7 @@ public interface IWorkbenchPreferenceConstants {
726
726
* runtime. It only effects Windows.
727
727
* </p>
728
728
*
729
- * @since 3.133
729
+ * @since 3.134
730
730
*/
731
731
String RESCALING_AT_RUNTIME = "RESCALING_AT_RUNTIME" ; //$NON-NLS-1$
732
732
}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ protected MultiPageEditorPart() {
172
172
*
173
173
* @param event the {@link PropertyChangeEvent} triggered by a change in the
174
174
* preference store
175
- * @since 3.133
175
+ * @since 3.134
176
176
*/
177
177
protected boolean isUpdateRequired (PropertyChangeEvent event ) {
178
178
if (event .getProperty ().equals (IWorkbenchPreferenceConstants .ALIGN_MULTI_PAGE_EDITOR_TABS )) {
@@ -327,14 +327,14 @@ protected CTabFolder createContainer(Composite parent) {
327
327
* @return {@code SWT.TOP} if the user prefers tabs to be aligned on top,
328
328
* {@code SWT.BOTTOM} if the user prefers tabs to be aligned on the
329
329
* bottom.
330
- * @since 3.133
330
+ * @since 3.134
331
331
*/
332
332
protected int getTabStyle () {
333
333
return getAPIPreferenceStore ().getInt (IWorkbenchPreferenceConstants .ALIGN_MULTI_PAGE_EDITOR_TABS );
334
334
}
335
335
336
336
/**
337
- * @since 3.133
337
+ * @since 3.134
338
338
*/
339
339
protected IPreferenceStore getAPIPreferenceStore () {
340
340
return PrefUtil .getAPIPreferenceStore ();
@@ -1288,7 +1288,7 @@ public void run() {
1288
1288
* on the user preference.
1289
1289
* </p>
1290
1290
*
1291
- * @since 3.133
1291
+ * @since 3.134
1292
1292
*/
1293
1293
protected void updateContainer () {
1294
1294
Composite container = getContainer ();
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
4
Bundle-SymbolicName : org.eclipse.ui.workbench; singleton:=true
5
- Bundle-Version : 3.133.100 .qualifier
5
+ Bundle-Version : 3.134.0 .qualifier
6
6
Bundle-Activator : org.eclipse.ui.internal.WorkbenchPlugin
7
7
Bundle-ActivationPolicy : lazy
8
8
Bundle-Vendor : %providerName
You can’t perform that action at this time.
0 commit comments