0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comments in the code lines: use block comment /* ... */ only if the comment goes across several lines; otherwise end of line comment More... about 15 years ago
delete cs and pas files properly from the temp directory More... over 15 years ago
small fixes repeat with several lines (no begin-end) inherited for other functions More... almost 16 years ago
extend repeat test case More... almost 16 years ago
fix bug in previous commit More... almost 16 years ago
some more improvements More... almost 16 years ago
fix small errors More... almost 16 years ago
improve winforms More... almost 16 years ago
support div and as with arrays More... almost 16 years ago
support interfaces and records don't try to write regions from interface section More... almost 16 years ago
support interfaces and records More... almost 16 years ago
test problem with regions in classes in the interface More... almost 16 years ago
some changes needed for winforms use rather logical and/or in InitializeComponent methods than conditional and/or base.Create treated the same as inherited More... almost 16 years ago
test some specialities of Windows forms and controls More... almost 16 years ago
test of how the constructors for exceptions call the base class constructor More... almost 16 years ago
special test case for range with just one option More... almost 16 years ago
test region and comment for delegates More... almost 16 years ago
fix test case with array and following is (of type) More... almost 16 years ago
fix smaller things More... almost 16 years ago
support complicated case statements (ranges, lists); need to be implemented with if-else expressions now support ranges more cleanly support xor in expressions default values for properties are assigned in the constructor More... almost 16 years ago
improved published and protected variables (some where even lost if after a method declaration inside a class declaration) use keyword protected for variables, methods, constants etc. comment with block more effectively (problems with comments in comments) much better support of events (even removes the event variable, and replaces is it everywhere in the class) return values in property get methods parser can add regular expressions (used for events) fix pre regexp, was not using right directory fixed problem matching procedures of properties support unitnames with just one element (add .todo though) many more useful regular expressions More... almost 16 years ago
new version of test More... almost 16 years ago
add more test cases More... almost 16 years ago
allow delegate with return values (functions) allow begin end in try block don't use public override in constructors, destructors and dispose functions More... almost 16 years ago
extend example of delegates (function returns value) add example for try with explicit begin block More... almost 16 years ago
fix properties fix dot after array expression More... almost 16 years ago
more regular expressions More... almost 16 years ago
improve parsing of arrays, and creation of arrays on the fly sets still work More... almost 16 years ago
parse and write declaration of delegates write enums outside of unitclass More... almost 16 years ago
fix little issues in previous commit More... almost 16 years ago