GNOME Bugzilla – Bug 632027
Remove Text Tool "GIMP Text Editor"
Last modified: 2012-11-09 09:47:15 UTC
Since we have capable on-canvas text editing when using the Text Tool now, we should torture and kill the "GIMP Text Editor" popup dialog. See bug 625273 for some discussion.
There are still some things to consider before we can remove it completely: * Debugging aid * Text-on-path usecases
We can keep it in 2.8..
Made the thing at least a complete alternative: commit df731912a51839b8c143a23fc8461c342290db2f Author: Michael Natterer <mitch@gimp.org> Date: Fri Mar 18 12:58:32 2011 +0100 app: add a GimpTextStyleEditor to the text tool's editor dialog so it's an alternative to on-screen editing for esoteric use cases that can do everything on-screen editing is capable of. app/tools/gimptextoptions.c | 10 ++++++++-- app/tools/gimptextoptions.h | 5 ++++- app/tools/gimptexttool-editor.c | 10 ++++++++-- app/widgets/gimptexteditor.c | 15 ++++++++++++++- app/widgets/gimptexteditor.h | 5 ++++- 5 files changed, 38 insertions(+), 7 deletions(-) I propose closing this bug as WONTFIX because even full featured text layout apps have optional separate text edit dialogs, because there are cases where wysiwyg editing is simply not feasible (HUGE fonts, symbol fonts, whatever).
Nobody opposed my suggestion to close as WONTFIX in 1.5 years.