> > > > If you are down at the symbol and use the rightbutton, you can not
> > > > go back up the hierarchy.
> > >
> > > Yeah, I didn't implement anything on the mouse to bring you back up.
> > > However, you can still use the "up" menu item in the top menubar.
> > 
> > Mmh, I think it's just the usual way to work. Either using always the 
> > menubar or always using the keys or always using the mouse.
> > It just breaks the workflow if you go down with the mouse and up with 
> > the menubar.

OK, implementing this was pretty easy.  I just did it, tested it, and
stuck it in CVS.  Please get it out of CVS and try it out.

The strategy employed by gschem to grey out menu items is fairly
primitive.   Basically, it works like this:

If one or more components is selected, then light up all menu items
else, grey most of them out.

Ideally, it would have more granularity.  For example, it should only
light up "Down schematic" if you have selected a schematic, and not if
you have selected a net, or a symbol.  Doing this, however, is a
larger task.

What I did was to make the right mouse button pop-up menu items act
exactly like the pull-down menu items.   But "Up" is now on the right
mouse button.

Stuart

Reply via email to