Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to check if the project is completely created or imported?
How to check if the project is completely created or imported? [message #1092188] Thu, 22 August 2013 12:38
Ashish Rawat is currently offline Ashish RawatFriend
Messages: 14
Registered: June 2012
Junior Member
I want to run some process in my projects only when either they are completely created or the import process is completely done.

I am unable to find the APIs where i can check if the project import or creation is completed or not. I have tried using
ICProjectDescription.isCdtProjectCreating()
but this also didn't solve my purpose.

Is there any other way with which I can know if the project creation is still in progress or not?

Also when import is going on, can we check if the project being created in workspace is being imported or newly created?
Previous Topic:Wrench (push-pin icon) is not being displayed on a file in Project Explorer
Next Topic:Eclipse CDT-showing error
Goto Forum:
  


Current Time: Fri Apr 19 06:56:07 GMT 2024

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

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

Back to the top