Commit graph

39 commits

Author SHA1 Message Date
Alexander Koblov
70e5488248 FIX: Control code value 2020-08-24 20:51:41 +00:00
Alexander Koblov
67c5f00452 FIX: Pass filename to external tool as is 2020-08-24 20:47:45 +00:00
Denis Bisson
48e9e855fe aDD: New percent variables %z and %Z for the "last directory of path of the file" and "last directory of path of active or chosen panel" respectively. 2019-01-26 16:26:22 +00:00
Alexander Koblov
adc1a67aaf FIX: Don't pass '..' for "zero" index file 2018-11-12 18:54:59 +00:00
Alexander Koblov
932b0550ae ADD: Zero index to get file under cursor 2018-11-11 09:51:15 +00:00
Alexander Koblov
a9979e4cd8 FIX: Bug [0000678] File type converter for viewer not working 2017-08-20 08:38:08 +00:00
Denis Bisson
3047876b51 FIX: When using the percent variable %[ to prompt the user for a parameter, if the person clicked the "Cancel" button, it was not cancelling the action and external application was launched anyway.
ADD: We may now use percent variables for the default parameter of the percent variable %[ . The included percent variable will be parsed and it is its value that will be display to the user to confirm.
UPD: Update the languages file for the recent modification in FindDialog window and a new string regarding the user confirmation message of the percent variable %[
2017-06-04 19:06:24 +00:00
Alexander Koblov
ac58f1d2de UPD: Move UnicodeUtils unit to doublecmd/doublecmd_common.lpk 2016-08-20 17:55:51 +00:00
Alexander Koblov
db5cb3beba UPD: Prepare FPC 3.0 support 2015-10-23 19:27:05 +00:00
Alexander Koblov
a4f4eb6458 FIX: Bug [0001153] Empty variables %Dl and %Dr for the root directory 2015-08-14 20:20:15 +00:00
Alexander Koblov
293951d2ea FIX: Add LineEnding for last file 2015-07-02 16:59:06 +00:00
Alexander Koblov
2dafb9ef89 FIX: ShellExecuteEx function 2015-06-21 10:12:16 +00:00
Alexander Koblov
cedad3c942 UPD: Many improvements (patch by Denis Bisson) 2015-05-31 17:36:59 +00:00
Alexander Koblov
4386690b5b UPD: Optimize 2015-04-20 17:32:58 +00:00
Alexander Koblov
0185a7a59a ADD: %L, %F parameters 2015-04-19 17:19:36 +00:00
Alexander Koblov
ac2959e151 ADD: Feature [0000680] "Button bar functions does not expand file/directory parameters into archives" (patch by gatika with small changes) 2014-11-23 20:17:49 +00:00
cobines
0c004ba284 UPD: Rename CloneSelectedFiles to CloneSelectedOrActiveFiles so that it explicitly says that active file may be returned if there are no selected files. CloneSelectedFiles will now only return the list of selected files (with Insert). 2012-10-06 19:06:24 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
b9dde92750 ADD: Support tilde ~ (home directory) in path parameters (feature request [3228603]). 2011-09-27 16:23:03 +00:00
cobines
f52d52dffb FIX: Don't normalize path delimiters in parameters because params like "/h" won't work.
UPD: Support environment variables in commands.
2011-09-19 17:16:19 +00:00
cobines
92761cffa8 UPD: Rename functions returning copies of files for clarity. 2011-03-25 06:15:52 +00:00
cobines
65b4ae7409 FIX: Memory leak. 2011-03-24 21:44:36 +00:00
Alexander Koblov
77468aa8d5 FIX: Don't process "<??>" macros in ReplaceExtCommand 2011-02-22 06:38:33 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
cobines
9b17dfc596 FIX: Building on Unix after previous commit.
UPD: Cleanup, removed some compiler warnings.
2010-04-11 14:05:43 +00:00
cobines
4f6d2bb259 UPD: Removed separate TFile and TFiles classes for each file source as currently each file type is just a set of different properties and separate classes are not needed. We can always add them back as private classes when different behaviour is needed. Creators moved to TFileSource classes. Added accessors to TFile for each property and value for easier access. 2010-04-11 11:37:10 +00:00
cobines
fff3aa3949 UPD: Enable quoting % parameters on Windows too since it should work ok now. 2010-02-13 13:26:37 +00:00
cobines
3eb2c2882f UPD: Reverted change from rev. 2401 which caused the <??> command to work differently than it was supposed to. 2010-02-11 07:08:32 +00:00
cobines
1677ede308 UPD: Use double quotes for quoting parameters in Windows.
FIX: Correctly format shell on Windows in <??> command.
2010-02-11 06:42:35 +00:00
cobines
a68e5ccade FIX: Using <??> in file actions on Unix. 2010-02-10 12:42:37 +00:00
cobines
eff193423d UPD: Always require setting Path for TFile and TFiles. 2010-01-19 22:22:33 +00:00
Alexander Koblov
afc8fd3b42 ADD: Additional parameters for choose panel (s - source, t - target) 2009-12-17 10:24:34 +00:00
cobines
f7a0dfa76f UPD: Cleanup. 2009-11-17 08:38:31 +00:00
cobines
ae2325e537 FIX: Correct passing parameters to toolbar buttons commands (don't change slashes/backslashes) and correct replacing environment vars when params contain slashes. 2009-11-02 12:45:36 +00:00
cobines
16c5736c6c UPD: When building external command only escape special chars on Unix (on Windows quotes should be used). 2009-11-02 12:03:59 +00:00
cobines
4ce42d160e ADD: Allow using %f,%d,%p functions and environment variables in toolbar buttons commands. 2009-11-02 10:16:21 +00:00
cobines
cd102fff1b UPD: Cleanup, removed some compiler warnings. 2009-10-14 12:06:00 +00:00
cobines
aea1938ec0 UPD: Get some more commands working. 2009-07-18 06:41:32 +00:00
Alexander Koblov
3cf7900f43 UPD: Move all units to "src" subdirectory 2009-04-20 06:39:38 +00:00
Renamed from ushellexecute.pas (Browse further)