When I first started with TeX I used the TextMate with TeXShop and it was a real good thing. Now as I am looking forward to make more use of LaTeX and BibTex I wanted to have an editor that supports auto-completion. As a eclipse user for creating Java Applications, WebApps and Plugins for eclipse I was electricized after I read about TeXlipse, so I had to give it a try.
(weiterlesen…)

Tagged with:  

As I said in my last post about the eclipse Tree Widget for Path Mapping I have built a snippet base on the snippet for building a tree with basic check functionality. You can have a look at the snippet and the screenshot. The snippet compiles and runs, even though there are Java errors in it! I have added a method called buildUpProjectStructureTree which would build up the project structure in the tree. In the snippet I only use a dummy tree to show the functionality of the tree editor within a single column to map a path. :-)

Screenshot of the running PathMappingSnippet

Screenshot of the running PathMappingSnippet

(weiterlesen…)

Tagged with:  

eclipse Tree Widget for Path Mapping

For the first time I used the eclipse tree widget, today. I wanted to create an easy possibilty to manage a path mapping configuration. The configuration should map workspace paths to individual paths on the server. This dialog will be integrated in a plugin I wrote some days ago, which deploys workspace files to a WebDAV resource (such as our content management system provides :-) ).

The mapping should make it possible to have the local project build with maven by using mavens directory structure, where the place the files are deployed to belong to the structure of the cms system. So local paths like “/target/classes” should be deployed to “/apps/bechte/classes”. (weiterlesen…)

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

© 2009-2010 Stefan Bechtold