[
https://issues.apache.org/jira/browse/UIMA-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572349#comment-13572349
]
Martin Toepfer edited comment on UIMA-2604 at 2/6/13 11:26 AM:
---------------------------------------------------------------
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;
(where _ is a space)
was (Author: mtoepfer):
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