wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
459 stars 96 forks source link

Search up does not work #1913

Closed MSoegtropIMC closed 1 month ago

MSoegtropIMC commented 1 month ago

This is with the Windows nightly build from 2024-05-05 on Windows 11.

Reproduction sequence:

Observed:

gunterkoenigsmann commented 1 month ago

Resolved with 97b57f595d4cd824f57fd5f9f6ab5836896feec2

richardgobeli commented 1 month ago

It no longer wraps around searching down. Can you make it so it will wrap around in either direction?

gunterkoenigsmann commented 1 month ago

I am convinced that I didn't change that code path (which is quite independent from the one used for searching up) - and in my tests wrapping search in downwards direction works => What am I doing differently?

richardgobeli commented 1 month ago

I see it works on the version I have here at work using a Windows 11 machine. I will try the Windows 10 machine at home again tonight. image Where do you now pick the type of font to use? I can't find it in the configuration setups.

gunterkoenigsmann commented 1 month ago

In theory C++ and wxWidgets together should make the whole thing quite machine-independent. I half hope that you need an exact trigger in order to reproduce the problem that doesn't involve the OS version as all other bugs normally require loads of detective work.

richardgobeli commented 1 month ago

I checked it. It does work on the Windows 10 computer. I just did not go past the Wrapped Search notification window to see that it did wrap around. I have an off-topic question: Where do I now pick the type of font to use on the build_info output that would be with constant spacing? I found the area in style. I need to click on the font box to change the font.

image

gunterkoenigsmann commented 1 month ago

The font settings I am still not entirely sure about.