canonn-science / EDMC-Canonn

Project Athens: EDMC plugin to automatically collect accurate science data from the galaxy and coordinate missions
GNU General Public License v3.0
81 stars 12 forks source link

[FEATURE] scrollable or modal (scrollable) context, not ruling out clipboard or html pop-outs #132

Open jnorthrup opened 2 years ago

jnorthrup commented 2 years ago

this may be specific to python and OS distro (linux) but i haven't seen any tunable features for this panel to grow or scroll, nor copy to notepad/kate

currently i have seen no feature at all to handle overflow of the info context. the edmc widget is more readable/informative than the links to the site, but a browsable pop-out to a tmpfile html wouldn't be a bad usecase to do some system-specific text munging even a structured text tmpfile would be useful.

console does not appear useful, i currently run the client piped to /dev/null. seems like the console would be too fiddly when trying to pilot the sim at the same time.

image

NoFoolLikeOne commented 2 years ago

I really haven't a clue how to do this

jnorthrup commented 2 years ago

image just a guess

https://www.tutorialspoint.com/tkinter-scrollbar-for-frame

ADDING A SCROLLBAR

myscrollbar=Scrollbar(frame,orient="vertical") myscrollbar.pack(side="right",fill="y")