Bug #17357 2010-07-14 10:12

critic

Autocomplete quote (brace) before word

when I type " or ' before the word C::B adds closing one. It looks like:

""my_word

and I need to erase the second one, because I need:

"my_word ...here else some words"

The same is actual for situation when I type " or ' after the word:

my_word""

I think it must autocomplete only when:

"" some_word1 "" someword2 ""

i.e. when around " or ' there are spaces.

Category
Application::Editor
Group
 
Status
Closed
Close date
2010-08-07 20:03
Assigned to
mortenmacfly
ollydbg 2010-08-07 13:59

Loaden has made a patch to fix this problem, hopefully it will applied in the ccbranch soon.

mortenmacfly 2010-08-07 20:03

This bug is now fixed in HEAD.

Thank you for reporting it.