Broken "New Class..." menu item.

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Broken "New Class..." menu item.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Broken "New Class..." menu item.

Post 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
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Broken "New Class..." menu item.

Post by eranif »

Fixed in 3062

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Broken "New Class..." menu item.

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Broken "New Class..." menu item.

Post 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
Make sure you have read the HOW TO POST thread
jfouche
CodeLite Guru
Posts: 351
Joined: Mon Oct 20, 2008 7:26 pm
Genuine User: Yes
IDE Question: C++
Location: France
Contact:

Re: Broken "New Class..." menu item.

Post by jfouche »

eranif wrote:What is your opinion of the new 'output view' ?
I love it :D
Jérémie
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Broken "New Class..." menu item.

Post 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
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Broken "New Class..." menu item.

Post by marfi »

This feature is now implemented in SVN trunk
Thank you!
Michal
Post Reply