Joel Anderson
Joel Anderson
@JustinProminic noticed that Groovy 4.0.0 is in alpha currently, and he wanted to ask about upgrading the language server. What is the current supported version of Groovy for groovy-language-server? I...
In order for the agents generated by #1072 to work, we need a view for each form that shows only the documents for that form. For forms created in Domino...
We also need support for renaming subforms. This will need to: - rename the .subform file - rename the corresponding .xml file. Note the recent work in #1067 - update...
We previously added in-memory CRUD operations for the generated Domino Visual Editor Royale applications (#1040). Now that we have the generated agents working with Royale for Form Builder (#978), I...
We would like to generate Java agents for Domino Visual Editor, similar to what we did for Form Builder in #978. The agent template was designed to work with the...
I did a test with Git on Windows, using the installation from Moonshine SDK Installer (See #449). I used Vagrant to create fresh Windows VM for this test. Unfortunately, I...
I have added a new script to deploy Royale applications to the `DominoVagrant/demo` Vagrant instance. This will be used to clear the CORS errors without the need to start a...
We are working on setting up a [Domino server on a Vagrant instance](https://github.com/DominoVagrant/demo) so that we can test the converted database in a safe sandbox environment. The deployment will be...
We would like to add support for Subforms in the Form editor, so that blocks of form mockups can be shared between multiple forms. UPDATE: Branch: features/issue_1015_subform_support Bamboo Builds: https://static.moonshine-ide.com/downloads/releases/dev/macos/branches/features/issue_1015_subform_support...
We have been adding collapsible sections for the new properties added in #1008.  However, with the current implementation: - It is hard to distinguish these collapsible sections from normal...