[Pharo-project] Issue 3495 in pharo: Cannot copy text of System -> About
Status: Accepted Owner: marianopeck CC: aplantec Labels: Milestone-1.2 New issue 3495 by marianopeck: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 If I open System -> About, and I try to copy (cmd + c) a selected text, nothing happens. It doesnt copy the text. Right button doesn't seem to work neither. Pharo core version: 12288
Comment #1 on issue 3495 by aplantec: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 This is because of TextEditor>>handleDisabledKey: which does nothing in 1.2. One can retrieve easily some of the commands that were available in 1.1 but not all of them. This is because the interface of the corresponding methods has changed (I don't know why and when). I will provide a fix
Updates: Status: Fixed Comment #2 on issue 3495 by aplantec: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 Fixed Now, no special case anymore concerning which commands are allowed or not (so copy/past should work and no need for #handleDisabledKey: anymore). But text modifying is allowed only if the textmorph editview is enabled. SLICE-Issue-3495-Cannot-copy-text-of-System---About
Comment #3 on issue 3495 by marianopeck: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 thanks Alain! i tested and works perfect.
Updates: Status: Closed Comment #4 on issue 3495 by stephane.ducasse: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 Thanks a lot alain. I would love to be able to multiply you and get 10 or 20 alains :) in 12289.
Comment #5 on issue 3495 by marianopeck: Cannot copy text of System -> About http://code.google.com/p/pharo/issues/detail?id=3495 Me too. It's unbelivable his energy (I notice that I am almost an expert in that field hahahahha). I still remember Brest...what a great days hehehe ;)
participants (1)
-
pharo@googlecode.com