Project Management in Emacs

  • Follow


Hello all,

I'm now trying to get away from jEdit (which I love) for faster editing
and also
for a better more customize envirment

I need a project manager, some script that allow me to define a project

and show me all the files in that project
like project manager in jEdit and project in Vim
and I need it to be general .. for java,c, php, and anything else

I found two:
1.JDE - only for java, and this whole package is really slow
2.EDE - it seems it works only for C/C++ apps

is there a solution for this ?

thanx

0
Reply eli.segal (2) 12/7/2005 3:33:53 PM

>>> eli.segal@gmail.com seems to think that:
>Hello all,
>
>I'm now trying to get away from jEdit (which I love) for faster editing
>and also
>for a better more customize envirment
>
>I need a project manager, some script that allow me to define a project
>
>and show me all the files in that project
>like project manager in jEdit and project in Vim
>and I need it to be general .. for java,c, php, and anything else
>
>I found two:
>1.JDE - only for java, and this whole package is really slow
>2.EDE - it seems it works only for C/C++ apps

Hi,

  The EDE structures are set up to make it easy to extend.  If you
just want to display a project structure, you can use EDE misc or aux
targets.  You can also define your own pretty easily if you skip the
step of makefile generation and such.  See the file ede-proj-skel.el
for an example.  You will find that you can support a new language
without knowing any Emacs Lisp by filling in the blanks, or commenting
out bits you don't need.  Making the project do cool stuff (like use a
compile keybinding) does require some Emacs Lisp knowledge.

Good Luck
Eric

-- 
Eric Ludlam                    The MathWorks x 7556  eludlam@mathworks.com
http://www.siege-engine.com                       http://www.mathworks.com
0
Reply Eric 12/12/2005 1:29:27 PM


All I need from a project managment is to do :

1. list all the files in speedbar, filtering all the files and
directories I don't need to see (.svn, *.class ... etc)
2. save all my open project's files when I close a project and reopen
them when I open the project again
3. also close all the project's files when I leave the project
4. the possibily to do somethingw when I enter a file in the project
and when I leave it 


is that possible ? is it hard ?
thanx

0
Reply eli 12/29/2005 1:23:19 PM

2 Replies
259 Views

(page loaded in 0.064 seconds)

Similiar Articles:









7/28/2012 11:50:42 AM


Reply: