User forums > Using Code::Blocks
How can I modify the name color of project template?
Alpha:
Sorry, I do not exactly understand what you are trying to say :?.
There is an alternate method of make Code::Blocks portable (Windows/Wine only). PortableApps.com has an almost completed Code::Blocks setup.
If you would like to try it, the changes I made are:
* replacing the contents of CodeBlocksPortable\App\AppInfo\Launcher\CodeBlocksPortable.ini with
--- Code: ---[Launch]
ProgramExecutable=CodeBlocks\codeblocks.exe
CommandLineArguments=--no-check-associations --no-dde --no-splash-screen --personality=%CBP_PERSONALITY%
[Environment]
APPDATA=%PAL:DataDir%
PATH=%PAL:AppDir%\CodeBlocks%PATH_COMPILERS%;%PATH%
[FileWrite1]
File=%PAL:DataDir%\codeblocks\*.conf
Type=Replace
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\
--- End code ---
* replacing the files in CodeBlocksPortable\App\CodeBlocks with an SVN build of Code::Blocks
Navigation
[0] Message Index
[*] Previous page
Go to full version