User forums > Using Code::Blocks
Tool macros
thomas:
--- Quote ---Ah yes of course, I had blindly panned over the other ACTIVE_EDITOR_ names that are not listed under "Edit Tool". Thanks, but they don't seem to actually work
--- End quote ---
No you haven't, they were not there before.
I added them about 3 hours ago:
--- Quote from: thomas on May 12, 2006, 02:44:40 pm ---please check out / update to the latest svn version
--- End quote ---
About the Project filename, usually it looks like this:
SomeFolder
|
+- blah.cbp
+- foo.c
+- bar.h
But it is also possible to arrange it differently (some people prefer that):
SomeFolder
|
+- project
| +-blah.cbp
+- sources
| +-foo.c
+- headers
+-bar.h
Thinking about this, I forgot that you have the common toplevel path available as a variable (which is identical with the project's path if the project is in the toplevel directory). Since you are probably not interested in the project file's location anyway, but the common toplevel directory, that should solve your problem.
In the above example, the common toplevel path would be /path/to/SomeFolder.
orefa:
--- Quote ---No you haven't, they were not there before.
I added them about 3 hours ago:
--- End quote ---
Ah, I feel less dopey by at least some measureable quantity.
--- Quote ---please check out / update to the latest svn version
--- End quote ---
I haven't tried compiling the source myself yet but I'll try them out at the next nightly build. Thank you for adding the variables! :)
--- Quote ---that should solve your problem.
--- End quote ---
Yes it should. I was also hoping to address unforeseeable future needs for everyone.
Thanks again, great work is taking place all the time on this project. I'm sure you already knew that, but it doesn't hurt to repeat it.
lfm:
C::B's tool setting is not very handy(to use). in this respect, C::B can reference "EditPlus": http://www.editplus.com
Navigation
[0] Message Index
[*] Previous page
Go to full version