[Geany] Strange Copy - Paste with other applications (Windows)

Francois Cami fcami at xxxxx
Wed Dec 20 13:13:25 UTC 2006


Confirmed on win32/Kintaro (built on Dec 10 2006).

F

On Wed, 20 Dec 2006 14:12:28 +0100
Andreas Tscharner <andy at vis.ethz.ch> wrote:

> Hello World, hello Enrico,
> 
> I noticed a strange copy-paste behavior of geany when copying text
> from other applications under Windows (XP Pro SP2 + all patches).
> 
> I have the following text in geany:
> 
> type
>    TPcharArray = array[0..0] of pchar;
>    PPcharArray = ^TPcharArray;
> 
>    iconv_t = pointer;
>    iconvlistfunc = function (namescount : cardinal; names :
> PPcharArray; data : pointer) : integer;
> 
> 
> and now I copy the following text from Ultra - Edit to geany, the
> cursor located at the first column of the "type" line:
> 
> var
>    idx : integer;
>    labelItem : TProgItem;
>    newLabelItem : TLabelNameItem;
>    retCmd : ICommand;
>    data : cmdLabelT;
> 
> 
> The result:
> 
> vartype
>    idx : integer;  TPcharArray = array[0..0] of pchar;
>    labelItem : TProgItem;  PPcharArray = ^TPcharArray;
>    newLabelItem : TLabelNameItem;
>    retCmd : ICommand;  iconv_t = pointer;
>    data : cmdLabelT;  iconvlistfunc = function (namescount :
> cardinal; names : PPcharArray; data : pointer) : integer;
> 
> 
> That's actually not what I expected...
> 
> Cut-Copy-Paste within geany works without problems..., both editors
> use the CRLF linefeeds and geany is in <INSERT> mode
> 
> Geany 0.9 "Kintaro" (kompiliert am Sep 29 2006)
> 
> 
> Best regards
> 	Andreas



More information about the Users mailing list