in reply to Re: Create a graphical line numbering for my text editor.
in thread Create a graphical line numbering for my text editor.
Edit: Yes something like that. It would need to scroll with the main Text widget though and increase the more lines put in and decrease with lines taken away. It is a good start though.
I was just reading the Scrollbar.pm too trying to get an idea on how to tell where the cursor is and how the module does it. It uses some subroutines called "ScrlByUnits" to move it and I assume it tracks it also. Maybe I can use these subs to report back their results or mimic them in my script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Create a graphical line numbering for my text editor.
by PodMaster (Abbot) on Jan 07, 2004 at 01:58 UTC | |
by Elijah (Hermit) on Jan 07, 2004 at 05:24 UTC |