You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start Far without plugins/macros and console emulators
F9 => Options => Viewer settings
Focus to Maximum line width edit box. It is DI_FIXEDIT + DIF_MASKEDIT with mask #99999 and width = 6
1st problem (related to DIF_MASKEDIT):
With the help of left/rigth arrow keys it is possible to enter values like 10 2 3 (for the mask #99999)
2nd problem:
Selection expands out of the edit box (press Ctrl-A, then press left/right arrows and see how overflown portion of the selection doesn't disappear)
3rd problem:
Sometimes navigating with right arrow doesn't stop at the end but proceeds past the end, where it shows garbage. To reproduce, use Release version and reopen Viewer settings if the bug does not manifest itself.
The following animated gif shows all the problems at once. (At the end I press Backspace, that fills deleted characters with 8 instead of space, but it seems to be related to the 3rd problem.)
Expected behavior
No response
Actual behavior
Actual behaviour is shown in the animated gif above.
The text was updated successfully, but these errors were encountered:
Far Manager version
3.0.6334.0
OS version
10.0.19045.4412
Other software
No response
Steps to reproduce
Prepare:
Far
without plugins/macros and console emulatorsF9
=>Options
=>Viewer settings
Maximum line width
edit box. It isDI_FIXEDIT
+DIF_MASKEDIT
with mask#99999
and width = 61st problem (related to DIF_MASKEDIT):
10 2 3
(for the mask#99999
)2nd problem:
Ctrl-A
, then press left/right arrows and see how overflown portion of the selection doesn't disappear)3rd problem:
Viewer settings
if the bug does not manifest itself.The following animated gif shows all the problems at once. (At the end I press
Backspace
, that fills deleted characters with8
instead of space, but it seems to be related to the 3rd problem.)Expected behavior
No response
Actual behavior
Actual behaviour is shown in the animated gif above.
The text was updated successfully, but these errors were encountered: