You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabs render dirty parts by showing a `*` in front of the tab name (e.g.,
in front of the file name.
This information is hard to see by developers. This change introduces a
graphical indicator on the close button to highlight dirty (unsaved)
changes.
Furthermore, introduction of a new preference "Indicate unsaved changes
by overlaying the close button" in section "Appearance".
If preference "Indicate unsaved changes by overlaying the close button"
is set and there are unsaved changes in the editor, the "dirty"
indicator overlays the close button.
If the preference is not set (which is the default), the old behavior is
in place which indicates unsaved changes by character `*`.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/internal/workbench/renderers/swt/BasicPartList.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public Font getFont(Object element) {
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java
+17
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,21 @@ public class CTabRendering extends CTabFolderRenderer implements ICTabRendering,
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/StackRenderer.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/quickaccess/providers/EditorElement.java
0 commit comments