Hi,
I have two little problems with the CodeLite:
1. In the workspace view I can't navigate properly between the different tabs (e.g. scrolling is not possible). To see all tabs there I have to resize the view to the appropiate size. When activate a tab with the drop down list I don't see the activated tab (in the tab bar, e.g. I only see the first three tabs with standard width of the workspace view). Is that intended?
EDIT: Is it somehow possible to deactivate more tabs in the workspace view than "Workspace, Explorer, Tabs and Tabgroup"?
2. In the menu windows (e.g. Editor Settings) I miss a scrolling feature too (bug or intended?). I have to resize (especially in the height) the window to see all entries.
Meiner
Visability of Workspace View tabs, no scrolling in settings
-
- CodeLite Curious
- Posts: 6
- Joined: Mon Jul 07, 2014 1:15 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Visability of Workspace View tabs, no scrolling in setti
I am not sure I am following you here. Can you please post a screenshot of the problem? Can you also provide the relevant information? (Please read the HOW TO POST thread)Meiner wrote:In the workspace view I can't navigate properly between the different tabs (e.g. scrolling is not possible). To see all tabs there I have to resize the view to the appropiate size. When activate a tab with the drop down list I don't see the activated tab (in the tab bar, e.g. I only see the first three tabs with standard width of the workspace view). Is that intended?
These 4 are the 'core' and are part of codelite. The rest are from plugins. You can deactivate the plugins if you don't need them (this will free up some space)Meiner wrote:EDIT: Is it somehow possible to deactivate more tabs in the workspace view than "Workspace, Explorer, Tabs and Tabgroup"?
Meiner wrote:2. In the menu windows (e.g. Editor Settings)
Which menu is that?
IntendedMeiner wrote:I miss a scrolling feature too (bug or intended?).
This dialog is in the queue for a re-designMeiner wrote: I have to resize (especially in the height) the window to see all entries.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 6
- Joined: Mon Jul 07, 2014 1:15 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Visability of Workspace View tabs, no scrolling in setti
Thanks for your response. I have added screenshots with some comments (the situation is the same for the output view, when having Codelite resized to a too small width). This behaviour attracts my attention because I use editors or IDEs often in "half-full-screen" mode, but disabling some not used plugins works well at the moment. Further information:
OS: Windows 7
CodeLite: 6.0 (not self compiled)
Compiler: gcc/g++ 4.8.1 (MinGW version)
OS: Windows 7
CodeLite: 6.0 (not self compiled)
Compiler: gcc/g++ 4.8.1 (MinGW version)
Settings->Global Editor Preferences->...Which menu is that?
Ah ok. Thanks for that information.This dialog is in the queue for a re-design
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Visability of Workspace View tabs, no scrolling in setti
The tabs not moving is a problem with wxWidgets...
This bug should be reported to wxWidgets
Opening codelite to show all the available tabs in the workspace view, will cause it take 1/2 of the screen width...
Eran
This bug should be reported to wxWidgets
Opening codelite to show all the available tabs in the workspace view, will cause it take 1/2 of the screen width...
Eran
Make sure you have read the HOW TO POST thread