Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » why before launching external tools, eclipse will make the project again
why before launching external tools, eclipse will make the project again [message #156999] Sat, 29 October 2005 18:34 Go to next message
Eclipse UserFriend
Originally posted by: chianshin.gmail.com

I am uisng astyle to formmat the code, and I config the astyle.exe as the
external tools. It works well. But the problem is that whenever I run the
external tools, before actually call the astyle.exe, eclipse will rebuild
the project again. Because the build process of C++ is sloww(at least
about 20s now), so I have wait about 20s before astyle the source file.

Can some one told me how to get rid of this rebuild process, so share the
other code formatter method in Eclipse with me?
Re: why before launching external tools, eclipse will make the project again [message #157030 is a reply to message #156999] Sun, 30 October 2005 21:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fireonyoursleeve.hotmail.com

I had asked about this before and got no response. If anyone knows, it
would really help iron out one of the last remaining speedbumps in our
process. Thanks!

"Qian Xin" <chianshin@gmail.com> wrote in message
news:dbc98f26c2bd7a5b68e018a305a31312$1@www.eclipse.org...
>I am uisng astyle to formmat the code, and I config the astyle.exe as the
>external tools. It works well. But the problem is that whenever I run the
>external tools, before actually call the astyle.exe, eclipse will rebuild
>the project again. Because the build process of C++ is sloww(at least about
>20s now), so I have wait about 20s before astyle the source file.
> Can some one told me how to get rid of this rebuild process, so share the
> other code formatter method in Eclipse with me?
>
Re: why before launching external tools, eclipse will make the project again [message #157056 is a reply to message #157030] Mon, 31 October 2005 08:26 Go to previous messageGo to next message
Ali Burak Kulakli is currently offline Ali Burak KulakliFriend
Messages: 116
Registered: July 2009
Senior Member
Is there a way to use astyle with simple indent plugin?
I think with a little effort, it can be possible because it takes the
executable location of gnu indent and its parameters. What else do we need?

"Aaron Leiby" <fireonyoursleeve@hotmail.com> wrote in message
news:dk3dei$cke$1@news.eclipse.org...
>I had asked about this before and got no response. If anyone knows, it
>would really help iron out one of the last remaining speedbumps in our
>process. Thanks!
>
> "Qian Xin" <chianshin@gmail.com> wrote in message
> news:dbc98f26c2bd7a5b68e018a305a31312$1@www.eclipse.org...
>>I am uisng astyle to formmat the code, and I config the astyle.exe as the
>>external tools. It works well. But the problem is that whenever I run the
>>external tools, before actually call the astyle.exe, eclipse will rebuild
>>the project again. Because the build process of C++ is sloww(at least
>>about 20s now), so I have wait about 20s before astyle the source file.
>> Can some one told me how to get rid of this rebuild process, so share the
>> other code formatter method in Eclipse with me?
>>
>
>
Re: why before launching external tools, eclipse will make the project again [message #157064 is a reply to message #157030] Mon, 31 October 2005 12:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: znib.gmx.net

It seems to help if you go to Window\Preferences...\Run/Debug\Launching
and disable "Build (if required) before launching".
Re: why before launching external tools, eclipse will make the project again [message #157153 is a reply to message #157030] Mon, 31 October 2005 19:46 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

Window->Preferences->Run/Debug->Launching

Uncheck "Build before launching"





Aaron Leiby wrote:
> I had asked about this before and got no response. If anyone knows, it
> would really help iron out one of the last remaining speedbumps in our
> process. Thanks!
>
> "Qian Xin" <chianshin@gmail.com> wrote in message
> news:dbc98f26c2bd7a5b68e018a305a31312$1@www.eclipse.org...
>
>>I am uisng astyle to formmat the code, and I config the astyle.exe as the
>>external tools. It works well. But the problem is that whenever I run the
>>external tools, before actually call the astyle.exe, eclipse will rebuild
>>the project again. Because the build process of C++ is sloww(at least about
>>20s now), so I have wait about 20s before astyle the source file.
>>Can some one told me how to get rid of this rebuild process, so share the
>>other code formatter method in Eclipse with me?
>>
>
>
>
Previous Topic:Managed C project with several main() functions
Next Topic:how to manage different includes
Goto Forum:
  


Current Time: Mon Jul 22 00:27:24 GMT 2024

Powered by FUDForum. Page generated in 0.04628 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top