TuononenP / llvm4eclipsecdt

LLVM toolchain support for Eclipse CDT. Now deprecated since it is build-in to Eclipse CDT via installation option. LLVM is a modular toolchain architecture that is used more and more in all kinds of computing platforms for it's certain benefits.
8 stars 0 forks source link

Refresh needed on Windows to display exe file after build. #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After building debug or release configuration the exe file is not displayed on 
the workspace and refresh is needed so that it will come visible ajd Eclipse 
can run the application.

Original issue reported on code.google.com by petri.tuononen@gmail.com on 21 Feb 2011 at 2:50

GoogleCodeExporter commented 9 years ago
Only happens with Clang compiler. Not with llvm-gcc.

Original comment by petri.tuononen@gmail.com on 23 Feb 2011 at 2:06

GoogleCodeExporter commented 9 years ago
IResource.refreshLocal(int depth, IProgressMonitor monitor) call will refresh a 
project. 

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 8:14

GoogleCodeExporter commented 9 years ago
example 
myProject.refreshLocal(IResource.DEPTH_INFINITE, null)

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 8:16

GoogleCodeExporter commented 9 years ago
There is also an option to refresh workspace automatically (set to false as 
default). Windows -> Preferences -> General -> Workspace -> Refresh 
automatically. This is not a practical option in this case as it will affect 
all projects in the workspace not just LLVM projects which causes a small 
performance hit.

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 8:32

GoogleCodeExporter commented 9 years ago
Fixed. Now projects are refreshed after build.

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 10:30

GoogleCodeExporter commented 9 years ago
Not working in current revision.

Original comment by petri.tuononen@gmail.com on 2 May 2011 at 3:30

GoogleCodeExporter commented 9 years ago
Now it seems to work again.

Original comment by petri.tuononen@gmail.com on 4 May 2011 at 5:43