Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to try the new L&F?
How to try the new L&F? [message #198481] Fri, 20 February 2004 09:55 Go to next message
Eclipse UserFriend
Bug 37997 with the instructions on how to try the new L&F will not load (
other bugs load just fine). Would someone be so kind as to cut and
paste the info here?

Bryan
Re: How to try the new L&F? [message #198506 is a reply to message #198481] Fri, 20 February 2004 10:34 Go to previous messageGo to next message
Eclipse UserFriend
Bryan Hunt wrote:

> Bug 37997 with the instructions on how to try the new L&F will not load (
> other bugs load just fine). Would someone be so kind as to cut and
> paste the info here?

Here's the newlook.bat from that bug....

@ECHO OFF
echo Switching to the new Eclipse UI ...

echo copying texteditor.jar into the correct plugin folder ...
copy plugins\org.eclipse.ui.workbench_3.0.0\texteditor-new.jar
plugins\org.eclipse.ui.workbench.texteditor_3.0.0\

echo Renaming UI jars from xxxx.jar to xxxx-old.jar ...

rename plugins\org.eclipse.ui.ide_3.0.0\ide.jar ide-old.jar
rename plugins\org.eclipse.ui.workbench_3.0.0\workbench.jar
workbench-old.jar
rename plugins\org.eclipse.ui.workbench.texteditor_3.0.0\texteditor .jar
texteditor-old.jar
rename plugins\org.eclipse.jface_3.0.0\jface.jar jface-old.jar

echo Renaming UI jars from xxxx-new.jar to xxxx.jar ...

rename plugins\org.eclipse.ui.ide_3.0.0\ide-new.jar ide.jar
rename plugins\org.eclipse.ui.workbench_3.0.0\workbench-new.jar
workbench.jar
rename
plugins\org.eclipse.ui.workbench.texteditor_3.0.0\texteditor -new.jar
texteditor.jar
rename plugins\org.eclipse.jface_3.0.0\jface-new.jar jface.jar

echo Done
pause


bye
--
Stefan Matthias Aust // "A new beginning always starts at the end" -WT
Re: How to try the new L&F? [message #198536 is a reply to message #198506] Fri, 20 February 2004 10:56 Go to previous message
Eclipse UserFriend
Or you can just download the latest integration build...the new look is on
by default.

Darins

"Stefan Matthias Aust" <sma@3plus4.de> wrote in message
news:c15991$3n8$2@eclipse.org...
> Bryan Hunt wrote:
>
> > Bug 37997 with the instructions on how to try the new L&F will not load
(
> > other bugs load just fine). Would someone be so kind as to cut and
> > paste the info here?
>
> Here's the newlook.bat from that bug....
>
> @ECHO OFF
> echo Switching to the new Eclipse UI ...
>
> echo copying texteditor.jar into the correct plugin folder ...
> copy plugins\org.eclipse.ui.workbench_3.0.0\texteditor-new.jar
> plugins\org.eclipse.ui.workbench.texteditor_3.0.0\
>
> echo Renaming UI jars from xxxx.jar to xxxx-old.jar ...
>
> rename plugins\org.eclipse.ui.ide_3.0.0\ide.jar ide-old.jar
> rename plugins\org.eclipse.ui.workbench_3.0.0\workbench.jar
> workbench-old.jar
> rename plugins\org.eclipse.ui.workbench.texteditor_3.0.0\texteditor .jar
> texteditor-old.jar
> rename plugins\org.eclipse.jface_3.0.0\jface.jar jface-old.jar
>
> echo Renaming UI jars from xxxx-new.jar to xxxx.jar ...
>
> rename plugins\org.eclipse.ui.ide_3.0.0\ide-new.jar ide.jar
> rename plugins\org.eclipse.ui.workbench_3.0.0\workbench-new.jar
> workbench.jar
> rename
> plugins\org.eclipse.ui.workbench.texteditor_3.0.0\texteditor -new.jar
> texteditor.jar
> rename plugins\org.eclipse.jface_3.0.0\jface-new.jar jface.jar
>
> echo Done
> pause
>
>
> bye
> --
> Stefan Matthias Aust // "A new beginning always starts at the end" -WT
Previous Topic:doc & dochtml folders (readmetool example)
Next Topic:3M7,some error..............
Goto Forum:
  


Current Time: Sun Jun 08 13:19:04 EDT 2025

Powered by FUDForum. Page generated in 0.03074 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top