-
Jun 20th, 2024, 03:43 PM
#1
Thread Starter
Member
IDE AddIn to have a frame around the current line
After searching for Addins for the vb 6 ide and analyzing them, I finally wrote one myself:
It highlights the current line in the IDE with a frame.
Color can be changed inTools -> Frame around current line.
And an x and y Offset can be set if the frame does not match the line
I find this very usefull, as the textcursor in the ide has always one pixel width, regardless of the system setting
Download the zip file, build the project in to any folder, and have fun.
FrameCurrentLine.7z (V1.0.45)
Required for building:
MSADDNDR.OLB from any MS Office
Update 11.7.2024:
- now in split code windows and current line is in the lower pane the frame is drawn correctly
- reduced fragments of old frames
FrameCurrentLine.7z
Chris
Last edited by Chris_G33; Jul 11th, 2024 at 04:29 AM.
-
Jun 21st, 2024, 07:32 AM
#2
Thread Starter
Member
Re: IDE AddIn to have a frame around the current line
New version which compiles without MSADDNDR.TLB
FrameCurrentLine.7z
-
Jun 21st, 2024, 04:23 PM
#3
Junior Member
Re: IDE AddIn to have a frame around the current line
What I got in my IDE
-
Jun 22nd, 2024, 06:47 AM
#4
Thread Starter
Member
Re: IDE AddIn to have a frame around the current line
Last edited by Chris_G33; Jun 22nd, 2024 at 12:00 PM.
-
Jun 23rd, 2024, 03:42 AM
#5
Re: IDE AddIn to have a frame around the current line
If you keep the top most zip updated, then simply refer back to the topmost post. You can describe the updates in a new post and refer back to the top each time. Saves having multiple links to multiple versions. Looks like a useful add-in.
https://github.com/yereverluvinunclebert
Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.
By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.
-
Jun 23rd, 2024, 08:26 AM
#6
Junior Member
Re: IDE AddIn to have a frame around the current line
Originally Posted by Chris_G33
new version:
What font do you use?
I use Consolas font. The new version seems to work correctly.
-
Jun 23rd, 2024, 02:07 PM
#7
Fanatic Member
Re: IDE AddIn to have a frame around the current line
havent tested, but what if you have an underscore to use a new line.
ie declaration xyz _
(byval test as integer)
would it frame 2 lines.?
-
Jun 23rd, 2024, 03:56 PM
#8
Thread Starter
Member
Re: IDE AddIn to have a frame around the current line
no, the frame is around the line with the text cursor. There is no code analyzing, although it is possible to implement, but I have no intension to do so.
Chris
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
|