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

Spacebar not working while code is being inspected #5641

Closed
toddsandford-cbre opened this issue Nov 29, 2020 · 1 comment
Closed

Spacebar not working while code is being inspected #5641

toddsandford-cbre opened this issue Nov 29, 2020 · 1 comment
Labels
bug Identifies work items for known bugs status-norepro The issue could not be reproduced. If there is a stable repro, please add that as a new comment.

Comments

@toddsandford-cbre
Copy link

Rubberduck version information

Version 2.5.1.5557
OS: Microsoft Windows NT 10.0.18363.0, x64
Host Product: Microsoft Office x86
Host Version: 16.0.12527.21330
Host Executable: EXCEL.EXE

Description
While Rubberduck is inspecting the VBA Project, any spaces entered into the VBA Code window on the end of an existing line of code get removed instantly.

To Reproduce
Steps to reproduce the behavior:

  1. Open a project with a large enough codebase so Rubberduck's inspection process takes long enough to see the issue.
  2. In a module or class, try pressing the spacebar to enter a space at the end of an existing line of code.
  3. You should see that the space character appears momentarily before being deleted.

Expected behavior
That space characters can be entered while Rubberduck is inspecting the code.

@toddsandford-cbre toddsandford-cbre added the bug Identifies work items for known bugs label Nov 29, 2020
@retailcoder
Copy link
Member

Exactly none of the inspections interact with the code panes, but the VBE itself will suppress trailing whitespace on a line of code.

Are autocompletion features enabled? That's a more likely lead than inspections.

@retailcoder retailcoder added the status-norepro The issue could not be reproduced. If there is a stable repro, please add that as a new comment. label Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs status-norepro The issue could not be reproduced. If there is a stable repro, please add that as a new comment.
Projects
None yet
Development

No branches or pull requests

2 participants