Skip to content

Releases: Hitonoriol/Methan0l-IDE

v0.3.4

23 Jul 17:05
Compare
Choose a tag to compare
Display interpreter version string in window title

v0.3.3

22 Jul 00:53
Compare
Choose a tag to compare
  • Open drag-n-dropped files for editing
  • Save files in UTF-8 instead of system-default charset
  • Change editor / console font size via keybindings:
    • CTRL + + / -
    • CTRL + NUM + / NUM -
    • CTRL + Scroll up / Scroll down

v0.3.2

16 Jul 03:42
Compare
Choose a tag to compare
  • UTF-8 support
  • Editor file modification detection fixes
  • Background interpreter processes associated with console windows are now always killed properly when closing them or the main window
  • Console input processing fix

v0.3: Editor hotkeys

14 Nov 12:07
Compare
Choose a tag to compare
* Show that file has been modified with `*` in tab title

v0.2

12 Nov 06:14
Compare
Choose a tag to compare
New console window + Set system-default look and feel

v0.1

05 Nov 09:58
Compare
Choose a tag to compare
Close tabs by clicking them w/ middle mouse button

* Re-focus input field when typing in console window
* Start Methan0l in interactive mode (Project -> Interactive mode)
* Refresh stdout in background via SwingWorker subclass when running a program