Can you tell me where i can download that plugin ?
What version of C::B do you have? It's part of 08/02 and the nightlies. Just make sure (if you are using the installer) that you select this plugin to be installed. It is part of the contrib plugins. Alternatively you can also set the environment variable outside C::B and then run C::B in that environment.
Under Linux e.g.:
export author=SKiD
codeblocks
Under Windows e.g.:
set author=SKiD
codeblocks.exe
Okay thanks i found it!
I hava reinstalled the program and found it in the environment settings!
Thank you very much for your help to solve the problem ;)
Greetings,
SkiD.
//EDIT
Okay, iam cheered to soon.
I have insert variables with my name like that
If i want to insert that tag in my source file, the variable always show $author and not SKID.
For example:
Default code for source file:
// $author
New source file:
// $author
I look for the right profile in my project, but it shows always default.
My variables are created in the default profile, too.