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
Broken "New Class..." menu item.
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Broken "New Class..." menu item.
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Broken "New Class..." menu item.
Fixed in 3062
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Broken "New Class..." menu item.
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.
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Broken "New Class..." menu item.
Thanks, good to hear thatmarfi wrote:All I can say about the new 'output view' is: wow, it is cool! Seriously, it looks very nice and useful.
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:Only suggestion is that the output view and its button panel would be dockable like other panels
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...)marfi wrote:'output view' would hide on the editor focus (mouse click) like in VS - this feature could be available on option
Eran
Make sure you have read the HOW TO POST thread
-
- 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.
I love iteranif wrote:What is your opinion of the new 'output view' ?
Jérémie
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Broken "New Class..." menu item.
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)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.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Broken "New Class..." menu item.
Thank you!This feature is now implemented in SVN trunk
Michal