Re: IDL Workbench - Multiple files opened after compiling [message #62625] |
Tue, 30 September 2008 06:30  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Leonardo R. Sbaraini writes:
> Hi David, we must thank you for all 2130 messages that you answered in
> a speed way...:)
Last month, you mean. ;-)
> Well, I testing the new IDL 7.0 environment and I got trouble when
> building my entire workspace because this workspace is related to an
> old CVS and have a lot of files to NOT to be compiled. Is not a good
> idea to select individual files to build because is a list of 100+
> files and it change for each project inside workspace (And I have to
> report a bug, it not works here, it didnt compiled my choosen files).
> So, I made a run batch file like it:
>
>
> ; Files needed to compilation
> .compile "/home/workspace/.../myfile1.pro"
> .compile "/home/workspace/.../myfile2.pro"
>
> ; Running
> myfile1
>
> I call from console (@run) to compile all files needed, and idl opens
> an window for each file compiled...I couldnt found an option in
> preferences to disable it.
>
> If I can't use the new IDE, I will have to back to MS windows :( to
> the idl 6.2.
Well, I'm not as appalled by this suggestion as I used to be. :-)
But, maybe there is still a way around this. First, in the
Workbench, it is very easy to right click a file and choose
to exclude this from compilation during the build.
The other way you could compile a program, but not make it
pop up in the editor is to compile it with RESOLVE_ROUTINE.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|
Re: IDL Workbench - Multiple files opened after compiling [message #62756 is a reply to message #62625] |
Wed, 01 October 2008 04:27  |
Leonardo R. Sbaraini
Messages: 26 Registered: October 2007
|
Junior Member |
|
|
Hi David,
I updated the workbench and a new option for build specific files
appeared in the menu. But, too hard to select all files needed. I
can't delete a file, because I'm using CVS team. We are trying to
migrate to linux here using this new IDE, the old workspace was not a
IDL project, was a Eclipse project to use under windows. I didn't
liked the idea to compile all workframe to run a simple program to
test, because sometimes I need to reset envi section. Well after
changing a lot of options without care my workbench didn't want
anymore to compile what I want and I gave up, I copied from a team
mate the installation and now I'm back to start, compiling all project
files.
My poor practic solution is use the old batch file to compile what I
want, each our project have a file like that.
Still testing, thanks for your time.
|
|
|