compiling selected files.

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Narendra

compiling selected files.

Post by Narendra »

I am trying to select multiple files from the document selector and compile it using a tool. What should be the macro for all the selected files ?. $File gives only one file..
narendra
Xenos

Re: compiling selected files.

Post by Xenos »

Why do that much work? Create your makefile so that it builds by dependencies, then it can choose which files in your project need to be rebuilt and will automatically compile those.
Narendra

Re: compiling selected files.

Post by Narendra »

Hi Xenos, this is just a workaround. I would like to see a variable like $file, may be $filelist in the next version of textpad. I wonder how text pad handles closing of multiple files !!
thanks,
narendra
Post Reply