Joel Anderson

Results 313 comments of Joel Anderson

I retested the TestAlignment form in the [example database](https://moonshine-ide.com/downloads/releases/dev/macos/branches/features/issue_1008_add_addtional_field_properties/TestFieldOptions_1008_4.nsf), and it worked like I expected: ![image](https://user-images.githubusercontent.com/24532731/194671137-92a175e1-a2e6-4029-b52d-2420c9b353d2.png) However, @JesseProminic saw strange behavior with a manual example on the HostMyApple machine (Notes...

I rebuilt the project locally, and I did not get any list bullets: ![image](https://user-images.githubusercontent.com/24532731/194672396-e6698fce-9cbb-404f-b6ec-2d4922920df3.png) For reference, here is the test project. I confirmed that the List settings were all reset...

@JesseProminic couldn't reproduce this behavior in her latest tests either. The other behavior looks good, so I'm going to close this for the 3.3.3 release. If we find more trouble...

To clean up all the Java process like @JustinProminic wants, we'll need to stop the 7.0-rc-1 instance as well. I did some tests with the update logic, and I found...

I also noticed that the language servers hung when Moonshine was updated. This should be resolved with #923.

@joshtynjala made an update for this today: https://github.com/Moonshine-IDE/Moonshine-IDE/commit/3368c6561daf4e3f438c170c3be39708f5b146c3 > This error probably comes from the language server. If JDK 8 is defined in settings, I inform the language server that...

I still occasionally see the "JavaSE-1.8" error when opening Domino Java projects. However: - This triggers very rarely, and I haven't specific conditions to reproduce it - This doesn't stop...

@Igazine, I setup a Bamboo build for this branch. I'm using these Branches: - Moonshine: features/issue_1024_Haxe_AboutScreen - MSDKI: features/haxeconversion If successful, the resulting build will be placed here: https://moonshine-ide.com/downloads/releases/dev/macos/branches/features/issue_1024_Haxe_AboutScreen/ However,...

To give some context, MoonshineWEBevolved was intended to run in a web browser and interact with a remote filesystem through alternative implementations of the `I...Bridge` interfaces. At some point we...

@Igazine, great, I just wanted to make sure we were all on the same page. Yeah, I think we moved away from the Web version once it became clear that...