Skip to content

Releases: PocketMiner82/pseudocode-ide

1.2.2.1

18 Mar 18:21
Compare
Choose a tag to compare

1.2.2.0

18 Mar 17:56
Compare
Choose a tag to compare

1.2.1.1

12 Feb 17:46
Compare
Choose a tag to compare
  • Add button to copy c# code to clipboard

1.2.1.0

12 Feb 17:01
Compare
Choose a tag to compare
  • add 0b and 0x numbers
  • fix do while loops
  • fix ctrl+s sometimes adding text to textbox
  • better error handling for numbers

1.2.0.1

03 Dec 18:28
Compare
Choose a tag to compare
  • improved character autocompletion
  • added syntax highlighting for escape ('\') character
  • made keywords bold
  • fixed some syntax highlighting issues

1.2.0.0

02 Dec 15:50
Compare
Choose a tag to compare
  • use Scintilla NET for code textbox
    • add line numbers
    • add syntax highlighting
    • add automatic braces and quotation marks closing
    • highlight current line
  • translate find/replace and output forms to german

1.1.0.1

28 Nov 11:02
Compare
Choose a tag to compare
  • fix updating not possible

1.1.0.0

28 Nov 10:30
Compare
Choose a tag to compare
  • separated updater from main application
  • made updater always be executed on the local drive (in %temp%\pseudocode-ide\updater) to try to fix auto update not working on SMB1 network shares

1.0.1.3

22 Nov 17:09
Compare
Choose a tag to compare
  • allow var type in for loop
  • add disable new line on schreibe

1.0.1.2

20 Nov 14:29
Compare
Choose a tag to compare
  • fix autoupdate no update available dialog shown sometimes at startup