Simple user interface with syntax highlighting. |
Overview:
TeXlipse is a Java-based plugin that adds LaTex text editing support to the Eclipse Java IDE.
Key features include:
- Syntax highlighting
- Command completion
- BibTex support
- Automatic building
- Spell checking
Prime Directive #1: The system successfully accomplishes a useful task?
As a first time LaTex user, it was nice using it in an IDE that I am already familiar with. The most important feature to me was the Syntax highlighting and automatic building. The addon performs the these tasks wonderfully, but that was after going through the hassle of setting it up...
Prime Directive #2: An external user can successfully install and use the system.
Part 1 - Installation
Installing the plugin was fairly straightforward as it can all be done through Eclipse's interface.
Part 2 - Configuration
The guide was not as helpful as I would have liked it to have been, especially since it's written from a Windows perspective (interface is a little different). Although after manually setting up your Builder and Viewer settings you have control over everything. It's up to your discretion whether you want to view the PDF file in Preview or Acrobat Pro!
Prime Directive #3: An external developer can successfully understand and enhance the system.
The file from SourceForge will give you all the of the Java files a developer would need to start developing for TeXclipse. All of the code is well documented, though the library is so expansive it would take a new developer some time to understand how everything works.