News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 28 March 2015 build (10158) is out.

Started by killerbot, March 28, 2015, 10:57:08 PM

Previous topic - Next topic

ToApolytoXaos

OK fellas, ignore this for now until I figure out other ways to reproduce this kind of issue. It happens with other auto-completion features as well, but I need to find better ways to catch such problems.

Thank you all for trying to reproduce the issue.

Cheers.

ToApolytoXaos

I have compiled the latest svn available, currently 10186, in order to test it thoroughly.

The first thing I have tried was to comment multiple lines using Ctrl+Shift+C. It does not work; it goes to DoxyBlocks tab and add the following line:
HTML Help not found at /home/stefanos/Projects/ANSI_C++/GeneralCode/doxygen/GeneralCode.chm.


Can anyone try to reproduce this? Cheers.

Alpha

r9988 should have stripped that.  Do you have the keybinder plugin active?

ToApolytoXaos

Quote from: Alpha on April 06, 2015, 04:11:10 PM
r9988 should have stripped that.  Do you have the keybinder plugin active?
You mean keyboard shortcuts plugin? Yes, I haven't touched any plugin thus far. I use it as it comes set up by default. I have been using Code::Blocks for ages and this is the first revision that produces this issue; I never had this before, I always use hot keys without problems.

ahui886


Alpha

Quote from: ToApolytoXaos on April 07, 2015, 11:50:50 AM
You mean keyboard shortcuts plugin?
Yes.  Does this still occur if you disable that plugin and restart C::B?  Within the doxyblocks menu, does it display keybindings?  Did the keybinder plugin leave anything in your config dir?

(With regards to reproducibility, yes this was something that happened in the past, but I have not observed it since r9988.)

ToApolytoXaos

#21
Quote from: Alpha on April 09, 2015, 02:53:11 AM
Yes.  Does this still occur if you disable that plugin and restart C::B?
No, I have disabled it and now it works just fine.

Quote from: Alpha on April 09, 2015, 02:53:11 AM
Within the doxyblocks menu, does it display keybindings?  Did the keybinder plugin leave anything in your config dir?
Yes, it left cbKeyBinder10.ini and its backup cbKeyBinder10.ini.bak

Also, I have observed an interesting behavior with auto-completion; as soon as I have disabled keybinder plugin, auto-completion's behavior improved greatly. It provides more suggestions upon typing in contrast from before.

rocon

Input
For (;; ) < enter >

Automatically indent for
For (;; )
...... I / /. On behalf of the space, I on behalf of the cursor position


But the input
For (;; )<enter>
...... For (;; )<enter>

Automatically indent for
For (;; )
........For (;; )
........I

But the input
For (;; )<enter>
........For (;; )<enter>
.......{<enter>

Automatically indent for
For (;; )
........For (;; )
{
........I
}



I think it's a little bug.
BUT there is the bug in lost of version.
I won't hope there is the bug any more