Ticket #2161 (closed enhancement: fixed)

Opened 14 years ago

Last modified 14 years ago

DEL - clear input line in dialog

Reported by: angel_il Owned by: angel_il
Priority: minor Milestone: 4.7.3
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by andrew_b) (diff)

DEL - clear input line in dialog if text in the field is not modified and cursor is not moved.

Change History

comment:1 Changed 14 years ago by angel_il

  • Version changed from version not selected to master
  • severity changed from no branch to on review
  • Milestone changed from 4.7 to 4.7.2

branch: 2161_del_clear_dialog_field
changeset: 066cbdbf1fc10e82064548af4802b09c56c0b70f

comment:2 Changed 14 years ago by slavazanko

  • Votes for changeset set to slavazanko

comment:3 Changed 14 years ago by slavazanko

  • Status changed from new to assigned
  • Owner set to angel_il

comment:4 Changed 14 years ago by andrew_b

  • severity changed from on review to on rework
  • Votes for changeset slavazanko deleted
  • Summary changed from DEL - clear current field of dialog to DEL - clear input line in dialog
  • Description modified (diff)
  • Milestone changed from 4.7.2 to 4.7.3

New color cannot be set using old engine (command line, ini, environment variable).
New color is not describe neither in --help message nor in man page.

The descripthion of new color will change the i18n stuff directly before 4.7.2 release. I propose implement this feature in 4.7.3 milestone.

comment:5 Changed 14 years ago by slavazanko

  • Votes for changeset set to slavazanko

comment:6 Changed 14 years ago by egmont

Out of curiosity (the CL above is no longer accessible): are you talking about Delete (aka D) or Backspace?

Delete is a very nice key, I tend to use it often when removing junk e.g. from the beginning of way too long mp3 file names.

Backspace, on the other, does nothing there anyway, so making it clear the field sounds really nice!

comment:7 Changed 14 years ago by angel_il

egmont: try branch 2161_show_mark_in_input

comment:8 Changed 14 years ago by angel_il

also you need redefine hotkeys in [input] section of mc.keymap
like this
InputLeftHighlight? = shift-left
InputRightHighlight? = shift-right

Here is my mc.keymap file

[editor]
EditExtMode =
EditXStore = ctrl-c
EditXPaste = ctrl-v
EditXCut = ctrl-x
EditDeleteLine = ctrl-y

[input]
InputXStore = ctrl-c
InputXPaste = ctrl-v
InputClearLine = ctrl-y

InputLeftHighlight = shift-left
InputRightHighlight = shift-right
InputBolHighlight = shift-home
InputEolHighlight = shift-end

[panel]
PanelPrevPage = pgup
PanelNextPage = pgdn
PanelSortOrderByName = ctrl-f1
PanelSortOrderByExt = ctrl-f2
PanelSortOrderBySize = ctrl-f3
PanelSortOrderByMTime = ctrl-f4

comment:9 Changed 14 years ago by andrew_b

  • Votes for changeset changed from slavazanko to slavazanko andrew_b
  • severity changed from on rework to approved

comment:10 Changed 14 years ago by andrew_b

  • severity changed from approved to on rework

We decided rename inputinactive to inputunchanged.

comment:11 Changed 14 years ago by angel_il

  • severity changed from on rework to on review

comment:12 Changed 14 years ago by angel_il

  • Votes for changeset slavazanko andrew_b deleted
  • severity changed from on review to merged

comment:13 Changed 14 years ago by andrew_b

#2228 fixes compile error.

comment:14 Changed 14 years ago by andrew_b

  • Status changed from assigned to testing
  • Resolution set to fixed

comment:15 Changed 14 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.