digiot wrote:There is something I have to add here, concerning the text size.
Also outside the editor window, the text in the menus and the tooltips
can become nearly unreadable, if you use a HD-monitor.
Maybe, you can simply enlarge the text generally a bit, in the whole GE ?
Would be nice, if you could tell me, where in the source I have to look
for setting the x windows properties, I'm totally lost among all the
h/cpp files!
I understand legibility is a problem, but there isn't an easy solution to this. gE is using an image file font for all text, and therefore almost all of the user interface of gE is hard coded in size. gE uses kyra for the ui so if you want to poke around, there is one place to do it. But you can't just increase the size of the text font, because every pixel position reference that aligns everything in gE would be messed up.
digiot wrote:My search in the GE sources has not brought me any further.
It takes a long time to get a general idea of where to look for this. I still don't have anywhere close to a good idea where to look for everything.