Skip to content

Releases: testmycode/tmc-netbeans

1.4.0

Choose a tag to compare

@Redande Redande released this 09 Jan 13:09
  • 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.3.0

Choose a tag to compare

@Redande Redande released this 13 Dec 15:09

Java 11 support

1.2.5

Choose a tag to compare

@Redande Redande released this 09 May 12:31

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

Choose a tag to compare

@Redande Redande released this 05 Feb 15:02

Show a more detailed progress during course refresh.

1.2.3

Choose a tag to compare

@Redande Redande released this 25 Jan 11:06
  • 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

Choose a tag to compare

@Redande Redande released this 19 Dec 17:05

Change the way links are opened in browser. Now it should open your operating system's default browser.

1.2.1

Choose a tag to compare

@Redande Redande released this 14 Dec 15:23
  • 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

Choose a tag to compare

@nygrenh nygrenh released this 16 Oct 14:00
  • Use boot jdk for maven
  • Reuse http connections
  • Improve login screen
  • Improve organizations screen

1.1.19

Choose a tag to compare

@Redande Redande released this 11 Oct 13:27
  • 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

Choose a tag to compare

@Redande Redande released this 12 Sep 15:31
  • 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.