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
Confirmed on win32/Kintaro (built on Dec 10 2006).
F
On Wed, 20 Dec 2006 14:12:28 +0100 Andreas Tscharner andy@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
On Wed, 20 Dec 2006 14:12:28 +0100, Andreas Tscharner andy@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).
Thanks for reporting. Should be fixed in SVN and in the new release 0.10.
Regards, Enrico
-- Get my GPG key from http://www.uvena.de/pub.key
Enrico Tröger wrote:
I noticed a strange copy-paste behavior of geany when copying text from other applications under Windows (XP Pro SP2 + all patches).
Thanks for reporting. Should be fixed in SVN and in the new release 0.10.
It is. Thank you very much!
Best regards and merry Christmas Andreas