User forums > Using Code::Blocks

" Syntax highlighting support moved to files"

<< < (2/2)

darklordsatan:

--- Quote from: mandrav on July 26, 2005, 06:56:51 pm ---Configuration importing is not implemented yet. Sorry.

--- End quote ---

Hows the configuration implemented in Linux? IIRC its based on XML files, right? If so, why dont use that in Windows as well, so that easily a plugin for importing/exporting could be done. And thus, you could have several C::B versions without the problem of them all writing to the same keys in the registry

rickg22:
The problem is that we use wxConfig classes to store the configuration, so that means that the file configuration details are implemented in low-level.

darklordsatan:

--- Quote from: rickg22 on July 26, 2005, 11:06:23 pm ---The problem is that we use wxConfig classes to store the configuration, so that means that the file configuration details are implemented in low-level.

--- End quote ---
Ohh... Thats what I wanted to know. Too bad. I dont really like storing stuff in the registry, but if theres no alternative...

troels:

--- Quote from: darklordsatan on July 26, 2005, 11:10:59 pm ---I dont really like storing stuff in the registry, but if theres no alternative...

--- End quote ---

As far as I know wxFileConfig is strictly ANSI, non-Unicode, while the Registry (wxRegConfig, the wxConfig default) is Unicode. The Registry is more likely to make all people happy, including the far east people who I think needs Unicode for paths etc.

/Troels

Navigation

[0] Message Index

[*] Previous page

Go to full version