View Issue Details

IDProjectCategoryView StatusLast Update
0001750Double CommanderLogicpublic2018-09-20 02:35
Reporteraccorp Assigned ToAlexx2000  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Product Version1.0.0 (trunk)Product Build7417 
Target Version0.9.0Fixed in Version0.9.0 
Summary0001750: Show command line after add path / filename
DescriptionIf command line is hidden, add filename does not make it visible.
Steps To ReproduceUncheck Options / Layout / Show command line, then execute one of the commands:

cm_AddFilenameToCmdLine
cm_AddPathAndFilenameToCmdLine
cm_AddPathToCmdLine
TagsNo 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 }
show-cmd-line.diff (460 bytes)   
Fixed in Revision8327
Operating system
Widgetset
Architecture

Activities

accorp

2018-09-20 02:35

reporter   ~0002771

Thank you.

Issue History

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