Tweet
I found myself needing to edit an autoconf file today.
Eclipse is my tool of choice these days for any coding work on *nix machines. Especially with how far the Remote Tools project, PTP and CDT projects have come, it makes it very convenient to have Eclipse running locally and editing remote files.
I started out by looking for shell script editors and found ShellEd. This looks like a good tool to edit shell scripts in Eclipse. Unfortunately, I was not able to install it on my system. The links provided in the installation instructions did not work for me. Eclipse was unable to parse the sites to find the packages to download. And I am not a big fan of download and install locally. So I gave that up.
However, then it occurred to me, I dont need a shell script editor. What I need is a autoconf editor. A quick Google search pointed to an active project called Linux Tools Project. However, note the project is still under incubation. I installed the "Auto tools" component from it right away and was able to successfully edit autoconf scripts.
No comments:
Post a Comment