Releases: testmycode/tmc-netbeans
Releases · testmycode/tmc-netbeans
1.4.0
- Switched from NetBeans 11.1 to NetBeans 11.2
- Add flags
-T=1
and -q
to Maven's global execution options to run it in singlethread, since multithread throws a NullPointerException
1.2.5
Add support for hidden status in submission results from tmc-server
- show a green dot on the project after submit
- dialog after submission tells that results are hidden
1.2.4
Show a more detailed progress during course refresh.
1.2.3
- Don't run whole bgtasks in ui thread anymore, because it slows down NetBeans. Instead, run only bgtaskready, bgtaskfailed and bgtaskcancelled in ui thread if ui thread is needed.
- Some style improvements
1.2.2
Change the way links are opened in browser. Now it should open your operating system's default browser.
1.2.1
- Update TMC-langs through TMC-core
- New langs version will try to find where Java is installed and set JAVA_HOME if it isn't set yet on Windows.
1.2.0
- Use boot jdk for maven
- Reuse http connections
- Improve login screen
- Improve organizations screen
1.1.19
- Improved exercise submitting dialog:
- Indicate the current status of the submission in the progress bar.
- Better understandable status messages.
- Button that opens submission in browser.
1.1.18
- Soft deadline support for exercises:
- Display a different symbol for exercises which have passed their soft deadline but not their hard deadline.
- When hovering an exercise, inform both soft and hard deadline dates if they exist.