74
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finish wizard version. Also fix form front of the registry and file designer + fix a typo. More... about 1 month ago
Finish separation. More... about 1 month ago
More. More... about 1 month ago
Update German.isl (#457) More... about 1 month ago
Start of separating UI and code including some cleanup. More... about 1 month ago
Merge branch 'main' into leserg73-main_regfile_v2 More... about 1 month ago
Add comment. More... about 1 month ago
Cleanup: dont need dwTaskbarList anymore, ShlObj has all we need. There's also a builtin wrapper in System.Win.Taskbar.pas but it's not as nice. More... about 1 month ago
Tweak displayed names on tabs. More... about 1 month ago
Mouseover #include file tabs now also show a close button. More... about 1 month ago
Tweak. More... about 1 month ago
Merge branch 'main' into leserg73-main_regfile_v2 More... about 1 month ago
Count a save encoding change as a modification. More... about 1 month ago
Save new files as UTF8 without a BOM by default, like everything else does nowadays. Made possible by previous commit, without that it wouldn't really work well (easy to end up with an ANSI file). More... about 1 month ago
Improve: turns out IsUTF8String returns False for an ASCII string. This results in SaveEncoding = seAuto. If one then adds a non ASCII char and saves this results an ANSI file instead of UTF-8 which is not what we want. Only want to save as ANSI if the original was really ANSI (so had non ASCII chars and also wasnt UTF-8). Fix by calling DetectUTF8Encoding and also accepting etUSASCII instead of only etUTF8 like IsUTF8String. More... about 1 month ago
Get rid of the term 'preamble' everywhere. More... about 1 month ago
Wizard registry page prep. More... about 1 month ago
Remove the group box, making it ready to be same in wizard. More... about 1 month ago
Make UI simpler and clearer. More... about 1 month ago
Check header on insert to avoid double load + make the filename edit better and useable + fix tab order. More... about 1 month ago
Update compile.bat for Dcu folder change done a while ago. More... about 1 month ago
Merge branch 'main' into leserg73-main_regfile_v2 More... about 1 month ago
Fix comments. More... about 1 month ago
Update. More... about 1 month ago
Don't allow empty Subkey on [Registry] entries. More... about 1 month ago
Test \ and {. More... about 1 month ago
Add proper support for automatic IsAdminInstallMode checks and also filtering of keys it would never actually create. Also remove the 64 bit settings: don't like those, they invite bad entries not using the automatic handling done by 64 bit install mode. Will clean UI later, has a gap now. More... about 1 month ago
Cleanup. More... about 1 month ago
Update whatsnew. Doesnt mean it's done yet, still lots to do including improving the UI and adding it to the New Script Wizard as well. Does look like it will be good to merge in the end, so closes #456. More... about 1 month ago
Cleanup. More... about 1 month ago