Author Topic: The 28 March 2015 build (10158) is out.  (Read 27742 times)

ToApolytoXaos

  • Guest
Re: The 28 March 2015 build (10158) is out.
« Reply #15 on: April 05, 2015, 08:40:47 pm »
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

  • Guest
Re: The 28 March 2015 build (10158) is out.
« Reply #16 on: April 06, 2015, 03:33:59 pm »
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.

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: The 28 March 2015 build (10158) is out.
« Reply #17 on: April 06, 2015, 04:11:10 pm »
r9988 should have stripped that.  Do you have the keybinder plugin active?

ToApolytoXaos

  • Guest
Re: The 28 March 2015 build (10158) is out.
« Reply #18 on: April 07, 2015, 11:50:50 am »
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.

Offline ahui886

  • Multiple posting newcomer
  • *
  • Posts: 29
Re: The 28 March 2015 build (10158) is out.
« Reply #19 on: April 08, 2015, 04:44:24 am »
Good job, thanks!

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: The 28 March 2015 build (10158) is out.
« Reply #20 on: April 09, 2015, 02:53:11 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

  • Guest
Re: The 28 March 2015 build (10158) is out.
« Reply #21 on: April 09, 2015, 04:36:38 pm »
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.

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.
« Last Edit: April 09, 2015, 04:56:42 pm by ToApolytoXaos »

Offline rocon

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 28 March 2015 build (10158) is out.
« Reply #22 on: April 11, 2015, 07:10:33 am »
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