Reputation: 1707
The default settings for the installation of tkeclipse are unusable.
What I see get is this:
Also,
I looked thru the menu choices and there is no option there to make required changes.
Which file (or files) control the colour assignments and could be edited to improve the GUI appearance/usability ?
Version that I have installed:
Edit (response to Answer)
The result of the sequence that was provided is the following, which is unusable:
Edit 2 in response to Answer
I had tried that before posting. That serves no useful purpose. The result is shown here.
Notable, it had no impact on the Directory Change pop-up either, so there must be some configuration files, for either tkEclipse or TclTk itself which would allow me to change the defaults. Is there at "tweak" tool, like for GNOME Tweak that would manage the TclTk preferences for various colours?
Upvotes: 0
Views: 108
Reputation: 5034
I can only imagine that this is caused by your desktop environment using some kind of "dark" mode/theme. Normally, all text in tkeclipse is black.
To check whether the problem is with the underlying Tcl/Tk toolkit, try from a shell:
$ wish
% tk_chooseDirectory
This should pop up a readable directory chooser, but apparently doesn't in your environment. I think this is because some "theme" setting of your desktop changes the default colours for Tk applications, leading to non-contrasting fore/background combinations. Changing your desktop theme might help.
What you can try from within tkeclipse itself is to open Tools/TkECLiPSe Preference Editor and set a Default background colour for widgets. Something light, e.g. lightgrey or azure will probably work best.
Upvotes: 0