I was searching for a good IDE for C/C++ (actually mainly C) with subversion plugin and I find out CodeLite just this morning!
I really like it, but I can't understand how to get my svn project in the workspace.
I'm running CodeLite 2.9 on Ubuntu Linux 10.10 (with subversion installed obviously).
here is what I tried:
I checkout my project in a folder called 'unical-gl-shooter' in my home
Now I can see the project with all its files in the Explorer tab, and the svn menu by right clicking, but in the workspace view I can't see any file.
So I create a workspace (named 'codelite') in the 'unical-gl-shooter' folder and a project (custom makefile) named 'unicalglshooter' in there, but still no files are shown in the workspace view.
So I try the 'Import Files from Directory' and the result is the creation of a 'virtual folder' named 'unical-gl-shooter' (under the project directory, in workspace view) with all the project files in; the problem is that if I modify one of this (virtual?) file and then make and run, there is no change!
This is the workspace view:
Code: Select all
codelite
unicalglshooter
unical-gl-shooter
main.c
texture.h
texture.c
....
etc