bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] aplwrap: line counter should start at zero


From: Blake McBride
Subject: Re: [Bug-apl] aplwrap: line counter should start at zero
Date: Fri, 3 Oct 2014 15:37:58 -0500

Dear David,

The problem is this: you open up a function with two lines (the header and one line) but the counter at the bottom says 3.  The first thing you think is; what does that number represent?  It is confusing.  

If you edit a function with 200 lines (God help us), it would be nice to know it is that large.  Having that number is good.

If that number is reduced by one, it is perfect.

The other numbers are all good where they are IMO.

Thanks.

Blake


On Fri, Oct 3, 2014 at 3:25 PM, David Lamkins <address@hidden> wrote:
I know. I thought about that.

I'm not convinced that adjusting the line count is the right answer.  We actually do have N lines numbered 0 to N-1.

I suppose we could display the largest line number rather than the number of lines. Then you'd have to remember to add 1 to get the line count...

Maybe just display row and column...? Really: what use is the line count (or highest line number) while editing a function?


On Fri, Oct 3, 2014 at 1:13 PM, Blake McBride <address@hidden> wrote:
Dear David,

Thanks a lot!  Looks a lot better.  I did find one small issue with it though.

It displays the total number of lines.  Nice.  Problem is, it is one greater than the number of lines.  I suppose there is a way of looking at it such that it is correct, but that logic only worked when the line numbers started at 1.  It would be great if the total-number-of-lines number were reduced by one.  i.e. given:

X/Y, Z

Y should be one less.

Thanks.

Blake


On Fri, Oct 3, 2014 at 2:14 PM, David B. Lamkins <address@hidden> wrote:
Fixed and pushed.





--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]