Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to change length of workspace-list
How to change length of workspace-list [message #283719] Sun, 10 April 2005 20:22 Go to next message
Eclipse UserFriend
Originally posted by: dick.dijkrosoft.nl

Does anyone know how to make the list of workspaces longer. The list you
get when you startup Eclipse. At the moment only a list of 5 workspaces is
shown, but I have may more, I'd like to set it to 20. How?

Dick
Re: How to change length of workspace-list [message #283725 is a reply to message #283719] Mon, 11 April 2005 06:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gkml.online.de

Hi Dick,

there is a file called recentWorkspaces.xml in the
/configuration/org.eclipse.ui.ide directory where
you can set the number of recent workspaces.

It looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<launchWorkspaceData>
<protocol version="1"/>
<alwaysAsk showDialog="1"/>
<recentWorkspaces maxLength="5">
<workspace path="D:\eclipse_3_0_1\eclipse\workspace"/>
</recentWorkspaces>
</launchWorkspaceData>



Gerd
Re: How to change length of workspace-list [message #284052 is a reply to message #283725] Sat, 16 April 2005 03:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.rizzoweb.com

Gerd Knochenhauer wrote:
> Hi Dick,
>
> there is a file called recentWorkspaces.xml in the
> /configuration/org.eclipse.ui.ide directory where
> you can set the number of recent workspaces.

A good answer, but I would start by asking why do you want to have so
many workspaces? You are aware that a workspace can (and usually should)
have more than one Project in it, right?

Eric

--------
VirusScan: "Windows found" :(R)emove it ?
Re: How to change length of workspace-list [message #899082 is a reply to message #283725] Mon, 30 July 2012 13:57 Go to previous message
Terry Weymouth is currently offline Terry WeymouthFriend
Messages: 1
Registered: July 2009
Junior Member
In Eclipse Gui
(global preferences/parameters)
General -> Startup and Shutdown -> Workspaces
there is an item "Number of recent workspaces to remember"
(as well as a copy of the list that can be edited)
Previous Topic:What is this grey bar in the editor window?
Next Topic:Eclispe RCP application contains non declared menu
Goto Forum:
  


Current Time: Tue Apr 16 17:52:33 GMT 2024

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

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

Back to the top