src/Tools/jEdit/patches/icons
author wenzelm
Wed, 23 Apr 2025 13:32:16 +0200
changeset 82569 782519a6ebb4
parent 82552 f67ad2dbf6d5
permissions -rw-r--r--
clarified patches;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     1
diff -ru jedit5.7.0/jEdit/build.xml jedit5.7.0-patched/jEdit/build.xml
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     2
--- jedit5.7.0/jEdit/build.xml	2024-08-03 19:53:28.000000000 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     3
+++ jedit5.7.0-patched/jEdit/build.xml	2025-04-16 17:20:57.401732024 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     4
@@ -488,6 +488,7 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     5
 				<include name="org/gjt/sp/jedit/icons/**/*.gif"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     6
 				<include name="org/gjt/sp/jedit/icons/**/*.jpg"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     7
 				<include name="org/gjt/sp/jedit/icons/**/*.png"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     8
+				<include name="org/gjt/sp/jedit/icons/**/*.svg"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
     9
 				<include name="org/jedit/localization/*.props"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    10
 			</fileset>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    11
 		</jar>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    12
@@ -783,6 +784,7 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    13
 				<include name="*.txt"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    14
 				<include name="*.html"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    15
 				<include name="*.png"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    16
+				<include name="*.svg"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    17
 				<include name="tips/**"/>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    18
 			</fileset>
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    19
 		</copy>
82546
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    20
diff -ru jedit5.7.0/jEdit/ivy.xml jedit5.7.0-patched/jEdit/ivy.xml
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    21
--- jedit5.7.0/jEdit/ivy.xml	2024-08-03 19:53:28.000000000 +0200
82548
afa1c2d485ae support scaled svg icons directly in GUIUtilities.loadIcon -- requires to update jedit component;
wenzelm
parents: 82546
diff changeset
    22
+++ jedit5.7.0-patched/jEdit/ivy.xml	2025-04-16 12:22:57.782535840 +0200
afa1c2d485ae support scaled svg icons directly in GUIUtilities.loadIcon -- requires to update jedit component;
wenzelm
parents: 82546
diff changeset
    23
@@ -94,5 +94,8 @@
82546
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    24
 		<dependency org="com.google.code.findbugs" name="jsr305" rev="3.0.2"/>
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    25
 
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    26
 		<dependency org="com.evolvedbinary.appbundler" name="appbundler" rev="1.3.0" conf="appbundler"/>
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    27
+
82548
afa1c2d485ae support scaled svg icons directly in GUIUtilities.loadIcon -- requires to update jedit component;
wenzelm
parents: 82546
diff changeset
    28
+		<dependency org="com.formdev" name="flatlaf" rev="3.6"/>
afa1c2d485ae support scaled svg icons directly in GUIUtilities.loadIcon -- requires to update jedit component;
wenzelm
parents: 82546
diff changeset
    29
+		<dependency org="com.formdev" name="flatlaf-extras" rev="3.6"/>
82546
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    30
 	</dependencies>
553aa1dd0feb support for SVG icons via com.formdev.flatlaf.extras.FlatSVGIcon from flatlaf-extras (which is based on JSVG);
wenzelm
parents:
diff changeset
    31
 </ivy-module>
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    32
diff -ru jedit5.7.0/jEdit/org/gjt/sp/jedit/gui/MarkerViewer.java jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/gui/MarkerViewer.java
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    33
--- jedit5.7.0/jEdit/org/gjt/sp/jedit/gui/MarkerViewer.java	2024-08-03 19:53:18.000000000 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    34
+++ jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/gui/MarkerViewer.java	2025-04-16 21:35:23.519418287 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    35
@@ -50,28 +50,28 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    36
 		toolBar.add(Box.createGlue());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    37
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    38
 		RolloverButton addMarker = new RolloverButton(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    39
-			GUIUtilities.loadIcon("Plus.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    40
+			GUIUtilities.loadIcon(jEdit.getProperty("add-marker.icon.small")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    41
 		addMarker.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    42
 			jEdit.getProperty("add-marker.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    43
 		addMarker.addActionListener(this);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    44
 		addMarker.setActionCommand("add-marker");
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    45
 		toolBar.add(addMarker);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    46
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    47
-		previous = new RolloverButton(GUIUtilities.loadIcon("ArrowL.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    48
+		previous = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("prev-marker.icon.small")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    49
 		previous.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    50
 			jEdit.getProperty("prev-marker.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    51
 		previous.addActionListener(this);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    52
 		previous.setActionCommand("prev-marker");
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    53
 		toolBar.add(previous);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    54
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    55
-		next = new RolloverButton(GUIUtilities.loadIcon("ArrowR.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    56
+		next = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("next-marker.icon.small")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    57
 		next.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    58
 			jEdit.getProperty("next-marker.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    59
 		next.addActionListener(this);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    60
 		next.setActionCommand("next-marker");
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    61
 		toolBar.add(next);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    62
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    63
-		clear = new RolloverButton(GUIUtilities.loadIcon("Clear.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    64
+		clear = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("remove-all-markers.icon.small")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    65
 		clear.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    66
 			jEdit.getProperty("remove-all-markers.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    67
 		clear.addActionListener(this);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    68
diff -ru jedit5.7.0/jEdit/org/gjt/sp/jedit/jedit_gui.props jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/jedit_gui.props
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    69
--- jedit5.7.0/jEdit/org/gjt/sp/jedit/jedit_gui.props	2024-08-03 19:53:20.000000000 +0200
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    70
+++ jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/jedit_gui.props	2025-04-17 00:11:31.583536114 +0200
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    71
@@ -8,13 +8,15 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    72
 ###
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    73
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    74
 #{{{ Common icons
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    75
-common.add.icon=22x22/actions/list-add.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    76
-common.remove.icon=22x22/actions/list-remove.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    77
-common.moveUp.icon=22x22/actions/go-up.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    78
-common.moveDown.icon=22x22/actions/go-down.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    79
-common.clearAll.icon=22x22/actions/edit-clear.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    80
+common.add.icon=32x32/actions/list-add.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    81
+common.remove.icon=32x32/actions/list-remove.svg?scale=0.7
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
    82
+common.moveUp.icon=32x32/actions/go-up.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
    83
+common.moveDown.icon=32x32/actions/go-down.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
    84
+common.clearAll.icon=32x32/actions/edit-clear.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    85
 logo.icon.small=16x16/apps/jedit.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    86
 logo.icon.medium=32x32/apps/jedit.png
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    87
+navigate-backwards.icon=idea-icons/expui/general/chevronLeft.svg?scale=1.2
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    88
+navigate-forwards.icon=idea-icons/expui/general/chevronRight.svg?scale=1.2
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    89
 
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    90
 #}}}
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    91
 
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
    92
@@ -28,7 +30,7 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    93
 defer=false
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    94
 startup=true
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    95
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    96
-broken-image.icon=22x22/status/image-missing.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    97
+broken-image.icon=32x32/status/image-missing.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    98
 dropdown-arrow.icon=ToolbarMenu.gif
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
    99
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   100
 
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   101
@@ -39,68 +41,69 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   102
 	buffer-options combined-options - \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   103
 	plugin-manager - help
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   104
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   105
-new-file.icon=22x22/actions/document-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   106
-open-file.icon=22x22/actions/document-open.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   107
-save.icon=22x22/actions/document-save.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   108
-close-buffer.icon=22x22/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   109
-global-close-buffer.icon=22x22/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   110
-print.icon=22x22/actions/document-print.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   111
+new-file.icon=32x32/actions/document-new.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   112
+open-file.icon=32x32/actions/document-open.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   113
+save.icon=32x32/actions/document-save.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   114
+close-buffer.icon=32x32/actions/process-stop.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   115
+global-close-buffer.icon=32x32/actions/process-stop.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   116
+print.icon=32x32/actions/document-print.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   117
 page-setup.icon=22x22/actions/printer-setup.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   118
-undo.icon=22x22/actions/edit-undo.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   119
-redo.icon=22x22/actions/edit-redo.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   120
-cut.icon=22x22/actions/edit-cut.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   121
-copy.icon=22x22/actions/edit-copy.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   122
-paste.icon=22x22/actions/edit-paste.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   123
-find.icon=22x22/actions/edit-find.png
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   124
-find-next.icon=22x22/actions/edit-find-next.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   125
-new-view.icon=22x22/actions/window-new.png
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   126
+undo.icon=32x32/actions/edit-undo.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   127
+redo.icon=32x32/actions/edit-redo.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   128
+cut.icon=32x32/actions/edit-cut.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   129
+copy.icon=32x32/actions/edit-copy.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   130
+paste.icon=32x32/actions/edit-paste.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   131
+find.icon=32x32/actions/edit-find.svg?scale=0.7
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   132
+find-prev.icon=32x32/actions/go-previous.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   133
+find-next.icon=32x32/actions/go-next.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   134
+new-view.icon=32x32/actions/window-new.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   135
 unsplit.icon=22x22/actions/window-unsplit.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   136
 split-horizontal.icon=22x22/actions/window-split-horizontal.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   137
 split-vertical.icon=22x22/actions/window-split-vertical.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   138
-buffer-options.icon=22x22/actions/document-properties.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   139
-global-options.icon=22x22/categories/preferences-system.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   140
-combined-options.icon=22x22/categories/preferences-system.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   141
+buffer-options.icon=32x32/actions/document-properties.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   142
+global-options.icon=32x32/categories/preferences-system.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   143
+combined-options.icon=32x32/categories/preferences-system.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   144
 plugin-manager.icon=22x22/places/plugins.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   145
-help.icon=22x22/apps/help-browser.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   146
+help.icon=22x22/apps/help-browser.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   147
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   148
 #{{{ Icon list for tool bar editor
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   149
 icons=22x22/actions/resize-horisontal.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   150
-	22x22/actions/go-down.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   151
-	22x22/actions/go-previous.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   152
-	22x22/actions/go-next.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   153
-	22x22/actions/go-home.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   154
-	22x22/actions/go-up.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   155
-	22x22/actions/go-first.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   156
-	22x22/actions/go-last.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   157
-	22x22/actions/go-parent.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   158
-	22x22/actions/document-close.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   159
-	22x22/actions/edit-undo.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   160
-	22x22/actions/edit-redo.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   161
-	22x22/actions/edit-cut.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   162
-	22x22/actions/edit-paste.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   163
-	22x22/actions/edit-delete.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   164
-	22x22/actions/edit-clear.png \
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   165
-	22x22/actions/edit-find-next.png \
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   166
-	22x22/actions/edit-find-in-folder.png \
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   167
-	22x22/actions/edit-find.png \
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   168
-	22x22/actions/edit-copy.png \
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   169
+	22x22/actions/go-down.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   170
+	22x22/actions/go-previous.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   171
+	22x22/actions/go-next.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   172
+	32x32/actions/go-home.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   173
+	22x22/actions/go-up.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   174
+	22x22/actions/go-first.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   175
+	22x22/actions/go-last.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   176
+	22x22/actions/go-up.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   177
+	32x32/actions/process-stop.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   178
+	32x32/actions/edit-undo.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   179
+	32x32/actions/edit-redo.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   180
+	32x32/actions/edit-cut.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   181
+	32x32/actions/edit-paste.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   182
+	scalable/actions/edit-delete.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   183
+	22x22/actions/edit-clear.svg \
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   184
+	22x22/actions/go-next.svg \
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   185
+	32x32/actions/system-search.svg?scale=0.7 \
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   186
+	32x32/actions/edit-find.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   187
+	32x32/actions/edit-copy.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   188
 	22x22/actions/copy-to-buffer.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   189
-	22x22/actions/list-remove.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   190
-	22x22/actions/list-add.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   191
-	22x22/actions/folder-new.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   192
-	22x22/actions/window-new.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   193
-	22x22/actions/document-new.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   194
-	22x22/actions/document-open.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   195
+	32x32/actions/list-remove.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   196
+	32x32/actions/list-add.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   197
+	32x32/actions/folder-new.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   198
+	32x32/actions/document-new.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   199
+	32x32/actions/document-new.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   200
+	32x32/actions/document-open.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   201
 	22x22/actions/document-reload2.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   202
-	22x22/actions/document-properties.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   203
-	22x22/actions/document-save.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   204
-	22x22/actions/document-save-all.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   205
-	22x22/actions/document-save-as.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   206
+	32x32/actions/document-properties.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   207
+	32x32/actions/document-save.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   208
+	32x32/actions/document-save-all.svg?scale=0.5 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   209
+	32x32/actions/document-save-as.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   210
 	22x22/actions/printer-setup.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   211
-	22x22/actions/process-stop.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   212
-	22x22/actions/media-playback-pause.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   213
-	22x22/actions/media-playback-start.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   214
-	22x22/actions/view-refresh.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   215
+	22x22/actions/system-log-out.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   216
+	22x22/actions/media-playback-pause.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   217
+	22x22/actions/media-playback-start.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   218
+	22x22/actions/view-refresh.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   219
 	22x22/actions/application-run.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   220
 	22x22/actions/edit-find-multiple.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   221
 	22x22/actions/edit-find-single.png \
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   222
@@ -109,18 +112,18 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   223
 	22x22/actions/window-unsplit.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   224
 	22x22/actions/zoom-in.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   225
 	22x22/actions/zoom-out.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   226
-	22x22/apps/utilities-terminal.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   227
-	22x22/apps/system-file-manager.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   228
-	22x22/apps/internet-web-browser.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   229
-	22x22/apps/help-browser.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   230
-	22x22/apps/system-installer.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   231
-	22x22/status/image-missing.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   232
-	22x22/status/folder-visiting.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   233
-	22x22/devices/drive-harddisk.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   234
-	22x22/devices/media-floppy.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   235
-	22x22/devices/printer.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   236
+	22x22/apps/utilities-terminal.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   237
+	32x32/apps/system-file-manager.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   238
+	32x32/apps/internet-web-browser.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   239
+	22x22/apps/help-browser.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   240
+	32x32/apps/system-installer.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   241
+	32x32/status/image-missing.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   242
+	32x32/status/folder-visiting.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   243
+	32x32/devices/drive-harddisk.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   244
+	22x22/devices/media-floppy.svg \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   245
+	32x32/devices/printer.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   246
 	22x22/places/plugins.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   247
-	22x22/categories/preferences-system.png \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   248
+	32x32/categories/preferences-system.svg?scale=0.7 \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   249
 	Blank24.gif
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   250
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   251
 
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   252
@@ -163,31 +166,31 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   253
 	 print \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   254
 	 - \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   255
 	 exit
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   256
-new-file.icon.small=16x16/actions/document-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   257
-new-file-in-mode.icon.small=16x16/actions/document-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   258
-open-file.icon.small=16x16/actions/document-open.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   259
-reload.icon.small=16x16/actions/view-refresh.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   260
-reload-all.icon.small=16x16/actions/view-refresh.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   261
-close-buffer.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   262
-closeall-bufferset.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   263
-closeall-except-active.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   264
-global-close-buffer.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   265
-close-all.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   266
-save.icon.small=16x16/actions/document-save.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   267
-save-as.icon.small=16x16/actions/document-save-as.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   268
-save-a-copy-as.icon.small=16x16/actions/document-save-as.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   269
-save-all.icon.small=16x16/actions/document-save-all.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   270
-print.icon.small=16x16/actions/document-print.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   271
-page-setup.icon.small=16x16/actions/document-properties.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   272
-exit.icon.small=16x16/actions/process-stop.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   273
-exit.icon.medium=22x22/actions/process-stop.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   274
+new-file.icon.small=32x32/actions/document-new.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   275
+new-file-in-mode.icon.small=32x32/actions/document-new.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   276
+open-file.icon.small=32x32/actions/document-open.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   277
+reload.icon.small=16x16/actions/view-refresh.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   278
+reload-all.icon.small=16x16/actions/view-refresh.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   279
+close-buffer.icon.small=32x32/actions/process-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   280
+closeall-bufferset.icon.small=32x32/actions/process-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   281
+closeall-except-active.icon.small=32x32/actions/process-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   282
+global-close-buffer.icon.small=32x32/actions/process-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   283
+close-all.icon.small=32x32/actions/process-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   284
+save.icon.small=32x32/actions/document-save.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   285
+save-as.icon.small=32x32/actions/document-save-as.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   286
+save-a-copy-as.icon.small=32x32/actions/document-save-as.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   287
+save-all.icon.small=32x32/actions/document-save.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   288
+print.icon.small=32x32/actions/document-print.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   289
+page-setup.icon.small=32x32/actions/document-properties.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   290
+exit.icon.small=16x16/actions/system-log-out.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   291
+exit.icon.medium=22x22/actions/system-log-out.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   292
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   293
 #{{{ Recent Files menu
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   294
 recent-files.code=new RecentFilesProvider();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   295
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   296
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   297
 reload-encoding.code=new ReloadWithEncodingProvider();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   298
-reload-encoding.icon.small=16x16/actions/view-refresh.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   299
+reload-encoding.icon.small=16x16/actions/view-refresh.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   300
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   301
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   302
 #{{{ Edit menu
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   303
@@ -211,12 +214,12 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   304
 	 %text \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   305
 	 %indent \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   306
 	 %source
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   307
-undo.icon.small=16x16/actions/edit-undo.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   308
-redo.icon.small=16x16/actions/edit-redo.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   309
-cut.icon.small=16x16/actions/edit-cut.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   310
-copy.icon.small=16x16/actions/edit-copy.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   311
-paste.icon.small=16x16/actions/edit-paste.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   312
-select-all.icon.small=16x16/actions/edit-select-all.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   313
+undo.icon.small=32x32/actions/edit-undo.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   314
+redo.icon.small=32x32/actions/edit-redo.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   315
+cut.icon.small=32x32/actions/edit-cut.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   316
+copy.icon.small=32x32/actions/edit-copy.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   317
+paste.icon.small=32x32/actions/edit-paste.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   318
+select-all.icon.small=16x16/actions/edit-select-all.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   319
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   320
 #{{{ More Clipboard menu
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   321
 clipboard=cut-append \
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   322
@@ -308,16 +311,18 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   323
 	   regexp \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   324
 	   - \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   325
 	   hypersearch-results
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   326
-find.icon.small=22x22/actions/edit-find.png
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   327
-find-next.icon.small=22x22/actions/edit-find-next.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   328
-search-in-directory.icon.small=22x22/actions/edit-find-in-folder.png
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   329
-replace-in-selection.icon.small=22x22/actions/edit-find-replace.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   330
-replace-and-find-next.icon.small=22x22/actions/edit-find-replace.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   331
-replace-all.icon.small=22x22/actions/edit-find-replace.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   332
-quick-search.icon.small=22x22/actions/edit-find.png
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   333
-hypersearch.icon.small=22x22/actions/edit-find-multiple.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   334
-quick-search-word.icon.small=22x22/actions/edit-find.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   335
-hypersearch-word.icon.small=22x22/actions/edit-find.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   336
+find.icon.small=32x32/actions/edit-find.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   337
+find-prev.icon.small=32x32/actions/go-previous.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   338
+find-next.icon.small=32x32/actions/go-next.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   339
+search-in-open-buffers.icon.small=32x32/actions/system-search.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   340
+search-in-directory.icon.small=32x32/actions/system-search.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   341
+replace-in-selection.icon.small=32x32/actions/edit-find-replace.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   342
+replace-and-find-next.icon.small=32x32/actions/edit-find-replace.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   343
+replace-all.icon.small=32x32/actions/edit-find-replace.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   344
+quick-search.icon.small=32x32/actions/edit-find.svg?scale=0.7
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   345
+hypersearch.icon.small=32x32/actions/edit-find.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   346
+quick-search-word.icon.small=32x32/actions/edit-find.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   347
+hypersearch-word.icon.small=32x32/actions/edit-find.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   348
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   349
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   350
 #{{{ Markers menu
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   351
@@ -336,12 +341,12 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   352
 	  view-markers \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   353
 	  -
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   354
 markers.code=new MarkersProvider();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   355
-add-marker.icon.small=22x22/actions/bookmark-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   356
-add-marker-shortcut.icon.small=22x22/actions/bookmark-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   357
-remove-all-markers.icon.small=22x22/actions/edit-clear.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   358
-goto-marker.icon.small=22x22/actions/go-jump.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   359
-prev-marker.icon.small=22x22/actions/go-previous.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   360
-next-marker.icon.small=22x22/actions/go-next.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   361
+add-marker.icon.small=32x32/actions/bookmark-new.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   362
+add-marker-shortcut.icon.small=32x32/actions/bookmark-new.svg?scale=0.7
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   363
+remove-all-markers.icon.small=32x32/actions/edit-clear.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   364
+goto-marker.icon.small=32x32/actions/go-jump.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   365
+prev-marker.icon.small=32x32/actions/go-previous.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   366
+next-marker.icon.small=32x32/actions/go-next.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   367
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   368
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   369
 #{{{ Folding menu
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   370
@@ -388,9 +393,12 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   371
 	 - \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   372
 	 set-view-title \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   373
 	 toggle-full-screen
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   374
-new-view.icon.small=16x16/actions/window-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   375
-new-plain-view.icon.small=16x16/actions/window-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   376
-close-view.icon.small=16x16/actions/document-close.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   377
+new-view.icon.small=32x32/actions/window-new.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   378
+new-plain-view.icon.small=32x32/actions/window-new.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   379
+close-view.icon.small=32x32/actions/process-stop.svg?scale=0.5
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   380
+prev-buffer.icon.small=32x32/actions/go-previous.svg?scale=0.5
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   381
+next-buffer.icon.small=32x32/actions/go-next.svg?scale=0.5
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   382
+recent-buffer.icon.small=32x32/actions/go-up.svg?scale=0.5
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   383
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   384
 #{{{ Scrolling menu
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   385
 scrolling=scroll-to-current-line \
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   386
@@ -454,9 +462,9 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   387
 	  - \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   388
 	  %quick-options
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   389
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   390
-buffer-options.icon.small=16x16/actions/document-properties.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   391
-global-options.icon.small=16x16/categories/preferences-system.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   392
-combined-options.icon.small=16x16/categories/preferences-system.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   393
+buffer-options.icon.small=32x32/actions/document-properties.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   394
+global-options.icon.small=32x32/categories/preferences-system.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   395
+combined-options.icon.small=32x32/categories/preferences-system.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   396
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   397
 #{{{ Recent Directories menu
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   398
 recent-directories.code=new RecentDirectoriesProvider();
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   399
@@ -518,9 +526,9 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   400
 	   rescan-macros \
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   401
 	   -
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   402
 macros.code=new MacrosProvider();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   403
-new-macro.icon.small=16x16/actions/document-new.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   404
-record-macro.icon.small=16x16/actions/media-record.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   405
-stop-recording.icon.small=16x16/actions/media-playback-stop.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   406
+new-macro.icon.small=32x32/actions/document-new.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   407
+record-macro.icon.small=16x16/actions/media-record.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   408
+stop-recording.icon.small=32x32/actions/media-playback-stop.svg?scale=0.5
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   409
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   410
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   411
 #{{{ Plugins menu
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   412
@@ -771,7 +779,7 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   413
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   414
 #{{{ HyperSearch results dialog
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   415
 hypersearch-results.clear.icon=22x22/actions/edit-clear.png
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   416
-hypersearch-results.stop.icon=22x22/actions/process-stop.png
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   417
+hypersearch-results.stop.icon=22x22/actions/system-log-out.png
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   418
 hypersearch-results.multi.multiple.icon=22x22/actions/edit-find-multiple.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   419
 hypersearch-results.multi.single.icon=22x22/actions/edit-find-single.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   420
 hypersearch-results.match.highlight.icon=22x22/actions/edit-find-highlight-match.png
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   421
@@ -784,8 +792,8 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   422
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   423
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   424
 #{{{ Help Viewer
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   425
-helpviewer.back.icon=22x22/actions/go-previous.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   426
-helpviewer.forward.icon=22x22/actions/go-next.png
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   427
+helpviewer.back.icon=32x32/actions/go-previous.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   428
+helpviewer.forward.icon=32x32/actions/go-next.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   429
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   430
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   431
 #}}}
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   432
@@ -809,9 +817,9 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   433
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   434
 #{{{ Abbreviations pane
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   435
 options.abbrevs.code=new AbbrevsOptionPane();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   436
-options.abbrevs.add.icon=22x22/actions/list-add.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   437
-options.abbrevs.edit.icon=22x22/actions/document-properties.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   438
-options.abbrevs.remove.icon=22x22/actions/list-remove.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   439
+options.abbrevs.add.icon=32x32/actions/list-add.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   440
+options.abbrevs.edit.icon=32x32/actions/document-properties.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   441
+options.abbrevs.remove.icon=32x32/actions/list-remove.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   442
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   443
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   444
 #{{{ Appearance pane
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   445
@@ -840,11 +848,11 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   446
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   447
 #{{{ Context Menu pane
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   448
 options.context.code=new ContextOptionPane();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   449
-options.context.add.icon=22x22/actions/list-add.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   450
-options.context.remove.icon=22x22/actions/list-remove.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   451
-options.context.moveUp.icon=22x22/actions/go-up.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   452
-options.context.moveDown.icon=22x22/actions/go-down.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   453
-options.context.reset.icon=22x22/actions/edit-clear.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   454
+options.context.add.icon=32x32/actions/list-add.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   455
+options.context.remove.icon=32x32/actions/list-remove.svg?scale=0.7
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   456
+options.context.moveUp.icon=32x32/actions/go-up.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   457
+options.context.moveDown.icon=32x32/actions/go-down.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   458
+options.context.reset.icon=32x32/actions/edit-clear.svg?scale=0.7
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   459
 options.context.includeOptionsLink=true
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   460
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   461
 
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   462
@@ -906,12 +914,12 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   463
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   464
 #{{{ Tool Bar pane
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   465
 options.toolbar.code=new ToolBarOptionPane();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   466
-options.toolbar.add.icon=22x22/actions/list-add.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   467
-options.toolbar.remove.icon=22x22/actions/list-remove.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   468
-options.toolbar.moveUp.icon=22x22/actions/go-up.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   469
-options.toolbar.moveDown.icon=22x22/actions/go-down.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   470
-options.toolbar.reset.icon=22x22/actions/edit-clear.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   471
-options.toolbar.edit.icon=22x22/actions/document-properties.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   472
+options.toolbar.add.icon=32x32/actions/list-add.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   473
+options.toolbar.remove.icon=32x32/actions/list-remove.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   474
+options.toolbar.moveUp.icon=22x22/actions/go-up.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   475
+options.toolbar.moveDown.icon=22x22/actions/go-down.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   476
+options.toolbar.reset.icon=22x22/actions/edit-clear.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   477
+options.toolbar.edit.icon=32x32/actions/document-properties.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   478
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   479
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   480
 #{{{ View pane
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   481
@@ -949,7 +957,8 @@
82551
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   482
 vfs.browser.default-filter=*[^~#]
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   483
 vfs.browser.filter-enabled=true
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   484
 vfs.browser.file.icon=16x16/mimetypes/text-x-generic.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   485
-vfs.browser.icon.small=16x16/apps/system-file-manager.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   486
+vfs.browser.icon=32x32/apps/system-file-manager.svg?scale=0.7
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   487
+vfs.browser.icon.small=32x32/apps/system-file-manager.svg?scale=0.5
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   488
 vfs.browser.open-file.icon=16x16/actions/edit-select-all.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   489
 vfs.browser.dir.icon=16x16/places/folder.png
c98e22c67e21 tuned icons, notably for menus -- requires to update jedit component;
wenzelm
parents: 82549
diff changeset
   490
 vfs.browser.open-dir.icon=16x16/status/folder-open.png
82552
f67ad2dbf6d5 tuned icons -- requires to update jedit component;
wenzelm
parents: 82551
diff changeset
   491
@@ -1007,13 +1016,13 @@
82549
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   492
 plugin-manager.mirror-url=http://plugins.jedit.org/export/mirror_list.php
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   493
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   494
 #{{{ Plugin management
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   495
-manage-plugins.restore.icon=22x22/actions/document-open.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   496
-manage-plugins.save.icon=22x22/actions/document-save.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   497
+manage-plugins.restore.icon=32x32/actions/document-open.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   498
+manage-plugins.save.icon=32x32/actions/document-save.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   499
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   500
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   501
 #{{{ Plugin installation
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   502
-install-plugins.choose-plugin-set.icon=22x22/actions/document-open.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   503
-install-plugins.clear-plugin-set.icon=22x22/actions/edit-clear.png
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   504
+install-plugins.choose-plugin-set.icon=32x32/actions/document-open.svg?scale=0.7
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   505
+install-plugins.clear-plugin-set.icon=22x22/actions/edit-clear.svg
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   506
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   507
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   508
 #}}}
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   509
diff -ru jedit5.7.0/jEdit/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   510
--- jedit5.7.0/jEdit/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java	2024-08-03 19:53:15.000000000 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   511
+++ jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/options/BrowserColorsOptionPane.java	2025-04-16 16:12:29.542089148 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   512
@@ -78,12 +78,12 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   513
 		buttons.setBorder(new EmptyBorder(3,0,0,0));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   514
 		buttons.setLayout(new BoxLayout(buttons,BoxLayout.X_AXIS));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   515
 		ActionListener actionHandler = new ActionHandler();
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   516
-		JButton add = new RolloverButton(GUIUtilities.loadIcon("Plus.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   517
+		JButton add = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.add.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   518
 		add.setToolTipText(jEdit.getProperty("common.add"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   519
 		add.addActionListener(e -> colorsModel.add());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   520
 		buttons.add(add);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   521
 		buttons.add(Box.createHorizontalStrut(6));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   522
-		remove = new RolloverButton(GUIUtilities.loadIcon("Minus.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   523
+		remove = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.remove.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   524
 		remove.setToolTipText(jEdit.getProperty("common.remove"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   525
 		remove.addActionListener(e ->
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   526
 		{
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   527
@@ -93,12 +93,12 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   528
 		});
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   529
 		buttons.add(remove);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   530
 		buttons.add(Box.createHorizontalStrut(6));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   531
-		moveUp = new RolloverButton(GUIUtilities.loadIcon("ArrowU.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   532
+		moveUp = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.moveUp.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   533
 		moveUp.setToolTipText(jEdit.getProperty("common.moveUp"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   534
 		moveUp.addActionListener(actionHandler);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   535
 		buttons.add(moveUp);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   536
 		buttons.add(Box.createHorizontalStrut(6));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   537
-		moveDown = new RolloverButton(GUIUtilities.loadIcon("ArrowD.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   538
+		moveDown = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.moveDown.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   539
 		moveDown.setToolTipText(jEdit.getProperty("common.moveDown"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   540
 		moveDown.addActionListener(actionHandler);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   541
 		buttons.add(moveDown);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   542
diff -ru jedit5.7.0/jEdit/org/gjt/sp/jedit/options/StatusBarOptionPane.java jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/options/StatusBarOptionPane.java
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   543
--- jedit5.7.0/jEdit/org/gjt/sp/jedit/options/StatusBarOptionPane.java	2024-08-03 19:53:15.000000000 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   544
+++ jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/options/StatusBarOptionPane.java	2025-04-16 16:12:37.730958557 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   545
@@ -160,12 +160,12 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   546
 		buttons.setBorder(new EmptyBorder(3,0,0,0));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   547
 		buttons.setLayout(new BoxLayout(buttons,BoxLayout.X_AXIS));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   548
 		buttons.add(Box.createHorizontalStrut(6));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   549
-		moveUp = new RolloverButton(GUIUtilities.loadIcon("ArrowU.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   550
+		moveUp = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.moveUp.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   551
 		moveUp.setToolTipText(jEdit.getProperty("options.status.moveUp"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   552
 		moveUp.addActionListener(e -> moveUp());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   553
 		buttons.add(moveUp);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   554
 		buttons.add(Box.createHorizontalStrut(6));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   555
-		moveDown = new RolloverButton(GUIUtilities.loadIcon("ArrowD.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   556
+		moveDown = new RolloverButton(GUIUtilities.loadIcon(jEdit.getProperty("common.moveDown.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   557
 		moveDown.setToolTipText(jEdit.getProperty("options.status.moveDown"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   558
 		moveDown.addActionListener(e -> moveDown());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   559
 		buttons.add(moveDown);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   560
diff -ru jedit5.7.0/jEdit/org/gjt/sp/jedit/gui/RegisterViewer.java jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/gui/RegisterViewer.java
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   561
--- jedit5.7.0/jEdit/org/gjt/sp/jedit/gui/RegisterViewer.java	2024-08-03 19:53:18.000000000 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   562
+++ jedit5.7.0-patched/jEdit/org/gjt/sp/jedit/gui/RegisterViewer.java	2025-04-16 21:45:44.861713409 +0200
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   563
@@ -54,7 +54,7 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   564
 		toolBar.add(Box.createGlue());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   565
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   566
 		RolloverButton pasteRegister = new RolloverButton(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   567
-			GUIUtilities.loadIcon("Paste.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   568
+			GUIUtilities.loadIcon(jEdit.getProperty("paste.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   569
 		pasteRegister.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   570
 			jEdit.getProperty("paste-string-register.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   571
 		pasteRegister.addActionListener(e -> insertRegister());
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   572
@@ -62,7 +62,7 @@
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   573
 		toolBar.add(pasteRegister);
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   574
 
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   575
 		RolloverButton clearRegister = new RolloverButton(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   576
-			GUIUtilities.loadIcon("Clear.png"));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   577
+			GUIUtilities.loadIcon(jEdit.getProperty("common.clearAll.icon")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   578
 		clearRegister.setToolTipText(GenericGUIUtilities.prettifyMenuLabel(
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   579
 			jEdit.getProperty("clear-string-register.label")));
1abc4fc6a5f8 bundle SVG tango icons with jedit -- requires to update jedit component;
wenzelm
parents: 82548
diff changeset
   580
 		clearRegister.addActionListener(e -> clearSelectedIndex());