0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1.99.99.46 - ui updates from Florian, Thanks. More... almost 8 years ago
Fixed syntax highlighting on inputinteger inputfloat and inputstring More... almost 8 years ago
Wav not open error message and initialization of mediaplayer object in interperter More... almost 8 years ago
1.99.99.45 - many UI fixes from Florian and removal of old QSound logic - Total rewrite of documentation window and WOW it looks good. More... almost 8 years ago
1.99.99.44 - ui changes from junior_root to make more consistent and for breakpoints to work better More... almost 8 years ago
1.99.99.43 - many UI improvements from junior-root. Including: better shortcut keys for all platforms, a fix to error color, better breakpoint logic in the editor, and parenthesis highlighting in the editor. More... almost 8 years ago
1.99.99.42 - basic edit updates - thanks junior-root More... almost 8 years ago
1.99.99.41 - update to edit window to better handle input, output of errors now in red, and output speed up patch. Thanks junior-root More... almost 8 years ago
1.99.99.40 - updated for logic to allow for step of 0 and to remove errors for edge cases. FOR now acts like VB and most other BASICS. Updated test suite. Claned up dialogs to make easier to read. More... almost 8 years ago
1.99.99.39 added "VARIABLEWATCH var" statement that will display a variable or array's current state in the variable watch window even when the program is running normally. This is an aid for debugging. The variable watch window is not continuously updated to match the variables value just when the new statement is called. More... almost 8 years ago
1.99.99.37 added most of the code from jonior_root to make search/replace, beautify, and tabs work better in the editor. Also made input statement work without messing up output window. Thanks junior_root. More... almost 8 years ago
1.99.99.36 added grey/gray to edityntaxhighlight More... almost 8 years ago
1.99.99.36 - main menu minor changes More... almost 8 years ago
1.99.99.36 - major update to EditSyntaxHighlighter better color code and simplify. fixed color codes for darkorange and white. thanks junior_root. More... almost 8 years ago
1.99.99.35 - better keydown handling More... almost 8 years ago
1.99.99.34 - fixed sound that was broken in .30 - removed old code in sound.cpp class More... almost 8 years ago
1.99.99.33 Many cosmetic and minor changes to documentation, replace, and main window menus. Thanks junior_root for catching the inconsistencies and sending the patches. More... almost 8 years ago
1.99.99.31 and 32 More... almost 8 years ago
1.99.99.30 - returned + to act as previous versions More... almost 8 years ago
[no comment] More... almost 8 years ago
1.99.99.28 - added logic to isnumeric to use correct decimal point for international users. More... almost 8 years ago
[no comment] More... almost 8 years ago
1.99.99.27 - found bug in isnumeric function and refined test suite More... almost 8 years ago
1.9.9.26 - continued work on ketpressed More... almost 8 years ago
1.99.99.26 - added logic to allow & to concatenate if both expressions were not convertable to numbers, Added keypressed(keycode) function. More... almost 8 years ago
1.99.99.25 - added logic to not draw pen if width zero and added option to CLG to specify screen clear color. More... almost 8 years ago
1.99.99.24 - clear key input between runs - Bug#42 More... about 8 years ago
1.99.99.23 - fixed dim of array with assigning with list (only do when needed) More... about 8 years ago
1.99.99.22 continued testing and fixed multplication overflow. added cases to test suite. More... about 8 years ago
1.99.99.21 - fixed exit for bug as reported on sourceforge bug:#40 https://sourceforge.net/p/kidbasic/bugs/40/ More... about 8 years ago