-
Notifications
You must be signed in to change notification settings - Fork 103
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
Cursor is not displayed in cells when editing code #1783
Comments
Detect same problem. |
Looks like a graphical toolkit problem. |
Besides wxDC (that is used for drawing the cursor rectangle) the bug could be in wxTimer, in that case... |
...or we somehow use more timers than Windows allows us to, sometimes: Windows is said to be very restrictive in that respect. |
Having the same problem on Windows 11 x64 with latest Maxima and wxMaxima 23.051 (build 22621). The cursor stays visible if I placed it with the mouse and moves (coorectly?) if I use up or down key. But with left and right key it does not move at all. But if I press up or down again I can see that it has changed position left or right (but not visible). Okay. It seems to be more complicated. In my first 8 to 12 statements I define matrices and the cursor works. When I go to statements after 11 (I define functions there) the cursor does not work. When I go back to statements in between 8 and 11 from 12+ it does not work. When I go back to statements 8 and before it works again. From there I con go to statements up to 11 with working cursor. |
Same happens to me on wxMaxima 23.05.1. I can move the cursor left and right while on the first 8 statements. From there on, it doesn't work. Any advance on this issue? Thank you. Update: I just installed wxMaxima 23.08.0 and configured the path to Maxima inside prior wxMaxima 23.05.1 installation path. |
I had to change the code that displays the cursor after that release. Let's hope for the best: on my computer I don't see that problem. Which operating system are you using? |
Windows 11 |
Dear Wxmaxima Team,
thanks for working constantly on this great piece of software. I discover a problem using the latest version (see below) with Manjaro.
When the cursor is placed in a cell with the mouse, it is visible. Moving the cursor with the cursor keys only shifts the cursor marker invisibly - i.e. the cursor stroke remains, but editing takes place at the desired position.
regards,
Marcus Menzel
build_info(version="5.46.0",timestamp="2023-04-05 13:12:48",host="x86_64-unknown-linux-gnu",lisp_name="SBCL",lisp_version="2.3.3",maxima_userdir="/home/marcus/.maxima",maxima_tempdir="/tmp",maxima_objdir="/home/marcus/.maxima/binary/5_46_0/sbcl/2_3_3",maxima_frontend="wxMaxima",maxima_frontend_version="23.05.1_GTK3")

The text was updated successfully, but these errors were encountered: