perspective and DPI

Discussion about CodeLite development process and patches
olin
CodeLite Curious
Posts: 2
Joined: Mon Feb 22, 2016 2:42 am
Genuine User: Yes
IDE Question: C++
Contact:

perspective and DPI

Post by olin »

Hi,

first of all, thank you for very nice IDE!

I have few questions:

1) I'm using my perspective which works well for me, but doesn't get activated after start.
I always have the dialogs and windows in wrong order after the start (some are even detached).
Manually switching to my perspective (going to menu and clicking on my perspective) fixes it, but still,
it would be nice if the last perspective could be reloaded after the start. Is there a way how to enable it?
Note: saving my perspective into default.layout didn't seem to help.

2) I'm using higher DPI screen (140) on my notebook and many visual components are too tiny on the screen:
- tabs
- workspace view, file name font is too small
- outline view, element names are too small
- main menu - the texts almost don't fit into the given space (vertically)
I can tweak the editor text size, so at least editing is fine, but if there is a way how to
adjust DPI awareness of CodeLite (or wxWidgets?), I would definitely appreciate it.

My environment:
Xubuntu 16.04 x86_64, CodeLite self compiled from git (9.1.2), compiler gcc (Ubuntu 5.3.1-8ubuntu3) 5.3.1 20160211

Thanks!
olin

Edit: my CodeLite version...
olin
CodeLite Curious
Posts: 2
Joined: Mon Feb 22, 2016 2:42 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: perspective and DPI

Post by olin »

Thank you for fixing the perspective reloading after the start in 9.1.3!
Post Reply