Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Summary: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept  
(was Bug when doing Paste in Find & Replace dialog)
        Status: FixReviewNeeded
        Cc: [hidden email] [hidden email]
        Labels: -Milestone-1.4 Difficulty-Easy

Comment #3 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622

I wonder if this applies to the TextEditors (and we should create another  
issue)...

Fix in inbox:  
SLICE-Issue-6622-Bug-when-doing-Paste-in-Find-amp-Replace-dialog-SeanDeNigris.1

- After #cut, #paste, #pasteRecent, and #undo operations, accept the text  
if #autoAccept = true


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622#c4

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20514

Comment #5 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622#c5

This Issue has been checked by Ulysse the Monkey
       
6433 tests passed in 00:01:36s:
===============================
        CollectionsTests-Arrayed (553)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (912)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (611)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1954)
        CollectionsTests-Weak (739)
        CompilerTests (181)
        KernelTests-Chronology (593)
        KernelTests-Classes (69)
        KernelTests-Exception (2)
        KernelTests-Methods (179)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (38)
        MorphicTests-Basic (12)
        MorphicTests-Event (9)
        MorphicTests-Kernel (8)
        MorphicTests-Layouts (5)
        MorphicTests-Text Support (4)
        MorphicTests-Widgets (3)
        MorphicTests-WindowNotification (8)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6622-Bug-when-doing-Paste-in-Find-amp-Replace-dialog-SeanDeNigris.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20514-a on NBCoInterpreter  
NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
NBCogit NativeBoost-CogPlugin-IgorStasenko.15 uuid:  
44b6b681-38f1-4a9e-b6ee-8769b499576a Nov 27 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
40ac7e7bdec6fef0e934d2c019b86db996053912 Date: 2012-11-19 18:54:49 +0100  
By: Mariano Martinez Peck <[hidden email]> Jenkins build #146


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Status: HumanReviewNeeded

Comment #6 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622

I checked the fix from Sean works.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6622 in pharo: PluggableTextMorph: Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in Find & Replace dialog)

pharo
Updates:
        Status: Integrated

Comment #8 on issue 6622 by [hidden email]: PluggableTextMorph:  
Copy/Paste and Undo should respect autoAccept (was Bug when doing Paste in  
Find & Replace dialog)
http://code.google.com/p/pharo/issues/detail?id=6622

in 2.0 523


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker