Code Completion Box Improvements

Discussion about CodeLite development process and patches
NilC
CodeLite Enthusiast
Posts: 34
Joined: Fri Sep 14, 2012 1:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Code Completion Box Improvements

Post by NilC »

It contains:
1. User images in CCBox now working - user images, GetImageId and default images moved to LEditor. Default images loaded one time in LEditor constructor;
2. Added refresh for CCBox items - so there are no artefacts under images;
3. Description page now shows not only on keyboard selection, but on mouse selection too.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Code Completion Box Improvements

Post by eranif »

NilC wrote:It contains:
1. User images in CCBox now working - user images, GetImageId and default images moved to LEditor. Default images loaded one time in LEditor constructor;
2. Added refresh for CCBox items - so there are no artefacts under images;
3. Description page now shows not only on keyboard selection, but on mouse selection too.
I am afraid, I can't apply this patch, since the entire code completion box + tip is being re-written atm on a branch which I merge
tonight

Hopefully you can recreate your patch when the merge is done :D

Here is a screenshot of how it looks now in the branch (mainly in the tooltip)

The tooltip can now handle custom markup language (basic tags, like <code>, <color="..">, <hr> and <b>)
Untitled.png
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
NilC
CodeLite Enthusiast
Posts: 34
Joined: Fri Sep 14, 2012 1:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Code Completion Box Improvements

Post by NilC »

New CCBox with description page looking nice :)
Hopefully you can recreate your patch when the merge is done
If it will be still necessary - I'll do it :)
NilC
CodeLite Enthusiast
Posts: 34
Joined: Fri Sep 14, 2012 1:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Code Completion Box Improvements

Post by NilC »

New version of patch - after ccbox refactoring.

It contains:
1. Added refresh for CCBox items - so there are no artefacts under images;
2. Description page now shows not only on keyboard selection, but on mouse selection too.
You do not have the required permissions to view the files attached to this post.
Post Reply