Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Perspective ordering not kept be workbench
Perspective ordering not kept be workbench [message #327834] Mon, 05 May 2008 14:21
Eclipse UserFriend
Originally posted by: totolaricot.mac.com

Noticed the following inside PerspectiveBarManager/addItem()

if
(apiPreferenceStore.getBoolean(IWorkbenchPreferenceConstants .SHOW_OPEN_ON_PERSPECTIVE_BAR))
insert(1, item);
else
insert(0, item);

After opening a new perspective/quitting/re-opening workbench, the order
of the perspectives (left to right) is now reversed. Does it really have
to be that way?

--
Laurent Mihalkovic, co-author SWT/JFace in Action (www.manning.com/scarpino)
Previous Topic:Showing CTabItem in CTabFolder
Next Topic:IFileStore Editor and ERROR with charset name
Goto Forum:
  


Current Time: Tue Jul 16 06:41:11 GMT 2024

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

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

Back to the top