What steps will reproduce the problem? Typing Ctrl+D on a code line (or code selection) code is duplicated For example, selecting follow line and typing ctrl+d:
QImage *image=new QImage();
i get:
//QImage *image=new QImage(); QImage *image=new QImage();
Comment #1
Posted on Sep 22, 2008 by Happy HippoI posted what seems to be a duplicate of this issue, even after searching for it =/. I got the same behaviour, but this is looking more like some Qt bug or library incompatibility.
Which qdevelop version are you using? Please indicate your platform, qt version, etc so that we might find out what's wrong. In case you're interested, take a look at http://code.google.com/p/qdevelop/issues/detail?id=317&start=100
cheers, --to
Comment #2
Posted on Jan 30, 2009 by Massive PandaIssue 317 has been merged into this issue.
Comment #3
Posted on Jan 30, 2009 by Massive PandaCan you still reproduce this bug with latest svn revision?
Comment #4
Posted on Jan 30, 2009 by Massive Panda(No comment was entered for this change.)
Comment #5
Posted on Feb 2, 2009 by Helpful Birdi'm sorry. I'm no longer using qdevelop. I think a wiki and an irc channel could answer quickly ;)
Comment #6
Posted on Feb 2, 2009 by Massive PandaI'm closing this bug because no one is interesting in it and I cannot reproduce the behavior in subject
Status: Invalid
Labels:
Type-Defect
Priority-Medium