Skip to content
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

Open
matthias314 opened this issue Aug 15, 2022 · 0 comments
Open

command bar doesn't scroll horizontally #2527

matthias314 opened this issue Aug 15, 2022 · 0 comments
Labels

Comments

@matthias314
Copy link
Contributor

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

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.
@dmaluka dmaluka added the major label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants