After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 124970 - Layer Text activation
Layer Text activation
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
1.x
Other Linux
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 136740
 
 
Reported: 2003-10-19 15:28 UTC by raymond.ostertag
Modified: 2005-01-01 21:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description raymond.ostertag 2003-10-19 15:28:21 UTC
After creating two texts and playing few minutes with them , I'd like report
this usuability enhancement :

To edit a Text-layer you have to :
- activ the layer in the layer dialog
- click on the layer to activate it's attribute in the options dialog
- click on the text to open the text editor

If you create two text-layer with the same attributs (it's often the case)
and then activ one text-layer without clicking in the image you modify
the attributs of the other text-layer. This is what I did before I know.

Then if there is only one text for each text-layer (I believe it's the
case) then why not switching the second step to obtain :
- activating the layer in the layer dialog also activate it's attribute in
the option dialog
- click on the text to open the text editor (as before)
Comment 1 Sven Neumann 2003-10-19 15:45:32 UTC
The text tool user interface is unfinished and completely preliminary.
There is not much use in sending bug reports about it.
Comment 2 Raphaël Quinet 2004-01-09 12:32:06 UTC
What should we do with this bug report?
Comment 3 Sven Neumann 2004-03-13 00:47:01 UTC
2004-03-13  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.[ch]: keep a pointer on the active text
	layer and let the tool follow the active layer. Fixes bug #124970.

	* app/gui/layers-commands.c: changed accordingly.
Comment 4 Raphaël Quinet 2004-03-13 00:56:24 UTC
Hmmm...  I just tested the updated version, and this seems to have
strange side-effects.  I am not sure if I should open a new bug report
about that, but if you create a new image, add one text layer, add a
second one and then switch layers in the layers dialog, then you can
accidentally overwrite the text of one layer while you think that you
are editing the other one.
Comment 5 Sven Neumann 2004-03-13 03:42:11 UTC
At some point I will have to add detection of image changes. The main
reason to do this change was to be able to fix bug #118356 and to be
consistent with the vectors tool. Perhaps I might even add this code
tomorrow, but there are more important things to do first.
Comment 6 Sven Neumann 2004-03-19 16:38:48 UTC
I've cleaned this code up further and I think that the text tool logic
is sane now.