|
-
Apr 19th, 2022, 12:00 PM
#27
Thread Starter
Addicted Member
Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 28/08/21
 Originally Posted by 7edm
I'm currently testing this Add-in (together with Document Map) and I'm not quite sure about the scope of the Add-in as sometimes I see something happens and sometimes not, when click on or highlight a code member. So what exactly does "user generated Functons/Methods/Properties" imply? I would imaging e.g. functions and subs I create in my modules/forms code windows, but obviously not as they don't yield any response. Class members though brings some live to it but I'm still to see any code show up in that little window in the top right corner.
Hi 7edm!
It should detect the functions/subs you create on most cases. Just remember they need to have explicit scope ("Public Sub XXXX" / "Private Sub XXXX" instead of "Sub XXXX"). The parser I made is not perfect but should detect lots of cases without errors.
 Originally Posted by 7edm
Also, the image in 1st post is of very low quality and hard to read.
Yes I know...Sadly quality of jpgs uploaded to this forums become too compressed to save space.
 Originally Posted by 7edm
I was wondering, I have Code Smart 2013 installed and activated and wonder if there could be some conflict as at some point I saw the add-in window show to just immediately go away.
I use CodeSmart too and have no problem with that. It was designed with compatibility with it in mind.
The first time It may show and hide inmediately but after that it should start working fine. (It was a bug... cant remember if I got it fixed in the latest version (not the one on this post) I only remember spending lot of time tracking why happened)
Please download a newer version here: https://www.vbforums.com/showthread....test-versions)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|