Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: darksquall57 on March 28, 2014, 09:09:43 am

Title: BUG: Paste and CodeCompletion does not replace all occurrences
Post by: darksquall57 on March 28, 2014, 09:09:43 am
Hi everyone,

I just noticed that, when using the "select next occurence" shortcut (CTRL+E) and then pasting or using code completion, it only replaces the last selected occurences instead all of them.
Title: Re: BUG: Paste and CodeCompletion does not replace all occurrences
Post by: oBFusCATed on March 28, 2014, 09:32:40 am
This is a limitation of scintilla I've not found time to fix.
Title: Re: BUG: Paste and CodeCompletion does not replace all occurrences
Post by: ollydbg on March 28, 2014, 09:59:29 am
Hi everyone,

I just noticed that, when using the "select next occurence" shortcut (CTRL+E) and then pasting or using code completion, it only replaces the last selected occurences instead all of them.

Not fully understand you problem, but I don't think it is related to CodeCompletion plugin.
As OBF said, it is related to Scintilla control.