Author Topic: Import Project/Workspace from Eclipse  (Read 5286 times)

Offline TimAnderson

  • Single posting newcomer
  • *
  • Posts: 6
Import Project/Workspace from Eclipse
« on: January 09, 2014, 07:51:27 pm »
I've finally had it with Eclipse and am giving Code::Blocks a shot to see if it will work any better for me.

I have an Eclipse workspace that include multiple projects that are libraries and a main project that is the executable for the workspace.

Is there an easy way to import this workspace or the projects from Eclipse?

I created a Project and deleted the main.cpp and used the Add Files... button to put my main.cpp in from Eclipse.  Unfortunately, the path to my main is several directories deep relative to where my Code::Blocks project is, which results in a lot of directories to traverse down to get to it in the Projects view.

I would also like to create separate Code::Blocks Projects that match up to my Eclipse Projects (and their source files).  I haven't figured out how to create multiple projects within a single Code::Blocks workspace.  Is this even possible?

Any help would be greatly appreciated.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Import Project/Workspace from Eclipse
« Reply #1 on: January 09, 2014, 08:08:43 pm »
Indeed, there was a project that allowed to import Eclipse projects. I don't recall the name, please search the forums and check the plugin section in the C::B WiKi... the information is somewhere out there... :)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ