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

Re: [MiNT] Software IDE



On Tue, 10 Dec 2013 23:03:19 , Jo Even Skarstein <joska@online.no> wrote:
>
> On Tue, 2013-12-10 at 20:16 +0000, Peter Slegg wrote:
>
> > 1. margin with line numbers
>
> If you need line numbers there's always BASIC to fall back on ;)
> But seriously, what do you need the line numbers for? You never refer to
> line numbers in your code anyway. If you want to jump to lines referred
> to in error messages there are better ways.
>

If you are dealing with oversized modules it is a useful way
to remember where each function is. There are better ways,
like navigation, but it's better than nothing.

Peter