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

SCP inserting extra "(" in method signatures #4629

Closed
daFreeMan opened this issue Dec 10, 2018 · 2 comments
Closed

SCP inserting extra "(" in method signatures #4629

daFreeMan opened this issue Dec 10, 2018 · 2 comments
Labels
bug Identifies work items for known bugs feature-autocomplete feature-self-closing-pairs AC issues specific to the handling of self-closing pairs regression This used to work, but something broke it. Fixes should involve a regression test, if possible
Milestone

Comments

@daFreeMan
Copy link
Contributor

RD .4291

SCP is consistently inserting an extra ( when defining a method signature:

Public Sub Foo(|

Yields

Public Sub Foo((|)

a single backspace from that cursor location removes the () leaving

Public Sub Foo(|

Which is where the vanilla VBE would have left me in the first place.

@retailcoder retailcoder added bug Identifies work items for known bugs regression This used to work, but something broke it. Fixes should involve a regression test, if possible feature-autocomplete feature-self-closing-pairs AC issues specific to the handling of self-closing pairs labels Dec 10, 2018
@MDoerner
Copy link
Contributor

This has been fixed before. This is probably a regression introduces by the fix for Call statements.

@Vogel612 Vogel612 added this to ToDo in Semi-automatic bug tracker via automation Dec 11, 2018
@bclothier
Copy link
Contributor

I'm not sure if this is a variant that needs its own issue:

Public Sub Foo|()

typing Enter yields:

Public Sub Foo()
    |
End Sub
()

Semi-automatic bug tracker automation moved this from ToDo to Done Feb 11, 2019
@Vogel612 Vogel612 added this to the 2.4.1 milestone Feb 28, 2019
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 feature-autocomplete feature-self-closing-pairs AC issues specific to the handling of self-closing pairs regression This used to work, but something broke it. Fixes should involve a regression test, if possible
Projects
Development

No branches or pull requests

5 participants