Tagged Questions
4
votes
1answer
1k views
How do I enable undo in eclipse ant editor?
Undo is not working for me in ant editor in eclipse.
When I press Ctrl-Z nothing happens.
Is it possible to enable undo somehow or is this a bug?
I am using Eclipse 3.4.2 (Ganymede) on Windows XP ...
1
vote
3answers
2k views
Legacy C++ project using Makefile ..moving to Eclipse IDE?
I have a legacy C++ project on Linux which uses the typical:
./configure
make
make install
to build and install. I would really like to build it instead with an IDE like Eclipse.
Is this doable? ...