Page 1 of 1

Code Completion Box Improvements

Posted: Wed Sep 19, 2012 9:42 pm
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.

Re: Code Completion Box Improvements

Posted: Wed Sep 19, 2012 10:24 pm
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

Re: Code Completion Box Improvements

Posted: Wed Sep 19, 2012 10:28 pm
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 :)

Re: Code Completion Box Improvements

Posted: Sun Sep 23, 2012 2:30 am
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.