diem
unread,May 7, 2011, 2:27:51 PM5/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to euclid-wm
I recently made a couple of experimental changes to euclid's behavior
in svn (around rev203).
These are:
--in fullscreen euclid will stay in fs when the focused/displayed
window is closed unless that window had requested fs.
The rational for this is that I was finding that many times
dialog boxes would kick me out of fs (e.g., If I'm in fs working on
something, then save it, clicking save in the save dialogue box would
leave me back in the tiled layout.) which irritated me. I'm hoping
that the new logic manages to be intuitive and predictable. So far it
seems to me like an improvement.
--alt m/n (going to next and previous views) goes through all
views, without skipping empty ones. This is more difficult for me to
judge whether I like or not. It seems like there are times I want it
to skip empty views and times I want it to cycle through those empty
views. So until I finish the read_users_mind() function I think I'm
going to have to pick the one that is right most often and is the
least pain to work around when it isn't exactly what I'd like.
So if you have a chance to try a recent svn version, let me know if
you find the changes good or bad.
Thanks.
Cheers,
WMD