Page 1 of 1
Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 5:32 pm
by marfi
Hi,
It looks like the "New Class..." menu item in virtual folder's context menu is broken, because nothing happens if the menu item is clicked.The 'same' menu items from Gizmos' toolbar and main menu work fine. Observed in CL 3061 on Ubuntu 9.04.
Regards
Michal
Re: Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 5:36 pm
by eranif
Hi,
Thanks for reporting this, I did some changes in that area recently, probably one of them broke it
Btw, What is your opinion of the new 'output view' ?
Eran
Re: Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 5:58 pm
by eranif
Fixed in 3062
Eran
Re: Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 7:30 pm
by marfi
Thank you for the fix!
All I can say about the new 'output view' is: wow, it is cool!
Seriously, it looks very nice and useful. Only suggestion is that the output view and its button panel would be dockable like other panels. Moreover, it would be useful feature if the 'output view' would hide on the editor focus (mouse click) like in VS - this feature could be available on option.
Regards
M.
Re: Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 7:36 pm
by eranif
marfi wrote:All I can say about the new 'output view' is: wow, it is cool!
Seriously, it looks very nice and useful.
Thanks, good to hear that
marfi wrote:Only suggestion is that the output view and its button panel would be dockable like other panels
Since wxAUI got too many bugs in setting a fixed-non-movable pane (along with many other issues, like hiding a pane completely and then restoring it...pff) - I made it a non-AUI panel. so AUI is actually managing a wxPanel instead of the frame.
marfi wrote:'output view' would hide on the editor focus (mouse click) like in VS - this feature could be available on option
This sounds like a very good suggestion, I will implement it, as soon as I will compelte the 'more' button on that panel (some people will probably complain that they cant see all the buttons...)
Eran
Re: Broken "New Class..." menu item.
Posted: Mon Sep 28, 2009 8:53 pm
by jfouche
eranif wrote:What is your opinion of the new 'output view' ?
I love it
Re: Broken "New Class..." menu item.
Posted: Tue Sep 29, 2009 11:13 pm
by eranif
marfi wrote:Moreover, it would be useful feature if the 'output view' would hide on the editor focus (mouse click) like in VS - this feature could be available on option.
This feature is now implemented in SVN trunk. From Settings | Editor | Docking Windows you can now enable / disable the auto hide on editor focus (by default it is OFF)
Eran
Re: Broken "New Class..." menu item.
Posted: Wed Sep 30, 2009 11:06 am
by marfi
This feature is now implemented in SVN trunk
Thank you!
Michal