News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 17 May 2012 build (7966) is out.

Started by killerbot, May 17, 2012, 05:16:43 PM

Previous topic - Next topic

NilC

#15
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??

MortenMacFly

Quote from: NilC on May 19, 2012, 03:19:15 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

NilC

QuoteProvide a test case so we can reproduce
Just select Build->Rebuild, other build commands. It's freeze not everytime.

QuoteDo 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.

MortenMacFly

Quote from: NilC on May 19, 2012, 04:42:19 PM
QuoteProvide 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

carra

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.

MortenMacFly

Quote from: carra on May 21, 2012, 12:20:24 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

carra

The thread in question was this one: http://forums.next.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

danselmi

Quote from: carra on May 21, 2012, 02:35:28 PM
The thread in question was this one: http://forums.next.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?
spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]

carra

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.

arprog

When do you plan to improve code completion? It would be nice to see something like VisualAssist  ;D


MortenMacFly

Quote from: arprog on May 22, 2012, 07:04:39 AMWhen 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

#26
Quote from: danselmi on May 21, 2012, 02:53:02 PM
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?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

danselmi

Quote from: MortenMacFly on May 22, 2012, 07:11:16 AM
Quote from: danselmi on May 21, 2012, 02:53:02 PM
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 ...).
spell checker plugin: [url="http://developer.berlios.de/projects/spellchecker/"]http://developer.berlios.de/projects/spellchecker/[/url]
nassi shneiderman plugin: [url="http://developer.berlios.de/projects/nassiplugin"]http://developer.berlios.de/projects/nassiplugin[/url]

MortenMacFly

Quote from: danselmi on May 22, 2012, 10:53:38 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]