-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command bar doesn't scroll horizontally #2527
Labels
Comments
dmaluka
added a commit
to dmaluka/micro
that referenced
this issue
Mar 15, 2024
InfoBar should really receive the resize event, to know the window width in order to do horizontal scrolling of the command line when it doesn't fit in the screen. Although currently it doesn't the command line at all (see issue zyedidia#2527) and just ignores the resize event, but we should fix that anyway, so let's forward the resize event to it.
dmaluka
added a commit
to dmaluka/micro
that referenced
this issue
Mar 16, 2024
InfoBar should really receive the resize event, to know the window width in order to do horizontal scrolling of the command line when it doesn't fit in the screen. Although currently it doesn't the command line at all (see issue zyedidia#2527) and just ignores the resize event, but we should fix that anyway, so let's forward the resize event to it.
dmaluka
added a commit
to dmaluka/micro
that referenced
this issue
Mar 16, 2024
InfoBar should really receive the resize event, to know the window width in order to do horizontal scrolling of the command line when it doesn't fit in the screen. Although currently it doesn't scroll the command line at all (see issue zyedidia#2527) and just ignores the resize event, but we should fix that anyway, so let's forward the resize event to it.
JoeKar
pushed a commit
that referenced
this issue
Mar 21, 2024
InfoBar should really receive the resize event, to know the window width in order to do horizontal scrolling of the command line when it doesn't fit in the screen. Although currently it doesn't scroll the command line at all (see issue #2527) and just ignores the resize event, but we should fix that anyway, so let's forward the resize event to it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command bar doesn't scroll horizontally if the command doesn't fit on the screen. (Such long commands occur for instance when one searches for or replaces a long string.) When the cursors hit the end of the line, one can continue typing, but the added characters will be invisible. This is different from the edited file where the line scrolls horizontally to keep the cursor on the screen.
Micro 2.0.11
The text was updated successfully, but these errors were encountered: