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.
Code Completion Box Improvements
-
- CodeLite Enthusiast
- Posts: 34
- Joined: Fri Sep 14, 2012 1:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Code Completion Box Improvements
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: Code Completion Box Improvements
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 mergeNilC 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.
tonight
Hopefully you can recreate your patch when the merge is done
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>) 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
-
- CodeLite Enthusiast
- Posts: 34
- Joined: Fri Sep 14, 2012 1:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Code Completion Box Improvements
New CCBox with description page looking nice
If it will be still necessary - I'll do itHopefully you can recreate your patch when the merge is done
-
- CodeLite Enthusiast
- Posts: 34
- Joined: Fri Sep 14, 2012 1:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Code Completion Box Improvements
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.
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.