[Pharo-project] EditorCursorFix: AutoEnclose enhancement
Name: SLICE-Issue-2653-EditorCursorFix-FernandoOlivero.2 Author: FernandoOlivero Time: 23 August 2010, 12:15:26 pm UUID: 28389065-9ee0-4739-99a8-da1e9e94af54 Ancestors: SLICE-Issue-2653-EditorCursorFix-FernandoOlivero.1 Dependencies: Polymorph-Tools-Diff-FernandoOlivero.39, System-Text-FernandoOlivero.28, Tests-FernandoOlivero.209
Comment #7 on issue 2653 by fernando22480: Editor cursor fix http://code.google.com/p/pharo/issues/detail?id=2653 I ran into some problems integrating it. Comments: #moveCursor: directionBlock forward: forward specialBlock: specialBlock select: shouldSelect Wasnt need in Pharo because the sensor is not being asked directly , and the original event is being passed one. Juan's good coding style! Added 1. to enable/disable send TextEditor>>autoEnclose : ( TextEditor class AutoEnclose class variable ). ( in which settings should this go? , or should we make a new TextSettings ? ) 2. TextEditorTest>testAutoEnclose Try it out using NewTextMorph. On Aug 23, 2010, at 12:20 PM, Fernando olivero wrote:
Name: SLICE-Issue-2653-EditorCursorFix-FernandoOlivero.2 Author: FernandoOlivero Time: 23 August 2010, 12:15:26 pm UUID: 28389065-9ee0-4739-99a8-da1e9e94af54 Ancestors: SLICE-Issue-2653-EditorCursorFix-FernandoOlivero.1 Dependencies: Polymorph-Tools-Diff-FernandoOlivero.39, System-Text-FernandoOlivero.28, Tests-FernandoOlivero.209 _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Fernando olivero -
Stéphane Ducasse