News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Ambigous personalities

Started by cb@germany, April 25, 2016, 08:40:02 PM

Previous topic - Next topic

cb@germany

Hello!

I want to run codeblocks with different compilers, for testing.

To avoid rearranging settings each time, I added some personalities.
Unfortunately I found, that the personalties seem to use the same
settings. I had a look into the search pathes of the source file. They
where exactly the same in all personalities. How is this??

Actually I thought, the settings for each personlity would be completly
"stand alone".


oBFusCATed

How are you using the personality? codeblocks -p mypersonality?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cb@germany

I would use the ask option and then choose an identity.


oBFusCATed

Have you checked if a personality file is created and if the proper setting are in it?
Have you done a diff between the original config and the personality one?

Also in newer cb's there is the more drastic option:

--user-data-dir=<str>          set a custom location for user settings and plugins

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cb@germany

Today it seemed to work. It still seems, as if the settings of the project have an not
exactly defined influence on the outcome. I still have a look at this.


dmoore

I wouldn't expect project settings to be personality specific, only global settings. Is that what's throwing you?
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]