Joel Anderson
Joel Anderson
TableCell (`` in the intermediate XML) has a nested Div to handle the layout, similar to how we handled TabView. Section doesn't have the nested Div, though, so this will...
I moved the remaining issues to [NSFConverterPortalProject](https://github.com/Moonshine-IDE/NSFConverterPortalProject/issues/20) (private) so that we can close this issue for the release.
I did a test with loading a generated database to a server for #1001. I found a couple problems that we'll need to address for this issue. 1. We should...
Bing made updates to the Moonshine-IDE documentation here: https://github.com/Moonshine-IDE/Moonshine-IDE/blob/86af3b9a00dd79900ba5be7b0cf8505690f53bad/README.md#domino--royale-geberated-code-introduce Reviewing this, I felt that this made more sense in a wiki article. I already had a stub article created for...
We reviewed the documentation during the meeting today. @JustinProminic pointed at that this is one of the main lines we want to emphasize in the wiki article >- Apache Royale...
I planning to create a comment template for the VisualEditorConverterLib surface components, but I ran out of time today. I'd like to test this with asdoc first so that I...
Here is an example comment for VisualEditorConverterLib DominoButton.as that works with asdoc: ``` /** * Representation and converter for Domino Buttons * * Note that the code attribute will generally...
The component AsDoc comments look good from a quick review. I made some minor updates on the VisualEditorConverterLib branch for the ant script (and hidden files), so make sure you...
For detecting conflicts, you can use the command from [this page](https://stackoverflow.com/questions/3065650/whats-the-simplest-way-to-list-conflicted-files-in-git): git diff --name-only --diff-filter=U This will list only the files with unmerged changes. A simple but helpful solution we...
My expectation for "Mark Resolve" (should be "Mark as Resolved") is that this would no longer show up as a conflict in "git status". The command for this is "git...