Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When editing a vector of char vectors, the line numbers do not appear correctly; is OK when editing ⍪V rather than V #842

Closed
dyaandys opened this issue Mar 25, 2022 · 1 comment

Comments

@dyaandys
Copy link
Contributor

Enter
x←,¨'.' 'Andy' 'Andy'
)ed x
I see
.
[1] Andy
[2] Andy

Move cursor down one line, now see
[0] .
Andy
[2] Andy

etc.

Note that in earlier RIDE versions the line numbers are completely missing, but space is left for them

Try with
x ←⍪,¨'.' 'Andy' 'Andy'
and all is OK.

IDE:
Version: 4.4.3687
Platform: Win32
Date: 2022-02-23 13:44:34 +0100
Git commit: a3d8123
Preferences:{
"ime":"1",
"kbdLocale":"en_US",
"keys":"{"MA":["F2"],"PF2":[]}",
"otherExe":"/opt/Fiserv/17.1/64/classic/p9/mapl",
"wse":"1"
}

Interpreter:
Version: 17.1.45263
Platform: AIX-64
Edition: Classic/64
Date: Feb 16 2022 at 09:18:22

@dyaandys
Copy link
Contributor Author

dyaandys commented May 31, 2022

Andy's eyes are no longer up to par ! The problem is that the default colour scheme is such that Icannot distinguish between the colours of the current line and the black background. Will investigate to see if other colour schemes are equally unfriendly to my eyes.

e9gille added a commit that referenced this issue Aug 12, 2022
…ix #842

* Active line number same as inactive for variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant