[NFBCS] JAWS Script Question
Ty Littlefield
tyler at tysdomain.com
Tue Dec 3 19:56:03 UTC 2024
Hi all,
I'm trying to reproduce the edsharp indentation level announcements
since I often lose track of where I am in vs.
I'm wrapping PriorLine and NextLine so that I can get the indentation
level before and after the move.
I'm confused about how this is working; here's my debug script:
SayString("debug "+GetLine())
PriorLine()
SayString("debug "+GetLine())
This speaks the line I was on twice, whereas the second SayString should
be speaking the line I'm currently on. I'm confused why/how this is
happening, and if there's a better way to go about this.
For example, If my file reads:
a
b
c
and I'm on b, if I navigate up from b I expect to hear:
debug: b
debug: a
instead I hear:
debug: b
debug: b
The same issue exists going down a line.
Thanks,
Ty
More information about the NFBCS
mailing list