-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Undo caused crash when inserting newline at the end of text #32
base: master
Are you sure you want to change the base?
Commits on Jun 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0061860 - Browse repository at this point
Copy the full SHA 0061860View commit details -
Text input cursor only visible when hovering over the text. Text only…
… reacting to clicks when pointing at the text. Now auto scrolling up and down when dragging cursor outside the text area.
Configuration menu - View commit details
-
Copy full SHA for 5f2bf49 - Browse repository at this point
Copy the full SHA 5f2bf49View commit details -
Added a save index, used in combination with the undo buffer, to mark…
… the text as dirty. Useful for being able to save to file.
Configuration menu - View commit details
-
Copy full SHA for bec5eff - Browse repository at this point
Copy the full SHA bec5effView commit details
Commits on Jun 15, 2018
-
Added a breakpoint bar, with actual breakpoints, instead of just line…
… highlight Added the abillity to toggle breakpoints. Added a breakpoints changed callback.
Configuration menu - View commit details
-
Copy full SHA for 337ea5d - Browse repository at this point
Copy the full SHA 337ea5dView commit details
Commits on Jun 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e4a6449 - Browse repository at this point
Copy the full SHA e4a6449View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc786b1 - Browse repository at this point
Copy the full SHA fc786b1View commit details
Commits on Jun 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 42d6cda - Browse repository at this point
Copy the full SHA 42d6cdaView commit details
Commits on Jun 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eca6275 - Browse repository at this point
Copy the full SHA eca6275View commit details
Commits on Jun 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1185d11 - Browse repository at this point
Copy the full SHA 1185d11View commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5318637 - Browse repository at this point
Copy the full SHA 5318637View commit details
Commits on Jul 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5ba51c3 - Browse repository at this point
Copy the full SHA 5ba51c3View commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be0e232 - Browse repository at this point
Copy the full SHA be0e232View commit details
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 72c3b8e - Browse repository at this point
Copy the full SHA 72c3b8eView commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 673874c - Browse repository at this point
Copy the full SHA 673874cView commit details -
Fixed missing check for keywords starting with 'e' Lexer now colors the code as it runns. Now lexing numbers aswell
Configuration menu - View commit details
-
Copy full SHA for f874cac - Browse repository at this point
Copy the full SHA f874cacView commit details
Commits on Jul 30, 2018
-
Replaced "string start end" to "string" in lexer tokens
Now putting the name in name tokens Now putting message in malformed number token
Configuration menu - View commit details
-
Copy full SHA for 508e0ea - Browse repository at this point
Copy the full SHA 508e0eaView commit details
Commits on Jul 31, 2018
-
Long comment and long strings are now lexed in a single go. Comments …
…aren't added as a token anymore
Configuration menu - View commit details
-
Copy full SHA for 91681d5 - Browse repository at this point
Copy the full SHA 91681d5View commit details
Commits on Aug 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 43b07b8 - Browse repository at this point
Copy the full SHA 43b07b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd88e7 - Browse repository at this point
Copy the full SHA 7fd88e7View commit details -
Fixed. Forlist tried to consume colon instead of comma. Function stat…
…e didn't initialize isVararg, causing all functions to be vararg
Configuration menu - View commit details
-
Copy full SHA for 845094b - Browse repository at this point
Copy the full SHA 845094bView commit details
Commits on Aug 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cbc3730 - Browse repository at this point
Copy the full SHA cbc3730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78f7d0b - Browse repository at this point
Copy the full SHA 78f7d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 201e113 - Browse repository at this point
Copy the full SHA 201e113View commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2d97705 - Browse repository at this point
Copy the full SHA 2d97705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a096a6 - Browse repository at this point
Copy the full SHA 8a096a6View commit details -
Added callbacks for requesting the value of globals, locals and upval…
…ues. Shows the values when variables are hovered now. Now using a constant instead of magical value of -1 to indicate when program counter is disabled
Configuration menu - View commit details
-
Copy full SHA for ee3a8d2 - Browse repository at this point
Copy the full SHA ee3a8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a350599 - Browse repository at this point
Copy the full SHA a350599View commit details