Buttons disappeared in Search

General questions regarding the usage of CodeLite
tkdojo
CodeLite Curious
Posts: 8
Joined: Tue Mar 04, 2014 1:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Buttons disappeared in Search

Post by tkdojo »

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

Re: Buttons disappeared in Search

Post by eranif »

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/
Make sure you have read the HOW TO POST thread
tkdojo
CodeLite Curious
Posts: 8
Joined: Tue Mar 04, 2014 1:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Buttons disappeared in Search

Post by tkdojo »

Screenshots below:
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Buttons disappeared in Search

Post by eranif »

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)
Make sure you have read the HOW TO POST thread
tkdojo
CodeLite Curious
Posts: 8
Joined: Tue Mar 04, 2014 1:05 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Buttons disappeared in Search

Post by tkdojo »

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)
Thanks, that did the trick.
Post Reply