74
I Use This!
Very High Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update for rename. More... about 1 month ago
Simplify. More... about 1 month ago
Various updates. More... about 1 month ago
Fix annoying problem with VK_LEFT + CursorPastEOL. It would allow the cursor to go to the previous line so pressing left once too many by accident couldn't be fixed by pressing right. This is unlike Notepad++, VS and RAD Studio. They all only allow this on Ctrl+left. More... about 1 month ago
Add Powershell.iss example script demonstrating calling Powershell at compile time and at run time. Todo: doc & whatsnew & install. Also a LogFmt would be nice. More... about 1 month ago
Add extra gutter icon for a step line with a breakpoint. The icon is an arrow on top of the good breakpoint sign with a margin around the arrow. Showing only the arrow in this case was confusing. More... about 1 month ago
Add ISPP support function AddQuotes. Todo: doc. More... about 1 month ago
Fix: don't use Format if there's no parameters. Fixes for example '#expr Message("%s")'. More... about 1 month ago
Clarify/simplify some more. More... about 1 month ago
Remove confusing remark. More... about 1 month ago
Add ISPP ExecAndGetFirstLine + make a logging subtopic. More... about 1 month ago
Add [Code] ExecAndGetFirstLine as an example. More... about 1 month ago
Add missing error check. More... about 1 month ago
Add ISPP ExecAndGetFirstLine function which could be used to run a (always hidden) batch file or a PowerShell script and to place the first non empty output line in the .iss script. Todo: doc. Add [Code] version? Add ISPP ExecPowerShell function using it to ISPPBuiltins.iss? More... about 1 month ago
ExecLog: log a header on each line. More... about 1 month ago
Tweak. More... about 1 month ago
Improve TNewLinkLabel.AdjustHeight. More... about 1 month ago
Cleanup. More... about 1 month ago
Tweak [Code] example scripts texts. More... about 1 month ago
Doc TLinkLabel. More... about 1 month ago
Simplify. More... about 1 month ago
Register TNewLinkLabel.AdjustHeight. More... about 1 month ago
Add TLinkLabel examples and also an example for AdjustLabelHeight. Undo the AdjustLabelHeight AutoSize change from previous commit. More... about 1 month ago
Update whatsnew. Add TWizardForm.AdjustLinkLabelHeight. Make it turn off AutoSize automatically if it's accidentally still on when called, same for AdjustLabelHeight. More... about 1 month ago
Add TLinkLabel from Delphi 2010. Todo: doc & example. More... about 1 month ago
Bump the example script topic. More... about 1 month ago
ysd.dtd -> ispp.dtd More... about 1 month ago
para -> p and synel -> tt More... about 1 month ago
Make ISPP's Exec call TSetupCompiler.CallIdleProc instead of its own MsgProc. Also some more changes to try and make things more consistent: I suppose ISPP's Exec and CompForm's InternalSignCommand should be alike in the way they loop, instead of Exec being like InstExec in this regard. More... about 1 month ago
Pascal Scripting change: Added support functions UTF8Encode and UTF8Decode to encode a Unicode string into a UTF-8 encoded ANSI string and vice versa. More... about 1 month ago