UNIX Project

Projects, workspaces, solutions, file management and CVS/SVN issues

UNIX Project

Postby dcrouton » Fri Feb 08, 2008 3:59 pm

I am in the process of trying to find a good ide for my work build environment. Currently with have a solaris C++ project that only uses the sunstudio complier and is only for solaris. We use makefiles to build on binaries and libraries. I know it is a bit old but it is an older mature product, and the company seems to live bye, "if it can't broke dont fix it."

What is missing is a good complete ide. I was very use to Visuall C++ dev enviroment which I thought was great. Could see all the classes, dependencies, variables, and so on. UEStudio seems to do that too but I need to find out how to do it on a unix box.

Can some one give me help how to get the project/solutions set up so that I can use the ide on windows but have all the files reside on my unix server.

Ideally I would like the intellitips to be able to recognize classes, variables, and data. This would greatly help me increase my productivity. I do not know if it is possible.

Thanks for your help
User avatar
dcrouton
Newbie
 
Posts: 1
Joined: Fri Feb 08, 2008 12:00 am

Re: UNIX Project

Postby toddm » Fri Feb 08, 2008 9:50 pm

I don't use UEStudio so I can't tell you how to setup intellitips, etc. but to work with Unix files all you need to do is load the files directly via a samba share or map the drive.
User avatar
toddm
Advanced User
Advanced User
 
Posts: 83
Joined: Wed Jul 28, 2004 11:00 pm

Re: UNIX Project

Postby roland » Sat Feb 09, 2008 12:37 am

I would love to see something like this done. I've looked into it, but I imagine it would be possible to create a bunch of scripts which uestudio can run (treating them like compilers and other tools). These scripts would execute commands via ssh to the unix/linux machine and do any other special translation necessary for uestudio.
User avatar
roland
Basic User
Basic User
 
Posts: 30
Joined: Sun Aug 15, 2004 11:00 pm


Return to Workspace Management