Line-number feature supported by VC6.0
-
VC6.0 is an old IDE, it has no "line-number" feature, but with this VC6 addin, you can get this feature NOW! It is for those people who can't or won't turn to VS.Net, have a try! Visit http://davidhowecn.googlepages.com/vc6linenumberaddin_english[^] for details. :)
-
VC6.0 is an old IDE, it has no "line-number" feature, but with this VC6 addin, you can get this feature NOW! It is for those people who can't or won't turn to VS.Net, have a try! Visit http://davidhowecn.googlepages.com/vc6linenumberaddin_english[^] for details. :)
David Howe wrote:
VC6.0 is an old IDE, it has no "line-number" feature, but with this VC6 addin, you can get this feature NOW! It is for those people who can't or won't turn to VS.Net, have a try! Visit http://davidhowecn.googlepages.com/vc6linenumberaddin\_english\[^\] for details.
The IDE shows 121 and your addin shows 114. :confused:
Nibu thomas A Developer Programming tips[^] My site[^]
-
VC6.0 is an old IDE, it has no "line-number" feature, but with this VC6 addin, you can get this feature NOW! It is for those people who can't or won't turn to VS.Net, have a try! Visit http://davidhowecn.googlepages.com/vc6linenumberaddin_english[^] for details. :)
David Howe wrote:
VC6.0 is an old IDE, it has no "line-number" feature...
Sure it does.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
David Howe wrote:
VC6.0 is an old IDE, it has no "line-number" feature, but with this VC6 addin, you can get this feature NOW! It is for those people who can't or won't turn to VS.Net, have a try! Visit http://davidhowecn.googlepages.com/vc6linenumberaddin\_english\[^\] for details.
The IDE shows 121 and your addin shows 114. :confused:
Nibu thomas A Developer Programming tips[^] My site[^]
Did you change the font? if you changed the font in editor, a restart of IDE is needed.
-
Did you change the font? if you changed the font in editor, a restart of IDE is needed.
David Howe wrote:
Did you change the font? if you changed the font in editor, a restart of IDE is needed.
No I did not. The number font is bigger that the IDE font, that could be the problem.
Nibu thomas A Developer Programming tips[^] My site[^]
-
David Howe wrote:
Did you change the font? if you changed the font in editor, a restart of IDE is needed.
No I did not. The number font is bigger that the IDE font, that could be the problem.
Nibu thomas A Developer Programming tips[^] My site[^]
Maybe this is a bug, though I didn't met this before. Thanks for the reply. Btw, I can tell the thing Line-number addin does when it is being activated: it check from the registry to get the font(both font name and size) of VC6's code editor, and create the font to draw line numbers. maybe I need more debug in this process.