0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Dec 29, 2024 — Dec 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Round function was extended with optional parameter numdecimalplaces, increased compatibility with VBA implementation More... almost 6 years ago
verhas.com was removed, not relevant any more More... almost 6 years ago
scn url was added More... almost 6 years ago
preparing for releasesetting version to 2.1.0 More... almost 6 years ago
preparing for release More... almost 6 years ago
release.sh was created to prepare the release artifacts More... almost 6 years ago
code cleanup suggested by IntelliJ also includes one bug fix for setting a byte value into a byte array for BASIC programs More... almost 6 years ago
test that chacks that Class methods used directly through Java are still case sensitive More... almost 6 years ago
tests extended to check all different calls to be case insensitive More... almost 6 years ago
Merge pull request #19 from PetrPytelka/case_insensitive_java_functions More... almost 6 years ago
a few refactor and typos More... almost 6 years ago
Function calls are case insensitive (e.g. might call: Left, left, LEFT) More... almost 6 years ago
Merge pull request #16 from PetrPytelka/fix_npe_CommandAnalyzerIf More... almost 6 years ago
Merge pull request #18 from PetrPytelka/string_fix_mid_function More... almost 6 years ago
Fix parameter start for mid function (indexed from 1) More... almost 6 years ago
Add string function LEFT More... almost 6 years ago
Fix NPE for CommandAnalyzerIf More... almost 6 years ago
Merge pull request #12 from PetrPytelka/single_line_if_statement More... almost 6 years ago
Merge pull request #15 from PetrPytelka/consumeEndOfLine_to_consumeEndOfStatement More... almost 6 years ago
Fixed formatting More... almost 6 years ago
Add support for single line statement (if .... then ... [else ...]) More... almost 6 years ago
Rename consumeEndOfLine to consumeEndOfStatement and allow to use colon as a statement separator More... almost 6 years ago
Merge pull request #14 from PetrPytelka/improved_select_case_parsing More... almost 6 years ago
target is 11 again More... almost 6 years ago
Merge pull request #13 from PetrPytelka/update_junit_version_fix_tests More... almost 6 years ago
Improved select case syntax parser. Check if there are only 'case' statements after 'select case <expr>' More... about 6 years ago
After latest changes in POM I was not able run tests, had same problem as discussed here: https://stackoverflow.com/questions/57040675/java-lang-noclassdeffounderror-org-junit-platform-commons-preconditionviolation More... about 6 years ago
target is 11 More... about 6 years ago
java < 13 deleted from Travis More... about 6 years ago
upped to Java 13 More... about 6 years ago