← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 519834] Re: Assembler Error: No line highlighting

 

Just found out what the problem is. When we click on the line in error
info pane the cursor in editor gets placed at appropriate line. Hence
the the line number is shown in bold. The reason cursor is not visible
is because editor component does not have focus. If you use TAB key to
put focus on editor component again the cursor becomes visible.

As suggested by Sridhar, we could use line highlight always. But as of
now we specifically use line highlight during debug mode. So always
highlighting line could be confusing to users.

-- 
Assembler Error: No line highlighting
https://bugs.launchpad.net/bugs/519834
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.

Status in gnusim8085: New

Bug description:
When the error info in the side pane is clicked, it would be better if the appropriate line is highlighted. Now, just the line number gets bold. If not highlight, may be _some_ indication in the editor pane would help.