I compiled the qdevelop 0.25 from svn with Qt 4.4.1 and mingw 5.1.4 under windows and I get this really strange bug:
comment the following line with CTRL+D ( '|' marks the cursor location )
foo = |bar( baz );
foo = |bar( baz );
To copy to clipboard, switch view to plain text mode
and I get the following:
foo = //foo = bar(baz);bar(baz);|
foo = //foo = bar(baz);bar(baz);|
To copy to clipboard, switch view to plain text mode
This also hapens with qdevelop compiled from latest svn ( rev 335 )
This is with Win XP SP2.
Has anyone already compiled qdevelop from source with Qt4.4.1? I wonder if this some Qt bug or incompatibility because I didn't touch the sources before compilation...
cheers,
--to
Bookmarks