Skip to content

Commit

Permalink
Merge pull request FarGroup#770 from MKadaner/mzk/more-VMenu-refactoring
Browse files Browse the repository at this point in the history
More `VMenu` refactoring.
  • Loading branch information
alabuzhev authored Jan 1, 2024
2 parents a2dcfa7 + 205e4bf commit 68bed21
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 393 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
MZK 2024-01-01 00:00:00-08:00 - build 6244

1. More `VMenu` refactoring.

--------------------------------------------------------------------------------
drkns 2023-12-30 20:09:55+00:00 - build 6243

Expand Down
4 changes: 2 additions & 2 deletions far/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3772,10 +3772,10 @@ void Editor::DoSearchReplace(const SearchReplaceDisposition Disposition)

case KEY_CTRLENTER:
case KEY_RCTRLENTER:
// TODO: Need to handle mouse events with ProcessMouse(). This implementation is accpetable,
// TODO: Need to handle mouse events with ProcessMouse(). This implementation is acceptable,
// but a click on the border jumps to the currently selected item without changing the item.
// Normally, mouse click on the border frame does nothing. Mouse click on the border
// ouside of the frame starts dragging the dialog.
// outside of the frame starts dragging the dialog.
case KEY_CTRL|KEY_MSLCLICK:
case KEY_RCTRL|KEY_MSLCLICK:
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6243
6244
Loading

0 comments on commit 68bed21

Please sign in to comment.