Extending Domino Designer 9.0.1 in Eclipse - which plugins are required? - lotus-domino

I'm working on an open source project to make a plugin for Domino Designer 9.0.1.
Does anyone know the required com.ibm.? plugins necessary ? In 8.5.2 the plugins were
com.ibm.designer.domino.ui.commons
com.ibm.designer.domino.ide.resources
But I can't find their equivalent for 9.0.1

There the same. I was not setting up correctly. Thanks to Ralf Petter.

Related

Where to find Quarkus run configuration in Intellij IDEA?

Some time ago I used to run Quarkus projects in Linux as any other proyect, this means by clicking "Edit Configurations" and selecting "Quarkus (Maven)" as you can see in this picture:
But now I´m using Windows and those menus have disapeared:
As an alternative currently I´m running my Quarkus projects from Maven tab, which isn´t a fashion way:
So at the begining I thought this was due to a bug in Quarkus Tools plugin that I created a new issue, however that plugin does not offer such feature. Could anybody give a hand on how to run Quarkus projects as any other project? Thanks in advance.
Run configurations are offered by this plugin: https://plugins.jetbrains.com/plugin/14242-quarkus-integration
Looks like it is discontinued though, marked as "deprecated" and it's not showing in the Plugin marketplace (within IntelliJ) for me, so I had to install it via the website.
AFAIK there are plans for the official JetBrains bundled plugin to support it (https://youtrack.jetbrains.com/issue/IDEA-228507), but it's not done yet.

eclipse scala plugin, scala project type missing

After installing the scala eclipse plugin on helios the scala project type is missing, there is no scala options in the preferences and no other indication that installation has worked. Then when I check 'what is already installed' in the install new software window I can see that the plugin is there....
I can replicate the same problem across several machines in the office however I'm able to install on my own machine at home without a problem....
anyone got any ideas/tips on how to troubleshoot this ??
thanks in advance
Looks like not everything was installed properly.
Before figuring out what is going on, try answering these questions:
In preferences, look for JDT Weaving. Is it enabled?
Any errors in your error log?
What version Eclipse are you running?
For your office machines is Eclipse installed in a read-only directory or C:\Program Files?

Openlaszlo in Eclipse

Can anybody tell me how to add the openlaszlo plugin to the eclipse or any IDE for openlaszlo ?
Thank you!
IDE4Laszlo - http://wiki.openlaszlo.org/IDE4Laszlo - an Eclipse-based development environment for creating, editing, debugging, and testing applications based on the LZX declarative mark-up language.
Also check https://stackoverflow.com/a/11676129/363075 for details of other development tools for OpenLaszlo.
I would use the Spket IDE plugin. It has some support for Laszlo, and I've used it in projects. The old IBM IDE project has been discontinued back in 2006. The Eclipse Update Site for Spket is http://www.agpad.com/update.
If you would rather use an XML Schema file with Eclipse, there is an Ant build script capable of generating a custom XSD file for your application. See the OpenLaszlo Schema Generator site for more info.

Eclipse new plugin Project: Not choosable

just an easy quesition but I can't find any answer in this wonderful world wide web...
I just want to create a new Plugin Project based on Eclipse Helios. Normally this feature should be shipped with this version (Version: Helios Service Release 2 Build id: 20110301-1815) but I can't choose it via "file->new->Project". Do I have sth. to install previously?
Thanks a lot for any help guys ... :)
It is also possible to do plugin development with any eclipse classic version. (I am working with 4.2)
For plugin development in eclipse classic version you need to go
Help-->Install New Software--> In work with select version url provided by eclipse it self. e.g. in case of 4.2 Juno it will be Juno - http://download.eclipse.org/releases/juno
It will render all the possible plugin provided by eclipse it self.
In that list there will a Eclipse plugin development environment in General purpose tools.
Or you can get that one by writing plug in filter text box.
Select Eclipse plugin development environment and install it.
Now you can able to do plugin development in classic version also.
Hope this will be helpful.
Install Eclipse for RCP and RAP developers.
If you already installed Eclipse you can add on the Plug-in Environment from within Eclipse
https://www.eclipse.org/forums/index.php/t/273044/
The Plugin Perspective is not installed.
To get it: Help->Install New Software
Work With: --All Available Sites--
In the Filter Box, type "Plug-in"
Look for something that says "General Purpose Tools" and expand it.
Look for "Eclipse Plug-in Development Environment"
Click Next a few times and install it, then restart.
Exact verbiage may depend on your Eclipse version.

IDE Plugin to handle Qooxdoo syntax

does anyone know about an IDE or eventually a (preferrably Aptana) IDE plug-in which adds support for Qooxdoo framework?
Thanks.
Spket IDE has autocompletion support for qooxdoo:
http://spket.com/qooxdoo.html
Edit: Spket actually works fine with newer qooxdoo versions, just create a profile using a qooxdoo 1.3 SDK folder as shown in the linked page.