Hi,
I don't remember or if I did something, but when I do 'Cntl-F' now, the search pane that appears does not show 'Find', 'Find Prev', 'Find Al' , etc. buttons anymore. However, when I close Workspace view, some of them appear. Seems they are getting resized. Is there a setting or configuration to have them appear in a fixed size or undo whatever I've done to make them auto-resized?
Thank you.
BTW, I am using CodeLite 9.1.0 on Ubuntu 14.04
Buttons disappeared in Search
-
- CodeLite Curious
- Posts: 8
- Joined: Tue Mar 04, 2014 1:05 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: Buttons disappeared in Search
Can you please submit a screenshot? also: please upgrade your CodeLite to 10.0.4 (or 10.0.0) from here:
https://downloads.codelite.org/
https://downloads.codelite.org/
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 8
- Joined: Tue Mar 04, 2014 1:05 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Buttons disappeared in Search
Screenshots below:
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: Buttons disappeared in Search
This looks like a bug in the GUI toolkit.
IIRC, it has this strange behavior of extending the drop down control to fit the largest size from the "recently search" items.
I think that this was fixed in CodeLite 10, however, if you can't/won't upgrade to CodeLite 10, deleting the file ~/.codelite/config/codelite.conf will fix the problem (you need to close CodeLite and then delete this file)
IIRC, it has this strange behavior of extending the drop down control to fit the largest size from the "recently search" items.
I think that this was fixed in CodeLite 10, however, if you can't/won't upgrade to CodeLite 10, deleting the file ~/.codelite/config/codelite.conf will fix the problem (you need to close CodeLite and then delete this file)
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 8
- Joined: Tue Mar 04, 2014 1:05 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Buttons disappeared in Search
Thanks, that did the trick.eranif wrote:This looks like a bug in the GUI toolkit.
IIRC, it has this strange behavior of extending the drop down control to fit the largest size from the "recently search" items.
I think that this was fixed in CodeLite 10, however, if you can't/won't upgrade to CodeLite 10, deleting the file ~/.codelite/config/codelite.conf will fix the problem (you need to close CodeLite and then delete this file)