Hi Eran,
I've added new macro called $(ProjectWorkingDirectory) expanding current project working directory to the external tools. Please, could you check it and add to the trunk if possible?
Best regards
Michal
Patches for $(ProjectWorkingDirectory) macro
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Patches for $(ProjectWorkingDirectory) macro
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Patches for $(ProjectWorkingDirectory) macro
Which working directory do you mean: the build working directory or the execution working directory?
When using a 'custom build' project the 'working directory' for the *build* is taken from the 'custom build' tab settings, while the working directory for execution is taken from the 'General' tab of the project settings
I think that the name of the macro should reflect this distinction.
Eran
When using a 'custom build' project the 'working directory' for the *build* is taken from the 'custom build' tab settings, while the working directory for execution is taken from the 'General' tab of the project settings
I think that the name of the macro should reflect this distinction.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Patches for $(ProjectWorkingDirectory) macro
I mean execution working directory taken from 'General' tab. I use it in external tools together with gprof and valgrind tools. Thanks to this macro I managed to integrate those validation tools with CL so now they work with any project. Btw, I created simple wrapper in wxPython for Gprof2Dot tool so now I'm able to create nice call graphs from information provided by gprof directly from CL So, what are your proposals for name of the new macro?
Regards
Michal
Regards
Michal
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Patches for $(ProjectWorkingDirectory) macro
Hi Eran,
here are the modified patches we talked about at IRC.
Regards
Michal
here are the modified patches we talked about at IRC.
Regards
Michal
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Patches for $(ProjectWorkingDirectory) macro
I applied a modified version of the patch
Eran
Eran
Make sure you have read the HOW TO POST thread
- aprilmot
- CodeLite Enthusiast
- Posts: 24
- Joined: Sun Jul 04, 2010 1:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Patches for $(ProjectWorkingDirectory) macro
Hello Mr.Michal,
I would like to use the tool you have mentioned below for my CPP learning . Is it possible for you share this wrapper.
Regards
Aprilmot
I would like to use the tool you have mentioned below for my CPP learning . Is it possible for you share this wrapper.
Thank you in Advance.Btw, I created simple wrapper in wxPython for Gprof2Dot tool so now I'm able to create nice call graphs from information provided by gprof directly from CL
Regards
Aprilmot
Long Live the Open Source and Humanity