Skip to content

Fixes#219

Merged
Col-E merged 7 commits into
Col-E:masterfrom
xxDark:fixes
Jun 10, 2020
Merged

Fixes#219
Col-E merged 7 commits into
Col-E:masterfrom
xxDark:fixes

Conversation

@xxDark

@xxDark xxDark commented Jun 10, 2020

Copy link
Copy Markdown
Collaborator

What's fixed

Shutdown hooks does not run. (Causing first time launch stage show up repeatedly)
Wrong file extension suggestions.
Disable saving without loaded workspace

And for some reason, e.g. my installation of IDEA does not pickup source and target,so I also added a few changes to pom.xml

Comment thread pom.xml
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>

This comment was marked as resolved.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not matter actually.


@Override
public void stop() throws Exception {
controller.exit();

@Col-E Col-E Jun 10, 2020

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I set a breakpoint here, it never gets triggered.
The shutdown hooks get called correctly though, which is good.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason ToolKit thinks that exit is called on non-jfx thread, gonna see why.

@Col-E

Col-E commented Jun 10, 2020

Copy link
Copy Markdown
Owner

Gonna merge real quick since some of these are kinda important, like the filter being wrong.
I've reworded some of the commits so the build system detects the changes properly.

@Col-E Col-E merged commit 6e3fe19 into Col-E:master Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants