You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Martin Toepfer (JIRA)" <de...@uima.apache.org> on 2013/02/06 12:27:12 UTC

[jira] [Reopened] (UIMA-2604) TextMarker: Copy/paste in editor duplicates clipboard content

     [ https://issues.apache.org/jira/browse/UIMA-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Toepfer reopened UIMA-2604:
----------------------------------


given:
DECLARE LITERAL L_CHAR;
DECLARE LITERAL L_HASH;

and if I select:
"\nDECLARE LITERAL L_HASH;"

and when I paste it after the last semi-colon,

I expect the outcome:
DECLARE LITERAL L_CHAR;
DECLARE LITERAL L_HASH;
DECLARE LITERAL L_HASH;

but what I get is:
DECLARE LITERAL L_CHAR;
DECLARE LITERAL L_HASH;
                       DECLARE LITERAL L_HASH;




                
> TextMarker: Copy/paste in editor duplicates clipboard content
> -------------------------------------------------------------
>
>                 Key: UIMA-2604
>                 URL: https://issues.apache.org/jira/browse/UIMA-2604
>             Project: UIMA
>          Issue Type: Bug
>          Components: TextMarker
>    Affects Versions: 2.0.0TextMarker
>            Reporter: Martin Toepfer
>            Assignee: Peter Klügl
>            Priority: Minor
>             Fix For: 2.0.0TextMarker
>
>
> The problem occurs when the content is pasted at the end of a rule.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira