Author Topic: The 17 May 2012 build (7966) is out.  (Read 87075 times)

Offline NilC

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 17 May 2012 build (7966) is out.
« Reply #15 on: May 19, 2012, 03:19:15 pm »
It's still strange for me, but your program - your architecture.
There are "real" problem:
Code::Blocks freeze not only on "Activate Project" command, also on "Rebuild Workspace", also on "Rebuild" - that is more important.
Platform: Win 7 x64 Home Premium.

I'm trying to fix the problem, any ideas??
« Last Edit: May 19, 2012, 03:54:07 pm by NilC »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #16 on: May 19, 2012, 04:32:24 pm »
I'm trying to fix the problem, any ideas??
Provide a test case so we can reproduce. I am working on the same platform as you do (and Win7 64 Ultimate) without any issues like that.

Do you have a freaking application firewall / application blocker installed?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline NilC

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 17 May 2012 build (7966) is out.
« Reply #17 on: May 19, 2012, 04:42:19 pm »
Quote
Provide a test case so we can reproduce
Just select Build->Rebuild, other build commands. It's freeze not everytime.

Quote
Do you have a freaking application firewall / application blocker installed?
I do think so. Older builds are working fine.

Ok, I'm debugging right now, if there will be any results - I'll post them.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #18 on: May 19, 2012, 04:45:04 pm »
Quote
Provide a test case so we can reproduce
Just select Build->Rebuild, other build commands. It's freeze not everytime.
i am doing this really often - no issues here.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: The 17 May 2012 build (7966) is out.
« Reply #19 on: May 21, 2012, 12:20:24 pm »
The abbreviation list is now alphabetically ordered, nice :)
However, I still can't use command CallMenu and the issues on Editor Tweaks -> Align are still there.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #20 on: May 21, 2012, 02:11:00 pm »
However, I still can't use command CallMenu and the issues on Editor Tweaks -> Align are still there.
Mind pointing to the place where you describe whats wrong? (Bug ID / forum link...)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: The 17 May 2012 build (7966) is out.
« Reply #21 on: May 21, 2012, 02:35:28 pm »
The thread in question was this one: http://forums.codeblocks.org/index.php/topic,11660.0
Basically, the problems with Align were:
- It should appear as a menu option, but it is only accessible through right click menu
- It allows for creation of more custom alignment rules. They work and are correctly stored in config file, but after C::B restarts only 4 of them are loaded

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: The 17 May 2012 build (7966) is out.
« Reply #22 on: May 21, 2012, 02:53:02 pm »
The thread in question was this one: http://forums.codeblocks.org/index.php/topic,11660.0
Basically, the problems with Align were:
- It should appear as a menu option, but it is only accessible through right click menu
- It allows for creation of more custom alignment rules. They work and are correctly stored in config file, but after C::B restarts only 4 of them are loaded

This patch makes the number of stored items configurable. Anyone willing to test?

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: The 17 May 2012 build (7966) is out.
« Reply #23 on: May 21, 2012, 04:43:20 pm »
Wow danselmi, you are quick!
I had a look at your diff and looks like it should do the trick. But I won't be able to try it since I don't compile C::B myself. Sorry there.

Offline arprog

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 17 May 2012 build (7966) is out.
« Reply #24 on: May 22, 2012, 07:04:39 am »
When do you plan to improve code completion? It would be nice to see something like VisualAssist  ;D


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #25 on: May 22, 2012, 07:07:37 am »
When do you plan to improve code completion? It would be nice to see something like VisualAssist  ;D
Provide patches...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #26 on: May 22, 2012, 07:11:16 am »
This patch makes the number of stored items configurable. Anyone willing to test?
After compiling this in C::B crashes when I open the editor settings. :-(
Could it be your were missing to provide the XRC file in the patch?!
« Last Edit: May 22, 2012, 07:13:37 am by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: The 17 May 2012 build (7966) is out.
« Reply #27 on: May 22, 2012, 10:53:38 am »
This patch makes the number of stored items configurable. Anyone willing to test?
After compiling this in C::B crashes when I open the editor settings. :-(
Could it be your were missing to provide the XRC file in the patch?!
You are right, it was not only missing in the patch but also on disk. So I had to recreate it. Hopefully this time nothing is missing in the patch (except the adjusted makefile.am ...).

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #28 on: May 22, 2012, 10:59:46 am »
You are right, it was not only missing in the patch but also on disk. So I had to recreate it. Hopefully this time nothing is missing in the patch (except the adjusted makefile.am ...).
I guess there was another strange thing: The project file was not correctly instrumented to handle the wxSmith resource. Also, the wxSmith resource did not have a panel or alike as parent... how did you manage to achieve this?

I'll try the new one...

Btw: Patches are easier to handle if they are based on trunk root, not a sub-directory... but thats minor...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 17 May 2012 build (7966) is out.
« Reply #29 on: May 22, 2012, 12:04:34 pm »
(except the adjusted makefile.am ...).
...this comes here (attached).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ