View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001750 | Double Commander | Logic | public | 2017-03-05 00:07 | 2018-09-20 02:35 |
| Reporter | accorp | Assigned To | Alexx2000 | ||
| Priority | low | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| Product Version | 1.0.0 (trunk) | Product Build | 7417 | ||
| Target Version | 0.9.0 | Fixed in Version | 0.9.0 | ||
| Summary | 0001750: Show command line after add path / filename | ||||
| Description | If command line is hidden, add filename does not make it visible. | ||||
| Steps To Reproduce | Uncheck Options / Layout / Show command line, then execute one of the commands: cm_AddFilenameToCmdLine cm_AddPathAndFilenameToCmdLine cm_AddPathToCmdLine | ||||
| Tags | No tags attached. | ||||
| Attached Files | show-cmd-line.diff (460 bytes)
Index: src/umaincommands.pas
===================================================================
--- src/umaincommands.pas (revision 8316)
+++ src/umaincommands.pas (working copy)
@@ -953,6 +953,8 @@
OldPosition := frmMain.edtCommand.SelStart;
frmMain.edtCommand.Text := frmMain.edtCommand.Text + sAddedString;
frmMain.edtCommand.SelStart := OldPosition + Length(sAddedString);
+
+ cm_FocusCmdLine([]);
end;
{ TMainCommands.cm_AddPathToCmdLine }
| ||||
| Fixed in Revision | 8327 | ||||
| Operating system | |||||
| Widgetset | |||||
| Architecture | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-03-05 00:07 | accorp | New Issue | |
| 2018-09-10 00:45 | accorp | File Added: show-cmd-line.diff | |
| 2018-09-10 06:44 | Alexx2000 | Status | new => acknowledged |
| 2018-09-10 06:44 | Alexx2000 | Target Version | => 0.9.0 |
| 2018-09-16 11:49 | Alexx2000 | Fixed in Revision | => 8327 |
| 2018-09-16 11:49 | Alexx2000 | Status | acknowledged => resolved |
| 2018-09-16 11:49 | Alexx2000 | Fixed in Version | => 0.9.0 |
| 2018-09-16 11:49 | Alexx2000 | Resolution | open => fixed |
| 2018-09-16 11:49 | Alexx2000 | Assigned To | => Alexx2000 |
| 2018-09-20 02:35 | accorp | Note Added: 0002771 | |
| 2018-09-20 02:35 | accorp | Status | resolved => closed |