Updates:
Status: FixReviewNeeded
Comment #3 on issue 5007 by
[hidden email]: On TextEditorDialogWindow
http://code.google.com/p/pharo/issues/detail?id=5007Right now, if you evaluate
UITheme current
textEditorIn: World
text: 'Enter a text'
title: 'Editor'
entryText: 'Test'
entryHeight: 300.
you get an editor dialog window, and if you change the text, and accept it
(cmd+s), it will just accept the text, and then you will have to click on
OK to validate.
With this fix, if you turn on the setting, if you modify the text, then
accept it (cmd+s), it will validate it (it emulates the ok click).
I hope it's clearer now :)
If not, I can do a video :)
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker