views:

681

answers:

6

Are there any other IDEs worth my time for Lotus Notes development? We're doing mostly LotusScript development and would kill for features of Eclipse or Visual Studio, like "Show Declaration". I know there's an Eclipse plugin for Java development in Notes, but seems like it only does Java, and we have too many pieces of legacy code in LotusScript to abandon it.

A: 

Teamstudio sell a number of tools to assist your Lotus Notes development, and it looks like they can do some of the things you want, but it doesn't look like they can be assembled into an IDE.

http://www.teamstudio.com/products/product-index.html

(Disclosure: I worked for a sister company of Team Studio a number of years back, but never had much to do with their products)

Paul
+1  A: 

The closest thing you're going to find is the Teamstudio LotusScript Browser.

It's not very good, but it is free and that almost makes up for it.

Features:

  1. No support for keyboard shortcuts.
  2. Not completely integrated into the designer so is a bit sluggish.
  3. Only works in script libraries
  4. It does have Find Definition and References functionality which are almost useful.

There is also a rumored LotusScript plug-in for eclipse.

david dickey
Actually I disagree, the ScriptBrowser (v3) is an indispensable tool for working with large and complex script libraries.. and, no i don't work for teamstudio nor get any kickbacks...
giulio
A: 
jussij
+1  A: 

Lotus Notes has moved to the Eclipse platform in version 8. You can run the client in 2 different modes, basic mode which is the version we all know or on the Eclipse platform (know as the standard). The IDE is also moving to eclipse, version 8.5 beta 2 is currently available with the new Eclipse based IDE. Bear in mind that it's a Beta version and it's not feature complete.

Vitor Pereira
+2  A: 

As of version 8.5 Domino Designer is run as an Eclipse application. 8.5.1 will bring a whole ton of improvements including Eclipse based LotusScript and Java editing as well as improvements to performance, stability and XPages.

Matt

Matt White
+3  A: 

Time is on our side.

The Domino Designer based on Eclipse is now a free download from http://www.ibm.com/developerworks/downloads/ls/dominodesigner/learn.html

It has brilliant Java and LotusScript editors with all the nice Eclipse features like refactoring and typeahead of custom classes.

Every Domino addict should look at this. Admins too, as the above download includes the admin client.

Lars Berntrop-Bos