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

Clean-up blank lines left behind by EncapsulateFieldRefactoring and MoveCloserToUsage #5555

Merged

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    92388aa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Configuration menu
    Copy the full SHA
    053fbf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    723bbac View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Add declaration and newline removal methods

    Extends the IModuleRewriter.Remove() method to clear residual blank
    lines between the removed declaration and the next declaration.
    Supports VariableDeclarations and ModuleBodyElementDeclarations
    removals.  Also improves Variable declaration list handling.
    BZngr committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    e3680c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Remove blank lines left by declaration removals

    Incorporates IModuleRewriter extension method to clean up newlines left
    by declaration removals.  Removes EncapsulateFieldRewriteSession wrapper
    class that previously handled declaration removals.
    BZngr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c935798 View commit details
    Browse the repository at this point in the history
  2. Remove blank lines left by declaration removals

    Incorporates IModuleRewriter extension method to clean up newlines left
    by declaration removals.
    BZngr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ef1c9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf3031 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Address PR rubberduck-vba#5555 comments

    Retains use of IModuleRewriterExtensions class.
    BZngr committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    61795ef View commit details
    Browse the repository at this point in the history