Alaska Software Inc. - Line Position Fails
Username: Password:
AuthorTopic: Line Position Fails
Joe CarrickLine Position Fails
on Thu, 15 Jan 2004 09:14:43 -0800
Open a project, then expand a prg to show the procedure and function names.

Now, select each procedure or function name in turn.  The editor jumps to
that position in the code.
This is exactly as it should be.

However, if there is an "exit" located in the preceeding procedure or
function, the editor will only jump to that location.
This took me a while to figure out.

Definitely needs to be fixed.

-Joe
Steffen F. Pirsig [Alaska Research]Re: Line Position Fails
on Thu, 15 Jan 2004 18:53:14 +0100
Joe,

I tried the following code to reproduce the behaviour
you described - for whatever reason I failed.

So please, can you post to the newsgroup or send
by email some source-code which produces the
behaviour you described.

regards
Steffen F. Pirsig,


PROCEDURE Main
  LOCAL n,m
  FOR n:= 1 TO 100
    ? Var2Char(n)
    m := n*n
    ? Var2Char(m)
    ? "Hello..."
  NEXT n
RETURN

procedure test
  EXIT
  for N:=1 to 10
  next
return

procedure grrr
  for n:=1 to 10
     EXIT
  next
  sdfsdfs
return

function test12
return

function blablup()
  for n:=1 to 10
     EXIT
  next
  ? "EST"
Return



--
---------------------------------------------------
Alaska Research & Development
Web:       http://www.alaska-research.com
Investors: http://www.alaska-research.com/tifund
E-Mail:    mailto:Steffen.Pirsig@alaska-research.com
Contact:   mailto:info@alaska-research.com
Fax:       +49/(0)6196/779999-23
---------------------------------------------------

"Joe Carrick" <joe.carrick@dslextreme.com> wrote in message
news:lSspvm42DHA.2164@S15147418...
> Open a project, then expand a prg to show the procedure and function
names.
>
> Now, select each procedure or function name in turn.  The editor jumps to
> that position in the code.
> This is exactly as it should be.
>
> However, if there is an "exit" located in the preceeding procedure or
> function, the editor will only jump to that location.
> This took me a while to figure out.
>
> Definitely needs to be fixed.
>
> -Joe
>
>
Joe CarrickRe: Line Position Fails
on Thu, 15 Jan 2004 10:39:41 -0800
Hi Steffen,

I sent the offending code via private email.  The problem seems to be either
size or complexity of code related.

-Joe

"Steffen F. Pirsig [Alaska Research]" <steffen.pirsig@alaska-research.com>
wrote in message news:oR7erC52DHA.2164@S15147418...
> Joe,
>
> I tried the following code to reproduce the behaviour
> you described - for whatever reason I failed.
>
> So please, can you post to the newsgroup or send
> by email some source-code which produces the
> behaviour you described.
>
> regards
> Steffen F. Pirsig,
>
>
> PROCEDURE Main
>   LOCAL n,m
>   FOR n:= 1 TO 100
>     ? Var2Char(n)
>     m := n*n
>     ? Var2Char(m)
>     ? "Hello..."
>   NEXT n
> RETURN
>
> procedure test
>   EXIT
>   for N:=1 to 10
>   next
> return
>
> procedure grrr
>   for n:=1 to 10
>      EXIT
>   next
>   sdfsdfs
> return
>
> function test12
> return
>
> function blablup()
>   for n:=1 to 10
>      EXIT
>   next
>   ? "EST"
> Return
>
>
>
> --
> ---------------------------------------------------
> Alaska Research & Development
> Web:       http://www.alaska-research.com
> Investors: http://www.alaska-research.com/tifund
> E-Mail:    mailto:Steffen.Pirsig@alaska-research.com
> Contact:   mailto:info@alaska-research.com
> Fax:       +49/(0)6196/779999-23
> ---------------------------------------------------
>
> "Joe Carrick" <joe.carrick@dslextreme.com> wrote in message
> news:lSspvm42DHA.2164@S15147418...
> > Open a project, then expand a prg to show the procedure and function
> names.
> >
> > Now, select each procedure or function name in turn.  The editor jumps
to
> > that position in the code.
> > This is exactly as it should be.
> >
> > However, if there is an "exit" located in the preceeding procedure or
> > function, the editor will only jump to that location.
> > This took me a while to figure out.
> >
> > Definitely needs to be fixed.
> >
> > -Joe
> >
> >
>
>
Steffen F. Pirsig [Alaska Research]Re: Line Position Fails
on Thu, 15 Jan 2004 19:54:30 +0100
Joe,

 we can confirm the behaviour you have encountered.

 Therefore we will fix it.

 HTH
 Steffen F. Pirsig,

---------------------------------------------------
Alaska Research & Development
Web:       http://www.alaska-research.com
Investors: http://www.alaska-research.com/tifund
E-Mail:    mailto:Steffen.Pirsig@alaska-research.com
Contact:   mailto:info@alaska-research.com
Fax:       +49/(0)6196/779999-23
---------------------------------------------------

"Joe Carrick" <joe.carrick@dslextreme.com> wrote in message
news:6q9h7X52DHA.2016@S15147418...
> Hi Steffen,
>
> I sent the offending code via private email.  The problem seems to be
either
> size or complexity of code related.
>
> -Joe
>
> "Steffen F. Pirsig [Alaska Research]" <steffen.pirsig@alaska-research.com>
> wrote in message news:oR7erC52DHA.2164@S15147418...
> > Joe,
> >
> > I tried the following code to reproduce the behaviour
> > you described - for whatever reason I failed.
> >
> > So please, can you post to the newsgroup or send
> > by email some source-code which produces the
> > behaviour you described.
> >
> > regards
> > Steffen F. Pirsig,
> >
> >
> > PROCEDURE Main
> >   LOCAL n,m
> >   FOR n:= 1 TO 100
> >     ? Var2Char(n)
> >     m := n*n
> >     ? Var2Char(m)
> >     ? "Hello..."
> >   NEXT n
> > RETURN
> >
> > procedure test
> >   EXIT
> >   for N:=1 to 10
> >   next
> > return
> >
> > procedure grrr
> >   for n:=1 to 10
> >      EXIT
> >   next
> >   sdfsdfs
> > return
> >
> > function test12
> > return
> >
> > function blablup()
> >   for n:=1 to 10
> >      EXIT
> >   next
> >   ? "EST"
> > Return
> >
> >
> >
> > --
> > ---------------------------------------------------
> > Alaska Research & Development
> > Web:       http://www.alaska-research.com
> > Investors: http://www.alaska-research.com/tifund
> > E-Mail:    mailto:Steffen.Pirsig@alaska-research.com
> > Contact:   mailto:info@alaska-research.com
> > Fax:       +49/(0)6196/779999-23
> > ---------------------------------------------------
> >
> > "Joe Carrick" <joe.carrick@dslextreme.com> wrote in message
> > news:lSspvm42DHA.2164@S15147418...
> > > Open a project, then expand a prg to show the procedure and function
> > names.
> > >
> > > Now, select each procedure or function name in turn.  The editor jumps
> to
> > > that position in the code.
> > > This is exactly as it should be.
> > >
> > > However, if there is an "exit" located in the preceeding procedure or
> > > function, the editor will only jump to that location.
> > > This took me a while to figure out.
> > >
> > > Definitely needs to be fixed.
> > >
> > > -Joe
> > >
> > >
> >
> >
>
>