Commit History

Author SHA1 Message Date
  Martin Prikryl 9485cb3f7d Switching to Segoe UI font with slightly larger size (9) as recommended for Windows Vista and newer + All windows are now slightly larger accordingly and their layout was unified 9 months ago
  Martin Prikryl bf735c00c7 In BCB11 TRichEdit uses MSFTEDIT.DLL/MSFTEDIT_CLASS by default already 11 months ago
  Martin Prikryl 7af5fa85d8 Bug 2134: Set $PSNativeCommandArgumentPassing to "Legacy" in generated WinSCP scripting PowerShell commandline, which is needed for PowerShell 7.3 compatibility 2 years ago
  Martin Prikryl 71f6619a22 Removing NO_RESOURCES conditional block 6 years ago
  Martin Prikryl 54aec18b11 Bug 1781: Lower-than (<) and greater-than (>) symbols are not escaped in an output of RemotePath.EscapeFileMask .NET method and in a script generated by the GUI 6 years ago
  Martin Prikryl 78506ae1b7 Transfer settings that do not have a dedicated scripting switch or a .NET TransferSettings property can be set using -rawtransfesettings switch or TransferSettings.AddRawSettings method + Generated script/code can generate these + Tests that previously used AddRawConfiguration(@"Interface\CopyParam\...), use AddRawSettings now. + It's possible to limit number of command line parameters used for open-ended switches like -rawconfig, -rawsettings and -rawtransfesettings using syntax -switch[count] + Fixing GetFilesExcludeEmptyDirectories test (it didn't upload hidden files previously) 7 years ago
  Martin Prikryl d75817b1c3 Bug 1668: Optionally generate WebDAV URLs with http:// protocol prefix 7 years ago
  Martin Prikryl 9b70af411e PowerShell script that runs WinSCP scripting commands can be generated on Generate Code dialog 7 years ago
  Martin Prikryl f6171cd883 Bug fix: Path argument in lcd command in generated script has to end with backslash, if it points to a root folder 7 years ago
  Martin Prikryl 3267334917 Session URL can contain any raw session settings using connection parameter. New custom command pattern !E can generate such URL for use in WinSCP extensions. 7 years ago
  Martin Prikryl 02aa34ba2d Typo in comment 7 years ago
  Martin Prikryl c602b9e39b All read-only edit boxes/selectable labels have user friendly context menu for copying contents 7 years ago
  Martin Prikryl a24965c84e Bug 1580: Support wider range of Unicode characters in internal editor 8 years ago
  Martin Prikryl 07617815a6 Bug 1521: Provisional implementation of per-monitor DPI awareness 8 years ago
  Martin Prikryl 6d1af5c7d0 Typo in comment 9 years ago
  Martin Prikryl 4389a0ec3c Bug fix: Command syntax suggestion, when using saved site in batch script, included RTF code 9 years ago
  Martin Prikryl 1b83d7dd56 Generate counters - GeneratedUrls + GeneratedScripts + GeneratedScriptsTransfer + GeneratedCodes + GeneratedCodesTransfer 9 years ago
  Martin Prikryl ecdc42973f Forgotten code (should be part of "Finishing code generation for file transfers") 9 years ago
  Martin Prikryl 7372879f93 Larger initial size of Generate URL/Code dialog, when starting on Script/Code page 9 years ago
  Martin Prikryl c33623780e Bug fix: Generate Code dialog could not be closed with Esc key 9 years ago
  Martin Prikryl 2830b1e889 Finishing code generation for file transfers + Limiting generated code to 3 files + Not escaping local paths in generated script + Correcting all-files transfer script 9 years ago
  Martin Prikryl 04fab653e6 Not using "my" prefix for VB.NET variables + No redundant declaration of Session variable type + Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds + Using -Property switch to initialize SessionOptions properties in PowerShell + Generating code for transfer settings + TransferOptions.ResumeSupport is settable + Setting TransferResumeSupport.Threshold automatically sets State to Smart 9 years ago
  Martin Prikryl 44093eff57 Factoring out generation functions 9 years ago
  Martin Prikryl aeec70feb5 Separating head and tail session code generation to allow inserting transfer code 9 years ago
  Martin Prikryl fb68ee6f0c Generating transfer script + Not highlighting script strings + Script command-line 9 years ago
  Martin Prikryl 504d69a3e8 Scrolling to top when generated code changes (behavior of TMemo) 9 years ago
  Martin Prikryl 22053c5f59 Command placeholders in generated command-line are no italics 9 years ago
  Martin Prikryl b0e6881e7a Clickable command-line and open command switches and SessionOptions properties + Quotes around log path + Reusing INI_SWITCH + INI_NUL + LOG_SWITCH + COMMAND_SWITCH + TProgramParams::FormatSwitch 9 years ago
  Martin Prikryl 08869ba66a Clicked link recognition was not working for wrapped text (command-line) - reimplementing using TControl.Text - Reusing the same for simplifying copy-to-clipboard 9 years ago
  Martin Prikryl 5daa68053a Bug 1391: Make it obvious that a path to log file in generated code needs to be set to a real writable path + "Your command" placeholders and "@echo off" are not in italics style + More line breaks in script and batch file templates 9 years ago