%HTTP_EQUIV_ON_VIEW%
| <<O>> Difference Topic CustomIcons (r1.33 - 05 Jun 2008 - Bill Black) |
| Changed: | ||
| < < |
| |
| > > | ||
| <<O>> Difference Topic CustomIcons (r1.32 - 09 May 2008 - Bill Black) |
| Changed: | ||
| < < | ||
| > > |
| |
| <<O>> Difference Topic CustomIcons (r1.31 - 17 Apr 2008 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| > > | |
| Changed: | |
| < < | |
| > > | The jEdit Community wiki is a place where jEdit users can share their knowledge and collectively build a Web site for jEdit users. You can edit almost every page you see here. Add anything you think would be useful to other jEdit users, or just create a page of jEdit tips and tricks for your own use. Reorganize all you want. TWiki supports version control so if a page gets hosed we can just roll back to the previous version. Once you register you can start editing pages. Learning wiki shorthand will save you a lot of typing, and it's very simple. Quick Tips has a few tips that focus on our specific wiki setup and jEdit. |
| <<O>> Difference Topic CustomIcons (r1.30 - 25 Jan 2008 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex |
| > > | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.29 - 18 Jan 2008 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex |
| > > | phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.28 - 18 Dec 2007 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex |
| > > | phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.27 - 06 Dec 2007 - Bill Black) |
| Deleted: | |
| < < | phone sex |
| Deleted: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex mistress |
| <<O>> Difference Topic CustomIcons (r1.26 - 30 Nov 2007 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex |
| > > | phone sex phone sex |
| Added: | |
| > > | mistress |
| <<O>> Difference Topic CustomIcons (r1.25 - 07 Nov 2007 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex |
| > > | |
| Added: | |
| > > | phone sex |
| Added: | |
| > > | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.24 - 03 Sep 2007 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex |
| > > | phone sex phone sex |
| Changed: | |
| < < | |
| > > | |
| Changed: | |
| < < | phone sex |
| > > | phone sex |
| <<O>> Difference Topic CustomIcons (r1.23 - 24 Jul 2007 - Bill Black) |
| <<O>> Difference Topic CustomIcons (r1.22 - 10 Jun 2007 - Bill Black) |
| <<O>> Difference Topic CustomIcons (r1.21 - 03 May 2007 - Bill Black) |
| Deleted: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.20 - 01 May 2007 - Bill Black) |
| <<O>> Difference Topic CustomIcons (r1.19 - 29 Apr 2007 - Bill Black) |
| <<O>> Difference Topic CustomIcons (r1.18 - 19 Apr 2007 - Bill Black) |
| Changed: | |
| < < | |
| > > | phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.17 - 08 Apr 2007 - Bill Black) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex phone sex |
| > > | |
| Deleted: | |
| < < |
Personal Preferences (details in TWiki Variables)
|
| Deleted: | |
| < < |
Related topics
|
| <<O>> Difference Topic CustomIcons (r1.16 - 03 Apr 2007 - Bill Black) |
| Changed: | |
| < < |
|
| > > |
Personal Preferences (details in TWiki Variables)
|
| <<O>> Difference Topic CustomIcons (r1.15 - 01 Apr 2007 - Bob Green) |
| Deleted: | |
| < < | phone sex phone sex phone sex |
| Deleted: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.14 - 31 Mar 2007 - Bob Green) |
| Added: | |
| > > |
|
| <<O>> Difference Topic CustomIcons (r1.13 - 31 Mar 2007 - Bob Green) |
| Changed: | |
| < < |
Custom IconsThe toolbar icons (and other images) for jEdit are stored within the jedit.jar file (found at org/gjt/sp/jedit/icons) These icons are PNG files (except for a few than are GIF images) and are loaded into jEdit are startup. Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file. There is another method of loading custom icons. (Which requires jEdit 4.2pre6 or later.) To do this, you will need to create a directory named 'icons' and put in any icons you wish to use by giving them the proper names. For instance if you want new icons for Cut, Copy, and Paste, you would need to name the files Cut.png, Copy.png, and Paste.png, respectively. (For a list of all of icons jEdit uses, you'll need to get at the icons stored in the jedit.jar file mentioned above, see below for instructions on how to do this.) Once you have the icons you desire in your 'icons' directory, you will need to create a jar file. If you are familiar with the command line it's as simple as typing:jar cfv customicons.jar iconswhile in the directory containing your 'icons' directory. Once this is done, you will need to copy the 'customicons.jar' to your 'jars' folder. This is located within your .jedit folder - normally found in your home folder. There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. (See Startup Scripts for more on this.) Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder. The startup script should contain the following line:
GUIUtilities.setIconPath("jeditresource:/customicons.jar!/icons/");Extracting the jEdit IconsDo you want to extract the icons from the jedit.jar file? This is how to do it: Copy the jedit.jar file to a new folder. (Make sure you use a copy!) You'll need to use the command line, so cd to the directory holding the copy of the jedit.jar file and type:jar xfv jedit.jarThis will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons -- Pete Prodoehl - 13 Nov 2003 * Set ALLOWTOPICCHANGE = Main.katty1980 |
| > > | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.12 - 31 Mar 2007 - Katty May) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| > > |
Custom IconsThe toolbar icons (and other images) for jEdit are stored within the jedit.jar file (found at org/gjt/sp/jedit/icons) These icons are PNG files (except for a few than are GIF images) and are loaded into jEdit are startup. Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file. There is another method of loading custom icons. (Which requires jEdit 4.2pre6 or later.) To do this, you will need to create a directory named 'icons' and put in any icons you wish to use by giving them the proper names. For instance if you want new icons for Cut, Copy, and Paste, you would need to name the files Cut.png, Copy.png, and Paste.png, respectively. (For a list of all of icons jEdit uses, you'll need to get at the icons stored in the jedit.jar file mentioned above, see below for instructions on how to do this.) Once you have the icons you desire in your 'icons' directory, you will need to create a jar file. If you are familiar with the command line it's as simple as typing:jar cfv customicons.jar iconswhile in the directory containing your 'icons' directory. Once this is done, you will need to copy the 'customicons.jar' to your 'jars' folder. This is located within your .jedit folder - normally found in your home folder. There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. (See Startup Scripts for more on this.) Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder. The startup script should contain the following line:
GUIUtilities.setIconPath("jeditresource:/customicons.jar!/icons/");Extracting the jEdit IconsDo you want to extract the icons from the jedit.jar file? This is how to do it: Copy the jedit.jar file to a new folder. (Make sure you use a copy!) You'll need to use the command line, so cd to the directory holding the copy of the jedit.jar file and type:jar xfv jedit.jarThis will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons -- Pete Prodoehl - 13 Nov 2003 * Set ALLOWTOPICCHANGE = Main.katty1980 |
| <<O>> Difference Topic CustomIcons (r1.11 - 29 Mar 2007 - Bob Green) |
| Deleted: | |
| < < |
|
| <<O>> Difference Topic CustomIcons (r1.10 - 29 Mar 2007 - Dan Simms) |
| Added: | |
| > > |
|
| <<O>> Difference Topic CustomIcons (r1.9 - 29 Mar 2007 - Bob Green) |
| Changed: | |
| < < | * Set ALLOWTOPICCHANGE = Katty May |
| > > | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.8 - 29 Mar 2007 - Katty May) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| > > | * Set ALLOWTOPICCHANGE = Katty May |
| <<O>> Difference Topic CustomIcons (r1.7 - 28 Mar 2007 - Bob Green) |
| <<O>> Difference Topic CustomIcons (r1.6 - 27 Mar 2007 - Katty May) |
| Changed: | |
| < < | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| > > | |
| <<O>> Difference Topic CustomIcons (r1.5 - 26 Jan 2007 - Bob Green) |
| Changed: | |
| < < | helloo sepie |
| > > | phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex phone sex |
| <<O>> Difference Topic CustomIcons (r1.4 - 06 Dec 2006 - Bob Green) |
| Changed: | |
| < < |
Custom IconsThe toolbar icons (and other images) for jEdit are stored within the jedit.jar file (found at org/gjt/sp/jedit/icons) These icons are PNG files (except for a few than are GIF images) and are loaded into jEdit are startup. Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file. There is another method of loading custom icons. (Which requires jEdit 4.2pre6 or later.) To do this, you will need to create a directory named 'icons' and put in any icons you wish to use by giving them the proper names. For instance if you want new icons for Cut, Copy, and Paste, you would need to name the files Cut.png, Copy.png, and Paste.png, respectively. (For a list of all of icons jEdit uses, you'll need to get at the icons stored in the jedit.jar file mentioned above, see below for instructions on how to do this.) Once you have the icons you desire in your 'icons' directory, you will need to create a jar file. If you are familiar with the command line it's as simple as typing:jar cfv customicons.jar iconswhile in the directory containing your 'icons' directory. Once this is done, you will need to copy the 'customicons.jar' to your 'jars' folder. This is located within your .jedit folder - normally found in your home folder. There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. (See Startup Scripts for more on this.) Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder. The startup script should contain the following line:
GUIUtilities.setIconPath("jeditresource:/customicons.jar!/icons/");Extracting the jEdit IconsDo you want to extract the icons from the jedit.jar file? This is how to do it: Copy the jedit.jar file to a new folder. (Make sure you use a copy!) You'll need to use the command line, so cd to the directory holding the copy of the jedit.jar file and type:jar xfv jedit.jarThis will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons -- Pete Prodoehl - 13 Nov 2003 |
| > > | helloo sepie |
| <<O>> Difference Topic CustomIcons (r1.3 - 13 Nov 2003 - Pete Prodoehl) |
| Added: | |
| > > | %CODE{"beanshell"}% |
| Added: | |
| > > | %ENDCODE% |
| Added: | |
| > > |
Extracting the jEdit Icons |
| Changed: | |
| < < | This will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons) |
| > > | This will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons |
| <<O>> Difference Topic CustomIcons (r1.2 - 13 Nov 2003 - Pete Prodoehl) |
| Changed: | |
| < < | |
| > > |
Custom Icons |
| Changed: | |
| < < | Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file. |
| > > | Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file. |
| Added: | |
| > > |
|
| Added: | |
| > > | |
| Deleted: | |
| < < | (NOTE: Can anyone with more knowledge of jar files add anything here?) |
| Changed: | |
| < < | There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder. |
| > > | There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. (See Startup Scripts for more on this.) Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder. |
| Changed: | |
| < < | Once this is all done, you can start jEdit and any replacement icons in your customicons.jar file will replace the normal jEdit icons. The normal jEdit icons will still be loaded and appear when you do not have a replacement icon in your jar file. Remember to go into Utilities -> Global Options -> Tool Bar to see the new choices under 'Use built-in icon' when you add or edit a toolbar command. |
| > > | Once this is all done, you can start jEdit and any replacement icons in your customicons.jar file will replace the normal jEdit icons. The normal jEdit icons will still be loaded and appear when you do not have a replacement icon in your jar file. Remember to go into Utilities -> Global Options -> Tool Bar to see the new choices under 'Use built-in icon' when you add or edit a toolbar command. |
| Added: | |
| > > |
|
| Added: | |
| > > | |
| Changed: | |
| < < | |
| > > | -- Pete Prodoehl - 13 Nov 2003 |
| <<O>> Difference Topic CustomIcons (r1.1 - 13 Nov 2003 - Pete Prodoehl) |
| Added: | |
| > > |
%META:TOPICINFO{author="PeteProdoehl" date="1068737004" format="1.0" version="1.1"}%
The toolbar icons (and other images) for jEdit are stored within the jedit.jar file (found at org/gjt/sp/jedit/icons)
These icons are PNG files (except for a few than are GIF images) and are loaded into jEdit are startup.
Once jEdit is running, you can assign custom icons to the toolbar by going into Utilities -> Global Options -> Tool Bar and editing or adding a command, and assign an icon by loading an image file.
There is another method of loading custom icons. (Which requires jEdit 4.2pre6 or later.) To do this, you will need to create a directory named 'icons' and put in any icons you wish to use by giving them the proper names. For instance if you want new icons for Cut, Copy, and Paste, you would need to name the files Cut.png, Copy.png, and Paste.png, respectively. (For a list of all of icons jEdit uses, you'll need to get at the icons stored in the jedit.jar file mentioned above, see below for instructions on how to do this.)
Once you have the icons you desire in your 'icons' directory, you will need to create a jar file. If you are familiar with the command line it's as simple as typing:
jar cfv customicons.jar icons
while in the directory containing your 'icons' directory.
(NOTE: Can anyone with more knowledge of jar files add anything here?)
Once this is done, you will need to copy the 'customicons.jar' to your 'jars' folder. This is located within your .jedit folder - normally found in your home folder.
There is one more step to get the icons to load. You'll need a startup script written in Bean Shell. Create a file named 'customicons.bsh' and save it into the 'startup' folder of your .jedit folder.
The startup script should contain the following line:
GUIUtilities.setIconPath("jeditresource:/customicons.jar!/icons/");
That will tell jEdit to load the customicons.jar file we created.
Once this is all done, you can start jEdit and any replacement icons in your customicons.jar file will replace the normal jEdit icons. The normal jEdit icons will still be loaded and appear when you do not have a replacement icon in your jar file. Remember to go into Utilities -> Global Options -> Tool Bar to see the new choices under 'Use built-in icon' when you add or edit a toolbar command.
Do you want to extract the icons from the jedit.jar file? This is how to do it: Copy the jedit.jar file to a new folder. (Make sure you use a copy!) You'll need to use the command line, so cd to the directory holding the copy of the jedit.jar file and type: jar xfv jedit.jar This will expand the jar file and you can then find the icons at: org/gjt/sp/jedit/icons) |
| Topic CustomIcons . { View | Diffs | r1.33 | > | r1.32 | > | r1.31 | More } |
|
Revision r1.1 - 13 Nov 2003 - 15:23 GMT - Pete Prodoehl Revision r1.33 - 05 Jun 2008 - 09:38 GMT - Bill Black |
%WEBCOPYRIGHT% |