Storing user data on BasemenuItem

2002-05-12 Thread Grahame Bowland
Hi, I've been meaning to learn C++ for a while, so I took a look at the TODO file and built blackbox from CVS :) I'm starting with the simple looking items. To remove the current workspace from the window menu, the workspace needs to be identified by some other data than the index into the

Re: Storing user data on BasemenuItem

2002-05-12 Thread Tim Redmond
On Sunday 12 May 2002 09:47, Marc Wilson wrote: I still don't understand why everyone is so hot to remove the current workspace from the Workspace menu... am I the only person who uses it both as a reminder of what's running on the current workspace, *and* as a way of task-switching to a

Re: Storing user data on BasemenuItem

2002-05-12 Thread Sean 'Shaleh' Perry
On 12-May-2002 Marc Wilson wrote: On Sun, May 12, 2002 at 08:49:08PM +0800, Grahame Bowland wrote: I'm starting with the simple looking items. To remove the current workspace from the window menu, the workspace needs to be identified by some other data than the index into the menu. In C

Re: Storing user data on BasemenuItem

2002-05-12 Thread Sean 'Shaleh' Perry
On 12-May-2002 Grahame Bowland wrote: Hi, I've been meaning to learn C++ for a while, so I took a look at the TODO file and built blackbox from CVS :) welcome (-: I'm starting with the simple looking items. To remove the current workspace from the window menu, the workspace needs

Re: Storing user data on BasemenuItem

2002-05-12 Thread Marc Wilson
On Sun, May 12, 2002 at 09:30:32AM -0700, Sean 'Shaleh' Perry wrote: I am *NOT* talking about removing the workspace from the Workspaces menu. We are planning on removing the current workspace from the send to menu in the Window menu on the window itself. What's the point of that? -- Marc

Re: Storing user data on BasemenuItem

2002-05-12 Thread Sean 'Shaleh' Perry
On 12-May-2002 Marc Wilson wrote: On Sun, May 12, 2002 at 09:30:32AM -0700, Sean 'Shaleh' Perry wrote: I am *NOT* talking about removing the workspace from the Workspaces menu. We are planning on removing the current workspace from the send to menu in the Window menu on the window itself.

Re: Storing user data on BasemenuItem

2002-05-12 Thread Marc Wilson
On Sun, May 12, 2002 at 09:52:25AM -0700, Sean 'Shaleh' Perry wrote: The only reason it is there now is because it has to be, there is no other obvious, efficient, clean way to code it. Yes, but changing all sorts of things just to make it go away isn't optimal. Is it a gee, that's not pretty

Re: Storing user data on BasemenuItem

2002-05-12 Thread Scott Furt
Marc Wilson wrote: On Sun, May 12, 2002 at 08:49:08PM +0800, Grahame Bowland wrote: I'm starting with the simple looking items. To remove the current workspace from the window menu, the workspace needs to be identified by some other data than the index into the menu. In C I'd just put a

Re: Storing user data on BasemenuItem

2002-05-12 Thread Jim Knoble
Circa 2002-May-12 09:52:25 -0700 dixit Sean 'Shaleh' Perry: : the menu says send to it makes no sense to send a window to the : workspace it is on. The code actually does a noop if you try. : : The only reason it is there now is because it has to be, there is no : other obvious, efficient,

Re: Storing user data on BasemenuItem

2002-05-12 Thread Sean 'Shaleh' Perry
On 12-May-2002 Marc Wilson wrote: On Sun, May 12, 2002 at 09:52:25AM -0700, Sean 'Shaleh' Perry wrote: The only reason it is there now is because it has to be, there is no other obvious, efficient, clean way to code it. Yes, but changing all sorts of things just to make it go away isn't