Abbreviation plugin question
Posted: Thu May 15, 2014 9:38 am
in codeblocks, there are buildin variables, see http://wiki.codeblocks.org/index.php?ti ... _expansion
so in the abbreviation plugin, I define 'guard' like this:
#ifndef $ACTIVE_EDITOR_STEM)_H_
#define $ACTIVE_EDITOR_STEM)_H_
|
#endif // $ACTIVE_EDITOR_STEM)_H_
where the "ACTIVE_EDITOR_STEM" is current file name without extension.
and also, there is a '$NOW' variable, which equal current date time string.
in codelite, can I do so?
so in the abbreviation plugin, I define 'guard' like this:
#ifndef $ACTIVE_EDITOR_STEM)_H_
#define $ACTIVE_EDITOR_STEM)_H_
|
#endif // $ACTIVE_EDITOR_STEM)_H_
where the "ACTIVE_EDITOR_STEM" is current file name without extension.
and also, there is a '$NOW' variable, which equal current date time string.
in codelite, can I do so?