jonescompneurolab / hnn-core

Simulation and optimization of neural circuits for MEG/EEG source estimates
https://jonescompneurolab.github.io/hnn-core/
BSD 3-Clause "New" or "Revised" License
55 stars 52 forks source link

[ENH] [GUI] Console in GUI should automatically scroll down to show latest info #940

Open dylansdaniels opened 1 week ago

dylansdaniels commented 1 week ago

It's not obvious to the user when there is useful info (or errors) printed to the console because the console never scrolls to show the most recent messages.

asoplata commented 4 days ago

See what @gtdang said about whether this can currently be solved here: https://github.com/jonescompneurolab/hnn-core/pull/946#issuecomment-2483327776

dylansdaniels commented 4 days ago

We could entertain the idea of switching to prepending to the top of the log as a solution, which would be relevant for #945 as well