Hello.
I found this bug as the title said.
Show in two pictures below.
Please fix it, thanks.
item comment and tooltips display too long and crash Compiz!
-
- CodeLite Enthusiast
- Posts: 39
- Joined: Sat Aug 21, 2010 7:32 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
item comment and tooltips display too long and crash Compiz!
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: item comment and tooltips display too long and crash Compiz!
Which application crashes? codelite or compiz?
if compiz is crashing (like the title says), then you should submit a bug to compiz maintainers. In the mean while you can disable the tooltips.
Eran
if compiz is crashing (like the title says), then you should submit a bug to compiz maintainers. In the mean while you can disable the tooltips.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 39
- Joined: Sat Aug 21, 2010 7:32 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: item comment and tooltips display too long and crash Compiz!
yes, compiz crash.
I think the problem is the tooltips are too long, but code::blocks can handle well. Code::blocks display "{...}" replace the long union list.
Can codelite do like this?
I think the problem is the tooltips are too long, but code::blocks can handle well. Code::blocks display "{...}" replace the long union list.
Can codelite do like this?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: item comment and tooltips display too long and crash Compiz!
This is a workaround to avoid Cmpiz crashes... still the bug is in compiz and NOT in codelite
As a temporary workaround, I suggest that you disable the tooltips.
Please submit a FR for this in sourceforge.net
Eran
As a temporary workaround, I suggest that you disable the tooltips.
Please submit a FR for this in sourceforge.net
Eran
Make sure you have read the HOW TO POST thread