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

v2.5.1.0 #5561

Merged
merged 612 commits into from
Aug 22, 2020
Merged

v2.5.1.0 #5561

merged 612 commits into from
Aug 22, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    b21c24d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd7cda4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc2b7dc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge pull request #5418 from MDoerner/ConvertFromVbaStringLiteralAnd…

    …Back
    
    Add string extension to convert from VBA string literals to strings
    retailcoder committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    a425932 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

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

Commits on Mar 20, 2020

  1. Add MoveToFolderRefactoring

    Also correctly converts folder annotation arguments to the string content and back. This also removes the parentheses around folders.
    MDoerner committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8a992ee View commit details
    Browse the repository at this point in the history
  2. Fix WriteOnlyPropertyInspection

    It did not consider that there could be a getter in another module with the same name.
    MDoerner committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    213822f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Add MoveContainingFolderRefactoring

    It moves the containing folder into another folder.
    
    Also fixes ToVbaStringLiteral. (It was missing the surrounding quotes.)
    MDoerner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    7b2b173 View commit details
    Browse the repository at this point in the history
  2. Add tests for MoveToFolderRefactoring itself

    Also adds members to get the initial model to InteractiveRefactoringTestsBase.
    MDoerner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    50299d8 View commit details
    Browse the repository at this point in the history
  3. Add tests for MoveContainingFolderRefactoring itself

    There are already tests for the involved refactoring actions.
    MDoerner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    f17b1f7 View commit details
    Browse the repository at this point in the history
  4. Introduce IRefactoringUserInteraction

    This moves interactive refactorings from using inheritance to deal with the interaction to composition. Consequently, the interaction can be reused elsewhere.
    MDoerner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    b9e6e70 View commit details
    Browse the repository at this point in the history
  5. Introduce CodeExplorerMoveToFolderCommand

    This combines MoveToFolder and MoveFolder, selecting based on the selected node of the CE.
    In principle, the backing refactoring actions are capable of dealing with multiple nodes at once. However, the CE only allows selecting single items at the moment and the command reflects that when deriving the models to pass to the refactoring actions.
    MDoerner committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    8cde475 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    6b77f0a View commit details
    Browse the repository at this point in the history
  2. Stop moving components into folders they are already in

    The exception is moving into the project folder. This simply adds the explicit folder annotation.
    MDoerner committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    9b2fc3b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Fix argumentList

    The old form caused the parser to fail for a single missing argument at the start.
    MDoerner committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d4216b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Merge pull request #5441 from MDoerner/FixArgumentList

    Fix argumentList
    retailcoder committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ea6edd9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5419 from BZngr/InterfaceMemberCodeResuse

    Consolidate Signature and Member content generation code
    retailcoder committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    e56bb88 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' into MoveToFolderRefactoring

    # Conflicts:
    #	Rubberduck.Resources/RubberduckUI.resx
    MDoerner committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    16dad99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68c9f55 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Relocate ImplementInterface resource

    Also introduces Rubberduck.Resources.Refactoring.Refactoring.resx along
    with resx files for currently supported languages.
    BZngr committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    7bfb017 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Added donate button

    Creating a branch+PR rather than a direct commit, because preview isn't rendering the Paypal button
    retailcoder committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    3dba9a2 View commit details
    Browse the repository at this point in the history
  2. wrapped form in a div

    retailcoder committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    17cad28 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Update README.md

    replaced form with static link
    retailcoder committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    52b2bc5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    moved to a table further down a bit
    retailcoder committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    f99e450 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    added missing space
    retailcoder committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    5048f3a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    fixed newline
    retailcoder committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    27260ba View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5448 from rubberduck-vba/paypal-button

    Adding donate button
    retailcoder committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7b1c020 View commit details
    Browse the repository at this point in the history
  6. Only report Let or Set in WriteOnlyPropertyInspection

    A test was there, but the assert was wrong.
    MDoerner committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    ff1c5f6 View commit details
    Browse the repository at this point in the history
  7. Unregister load event handlers in view code behinds

    This is done in Rename-, MoveMultipleToFolder- and Move MultipleFoldersView.
    Also addresses one more review comment to PR #5438.
    MDoerner committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    6f0a1d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Merge pull request #5438 from MDoerner/MoveToFolderRefactoring

    Introducing Move to Folder refactoring
    retailcoder committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5fec4ad View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Initial implementation

    Introduces ICodeBuilder and CodeBuilder in place of extension methods.
    BZngr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    436ec4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98503e2 View commit details
    Browse the repository at this point in the history
  3. Cleanup from merge

    BZngr committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    14abeaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    468d696 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Add allowed argument types to IAnnotation

    There has to be at least one per required argument. All optional arguments have the last allowed type in the list.
    MDoerner committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6710770 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge pull request #5446 from BZngr/Resx_FixFor5419

    Relocate ImplementInterface resource
    retailcoder committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    9aa0cd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Prohibit dragging and dropping a folder into itself

    This can happen accidentally. So this is a safeguard. Moving into itself explicitly---via the dialog version---is still possible.
    MDoerner committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6ec204e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5474 from MDoerner/DoNotAllowFolderDragIntoItself

    Prohibit dragging and dropping a folder into itself
    retailcoder committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    6d8dc24 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Fix invalid range

    In octal numbering system only the digits 0-7 are valid.
    skacurt committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    b8dc34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ba3d0f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    d3ee5a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2954c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5477 from skacurt/patch-1

    Fix invalid octal digits range
    retailcoder committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    433de5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbb93c3 View commit details
    Browse the repository at this point in the history
  5. updated parameter docs

    retailcoder committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7524a7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58a293c View commit details
    Browse the repository at this point in the history
  7. fix output path

    retailcoder committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    37a6e72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3087241 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

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

Commits on Apr 30, 2020

  1. Stop suppressing RequestBringIntoView in InspectionResultsControl

    This reverts one of the two changes in the PR introducing the problems observed in issue #5442.
    MDoerner committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4b4d938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dda811c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    7e71ea1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5492 from BZngr/5447_EncapsulateFieldMinorFormat

    EncapsulateField minor UI tweaks
    retailcoder committed May 6, 2020
    Configuration menu
    Copy the full SHA
    3b7b5b8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    d336853 View commit details
    Browse the repository at this point in the history
  2. Fix NRE in TestExplorerViewModel

    The root problem is that the affected command did not consider that there might be no selection.
    MDoerner committed May 7, 2020
    Configuration menu
    Copy the full SHA
    537a781 View commit details
    Browse the repository at this point in the history
  3. Fix WithMemberAccesses in MemberMayReturnNothingInspection

    This caused an NRE.
    
    In addition, a warning (doc-)comment is added to indicate that this base class is not suitable for members that can be accessed unqualified; there simply is no branch handling this case and it would either not work or even find the wrong usage context.
    
    This restriction rules out all user code and all members on global instances as well as on document and form classes.
    MDoerner committed May 7, 2020
    Configuration menu
    Copy the full SHA
    164eb39 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Resolved issue

    Added  MCVE tests.  Corrected XMLDoc example.
    BZngr committed May 8, 2020
    Configuration menu
    Copy the full SHA
    e20d870 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Add UI for AnnotateDeclarationRefactoring

    Also adds INotifyErrorInfo to ViewModelBase in order to allow more idiomatic validation in the UI.
    MDoerner committed May 10, 2020
    Configuration menu
    Copy the full SHA
    5f24969 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Merge pull request #5482 from MDoerner/InspectionResultsWindowInvesti…

    …gation
    
    Stop suppressing RequestBringIntoView in InspectionResultsControl
    retailcoder committed May 12, 2020
    Configuration menu
    Copy the full SHA
    18c4e79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5494 from MDoerner/FixTwoNREs

    Fixes two null reference exceptions
    retailcoder committed May 12, 2020
    Configuration menu
    Copy the full SHA
    3fb5770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed912ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fb89b7 View commit details
    Browse the repository at this point in the history
  5. Improved XMLDoc example for Public std module procs

    Identified example module as 'Macros' and added comment to reinforce why
    Public procedures of Standard Modules are ignored by the inspection.
    BZngr committed May 12, 2020
    Configuration menu
    Copy the full SHA
    c2885b2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Add code pane command for AnnotateDeclaration

    Also fixes a bug in the setup of CodePane.GetQualifiedSelection in the MockProjectBuilder.
    MDoerner committed May 13, 2020
    Configuration menu
    Copy the full SHA
    799b76a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    079e0fe View commit details
    Browse the repository at this point in the history
  2. removed illegal example

    retailcoder committed May 14, 2020
    Configuration menu
    Copy the full SHA
    2725c60 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    77df36f View commit details
    Browse the repository at this point in the history
  2. Fix several bugs in the new UI for AnnotateDeclaration

    Also reorganizes it a bit internally because the original setup did not work as expected.
    
    In addition, default values are now set when switching the argument type.
    MDoerner committed May 15, 2020
    Configuration menu
    Copy the full SHA
    cae0d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe10c33 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next' into AnnotateCommand

    # Conflicts:
    #	Rubberduck.Resources/RubberduckUI.resx
    MDoerner committed May 15, 2020
    Configuration menu
    Copy the full SHA
    632afcb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Addresses Inspection False Positive: Issue 5456

    Modifies IsResultReference(...) to avoid flagging an unused assignment that
    preceeds a GoTo/Resume statement that branches execution to a
    line in the procedure where the assignment could be used.
    BZngr committed May 16, 2020
    Configuration menu
    Copy the full SHA
    c491534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e3cfe View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Fixed typo

    Forgotten '
    Tanarri committed May 19, 2020
    Configuration menu
    Copy the full SHA
    978c44a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5498

    Vogel612 committed May 19, 2020
    Configuration menu
    Copy the full SHA
    65bf91e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    7816511 View commit details
    Browse the repository at this point in the history
  2. Add Annotate submenu to the CE

    The visibility of the individual annotations is based on the annotations applicable to the selected node.
    MDoerner committed May 21, 2020
    Configuration menu
    Copy the full SHA
    3bbacdb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Merge remote-tracking branch 'upstream/next' into Issue5346_Extract_i…

    …nterface_creates_private_classes
    IvenBach committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b927e4a View commit details
    Browse the repository at this point in the history
  2. Addresses Inspection False Positive: Issue 5456

    Modifies IsResultReference(...) to avoid flagging an unused assignment that
    preceeds a GoTo/Resume statement that branches execution to a
    line in the procedure where the assignment could be used.
    BZngr committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c444b25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24bd5ca View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Merge remote-tracking branch 'origin/5456_AssignNotUsed_Jumps' into 5…

    …456_AssignNotUsed_Jumps
    
    # Conflicts:
    
    #	Rubberduck.CodeAnalysis/Inspections/Concrete/AssignmentNotUsedInspection.cs
    #	RubberduckTests/Inspections/AssignmentNotUsedInspectionTests.cs
    BZngr committed May 23, 2020
    Configuration menu
    Copy the full SHA
    00f6ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfbb9d View commit details
    Browse the repository at this point in the history
  3. Fix XMLDoc

    Missing VBA Comment apostrophe
    BZngr committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1b088d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6c97e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Configuration menu
    Copy the full SHA
    5904fa1 View commit details
    Browse the repository at this point in the history
  2. Remove unused converters

    Their declaration in XAML in made redundant by the ResourecDictionary.
    IvenBach committed May 24, 2020
    Configuration menu
    Copy the full SHA
    7cd38ad View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    IvenBach committed May 24, 2020
    Configuration menu
    Copy the full SHA
    864167e View commit details
    Browse the repository at this point in the history
  4. Exclude attribute annotations from AnnotateDeclaration if not applicable

    If there is no attributes context, the annotation does not make sanse.
    This is primarily a concern regarding variables, since module variables can have attributes, but local variables cannot. Accordingly, the annotation target enum is not sufficiently granular to provide all information.
    MDoerner committed May 24, 2020
    Configuration menu
    Copy the full SHA
    5237703 View commit details
    Browse the repository at this point in the history
  5. Sort inspections by localized name in AnnotateDeclaration UI

    The way it is set up, the ordering will not react to a change in UI culture, but that is OK since the dialog is modal; no possibility to get to the settings dialog during its lifetime.
    MDoerner committed May 24, 2020
    Configuration menu
    Copy the full SHA
    dcbb979 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5189907 View commit details
    Browse the repository at this point in the history
  7. Remove refactoring resource from RubberduckUI again

    It has sneaked in again in the last merge conflict resolution.
    MDoerner committed May 24, 2020
    Configuration menu
    Copy the full SHA
    dc7b052 View commit details
    Browse the repository at this point in the history
  8. Give ThunderCode inspections useful names

    Since the AnnotateDeclataion UI shows a dropdown of all inspections for the argument of the Ignore and IgnoreModule annotations, having non-descriptive names looks really strange. We also cannot skip them because that means that they cannot be ignored this way.
    MDoerner committed May 24, 2020
    Configuration menu
    Copy the full SHA
    5ac6d38 View commit details
    Browse the repository at this point in the history
  9. Support same-line statements and jumps

    Evaluate content where ":"  is used to places labels, statements, and
    jump statements on the same line.
    BZngr committed May 24, 2020
    Configuration menu
    Copy the full SHA
    c8e9543 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    64ce3c0 View commit details
    Browse the repository at this point in the history
  2. Put AnnotateDeclaration in its own code pane menu

    It now looks like the indent sub menu.
    This also fixes that the Refactorings sub menu was in the wrong place for ages.
    MDoerner committed May 25, 2020
    Configuration menu
    Copy the full SHA
    ea22e58 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Stop swallowing request bring into view on test explorer

    This seems to cause a freeze while there is a scroll viewer on the grouping grid.
    MDoerner committed May 29, 2020
    Configuration menu
    Copy the full SHA
    eeb0a86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5506 from MDoerner/RemoveBringIntoViewHandlerFrom…

    …TestExplorer
    
    Removes handler for RequestBringIntoView from TestExplorer
    retailcoder committed May 29, 2020
    Configuration menu
    Copy the full SHA
    37bd1bb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Fixes #4913

    Removes BlockNode demarcation from analysis allowing localVariables to
    represent ProcedureScope regardless of where they are declared.
    Remove false-positive result where an assignment is made using a
    preceding assignment.
    BZngr committed May 30, 2020
    Configuration menu
    Copy the full SHA
    115bfa4 View commit details
    Browse the repository at this point in the history
  2. Modify tests to avoid false-positive test result(s)

    Added tests for #4913.
    Modified tests to verify flagged results contain expected references and
    do not contain unexpected references.  Checking result 'counts' can
    allow failing tests to pass.
    BZngr committed May 30, 2020
    Configuration menu
    Copy the full SHA
    3d4a5cb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Move TextBoxErrorStyle to DefaultStyle.xaml

    Also moves the error icon and reuses it in the rename and folder related dialogs.
    MDoerner committed May 31, 2020
    Configuration menu
    Copy the full SHA
    672ae5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d0f99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc812cf View commit details
    Browse the repository at this point in the history
  4. Make Rename dialog use the TextBoxErrorStyle

    This adds error tooltips.
    In addistion, renaming to the same name is allowed now.
    MDoerner committed May 31, 2020
    Configuration menu
    Copy the full SHA
    8a0da07 View commit details
    Browse the repository at this point in the history
  5. Enhance conflicting name message on rename

    It now stated the full name of the conflicting declaration.
    MDoerner committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1f398de View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Ask for confirmation in MoveToFolder if folder will be merged

    Also makes the dialog use TextBoxErrorStyle
    MDoerner committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    91cc2c5 View commit details
    Browse the repository at this point in the history
  2. Make the MoveToFolder dialog use the TextBoxErrorStyle

    This allows error tooltips.
    MDoerner committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    8252f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e68b4d View commit details
    Browse the repository at this point in the history

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 Jun 6, 2020

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

Commits on Jun 7, 2020

  1. Merge pull request #5452 from BZngr/RefactorExtensionMethods_5419

    Replace code generation extension methods with ICodeBuilder
    retailcoder committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cfe1ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e973f64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5495 from BZngr/5490_FalsePositive

    ProcedureNotUsedInspection false positive for PropertyLet
    retailcoder committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    69bfff3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6214c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f73f57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ad1e11 View commit details
    Browse the repository at this point in the history
  7. Add delay to search box input

    This adds a delay of 400ms to the search boxes in the test explorer, the inspection results window and the CE. This means that a somewhat below average typer with a typing speed of 150cpm will just not trigger a UI refresh while typing.
    
    In particular in the CE, the delay is considerably shorter than the refresh time for the filter change.
    MDoerner committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    3236197 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5517 from MDoerner/UseLiveGroupingInTestExplorer

    Use live grouping and live filtering in TestExplorer
    retailcoder committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    063cc9c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5516 from MDoerner/DelayForSearchInput

    Add delay to search box input
    retailcoder committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    14acc3f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5497 from MDoerner/AnnotateCommand

    Annotate Declaration Command
    retailcoder committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    7accdd2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0cbd16 View commit details
    Browse the repository at this point in the history
  12. Fix handling of cancellation in CE move to folder commands

    They did not catch the corresponding refactoring exception since the user interaction was not contained in the try-catch-block.
    
    This also adds a user notification in case one of the affected modules is stale.
    MDoerner committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    213bf1c View commit details
    Browse the repository at this point in the history
  13. Introduce RenameFolderRefactoringAction

    It allows to rename the subfolder part of a folder.
    MDoerner committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    126ffa4 View commit details
    Browse the repository at this point in the history
  14. Add UI for RenameFolder

    MDoerner committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a4247f9 View commit details
    Browse the repository at this point in the history
  15. Enhance CE Rename command to cover folder renames

    It incorporates a new RenameFolderCommand.
    MDoerner committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    082d93e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53e2b49 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge pull request #5515 from MDoerner/RenameFolder

    Rename folder CE command
    retailcoder committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    97bdd9a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

Commits on Jun 18, 2020

  1. Merge pull request #5502 from BZngr/5456_AssignNotUsed_Jumps

    AssignmentNotUsedInspection reduce false positives due to jump statements
    retailcoder committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    1bd8b48 View commit details
    Browse the repository at this point in the history
  2. Allow to annotate declarations in attributes code

    This only applies to components and declarations with attributes contexts.
    MDoerner committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ebe40b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Enhance AnnotateDeclarationRefactoringAction to allow adjusting corre…

    …sponding attributes
    
    The adjustment/addition of an attribute only happens if the corresponding flag is set on the model and the annotation is an IAttributeAnnotation.
    MDoerner committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5e8a911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a21194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1e92de View commit details
    Browse the repository at this point in the history
  4. Show AnnotateDeclaration UI from CE command for IAttributeAnnotations

    This is an exception to the rule that annotations without parameters are applied immediately. This is necessary since the option to add.adjust the corresponding attribute exists now.
    MDoerner committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    1a2cef2 View commit details
    Browse the repository at this point in the history
  5. Use correct context when adding annotations via attributes code

    This is hard to test since the bug fixed here only materializes when the attributes are removed in the code pane version of the code.
    MDoerner committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    823562b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97ed7d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Introduce new setting to enable drag and drop in CE

    I have put this into the General Settings because there are no CE settings so far and it kind of makes sense.
    MDoerner committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    14e9569 View commit details
    Browse the repository at this point in the history
  2. Enhance drag and drop to honor the drag and drop setting

    It is only enabled if the corresponding general setting is set to true.
    MDoerner committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1d02fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Replace fix and context menu in inspection results with two step menu

    The new menu starts with a selection of all quick fixes applicable to the currently (main) selected result. Each one has a sub menu that allows to choose the scope of the application of the quick fix.
    MDoerner committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    eb66ed9 View commit details
    Browse the repository at this point in the history
  2. Introduce IgnoreInModuleQuickFix

    This adds an IgnoreModule annotation for the inspection corresponding to the result.
    MDoerner committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    7f35af8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d8a23 View commit details
    Browse the repository at this point in the history
  4. Add CanFixMultiple flag to quick fixes

    This is in preparation of fix selected items.
    MDoerner committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    34ff6c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    1b3e259 View commit details
    Browse the repository at this point in the history
  2. Deactivate all quick fix options except fix selection for multi-selec…

    …tions
    
    Since the user cannot see which one is the main selected result whenever multiple are selected, it seems in order to not allow operations that depend on it.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    8d1aaeb View commit details
    Browse the repository at this point in the history
  3. Make quick fix scope options visible on general applicability for the…

    … fix
    
    E.g. is a fix does not allow fixing for an entire module, that option will not be shown. However, if the scope is unavailable because of other reasons, e.g. the fix is not applicable to all selected result, it will only be deactivated.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    7dbfd20 View commit details
    Browse the repository at this point in the history
  4. Revert to only images for IgnoreOnce

    The converter somhow does not work properly otherwise.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1141a33 View commit details
    Browse the repository at this point in the history
  5. Fix fix menu in inspection results window

    The relative source, which works for the context menu, does not for the toolbar menu because the grouping grid is in another branch of the logical tree. Instead, the grouping grid can be referred by name, which does not work for the grouping grid's context menu. Accordingly, a solution with a fallback is employed.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    ff5e31a View commit details
    Browse the repository at this point in the history
  6. Suppress only horizontal scroll in inspection results and test explorer

    To achieve this, a new request from the original source is performed with a rectangle extending to the left into negative space. As a result, vertical scrolling is preserved, but horizontal scrolling suppressed.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    fc8e27b View commit details
    Browse the repository at this point in the history
  7. Disable FunctionReturnValueDiscardedInspection for built-in functions

    This has always been intended, but the corresponding test setup was bad. The reason to ignore results for built-in functions is that there are lots of built-in functions used for their side-effects or those of the members of the return value, e.g. MsgBox and Err.
    MDoerner committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b710439 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #5357 from IvenBach/Issue5346_Extract_interface_cr…

    …eates_private_classes
    
    Issue5346 extract interface creates private classes
    MDoerner committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    669c4d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcad5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b01a60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f536ffa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d68a0dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66d00b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Merge pull request #5526 from MDoerner/AdjustAttributeFromAnnotateDec…

    …laration
    
    Adjust attribute from annotate declaration
    retailcoder committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    8011485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4fe97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5d5cb6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5532 from MDoerner/SuppressHorizontalBringIntoVie…

    …wInGroupinGrids
    
    Suppress only horizontal scroll in inspection results window and test explorer
    retailcoder committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    2581512 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'next' into OptionToDisableDragAndDrop

    # Conflicts:
    #	Rubberduck.Resources/RubberduckUI.de.resx
    #	Rubberduck.Resources/RubberduckUI.resx
    MDoerner committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    34de053 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff73180 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69e6de1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5533 from MDoerner/EnhanceFunctionReturnValueDisc…

    …ardedInspectionForBuiltInFunctions
    
    Disable FunctionReturnValueDiscardedInspection for functions not defined in user code.
    retailcoder committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    74d66d2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5529 from MDoerner/OptionToDisableDragAndDrop

    Adds an option to disable drag and drop for CE folders.
    retailcoder committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    9dd34c5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e2f8ed View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5531 from MDoerner/RedesignOfQuickFixApplication

    Redesign of quickfix application mechanics.
    retailcoder committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    35cb948 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Add/Align German translations

    Also aligns several endings in the English version.
    MDoerner committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    7b92efd View commit details
    Browse the repository at this point in the history
  2. Set default for vertical content alignment of checkbox to Center

    Otherwise, the labels are shifted to the top on my system.
    MDoerner committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    611cbe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Spanish translations

    erigoni committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f129c51 View commit details
    Browse the repository at this point in the history
  2. Spanish translation

    erigoni committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2c050ef View commit details
    Browse the repository at this point in the history
  3. Detailed Review 1

    erigoni committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d0eb079 View commit details
    Browse the repository at this point in the history
  4. Restore Rubberduck.Resources/Inspections/InspectionNames.fr.resx

    Co-authored-by: Mathieu Guindon <retailcoder@gmail.com>
    erigoni and retailcoder committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    200e650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d637b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bb8f79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7b2f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0636556 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b0b48a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    591698e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    313e068 View commit details
    Browse the repository at this point in the history
  12. Minor changes

    erigoni committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c17416c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge pull request #5538 from erigoni/next

    Definitively translations for spanish version
    retailcoder committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e498d95 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
  2. Remove evaluation by blocks

    Introduces AssignExpressionNode and rewrites evaluation of declarations
    and references. Closes #4913. Added handling of Static variables.
    BZngr committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    7a10c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adb2693 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request #5536 from MDoerner/GermanTranslations

    German translations
    retailcoder committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    303de3c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. formatted xml

    retailcoder committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    7a8c7b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. reworded xmldoc content for attribute annotations, changed a paramete…

    …r types e.g. "String" to "Text" as per review comments
    retailcoder committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    4126186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    604487a View commit details
    Browse the repository at this point in the history
  3. renamed quickfix to describe its action rather than the trigger for t…

    …he inspection results it can be used with.
    retailcoder committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    595e36b View commit details
    Browse the repository at this point in the history
  4. adjusted namespaces

    retailcoder committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    da7aa67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6db665e View commit details
    Browse the repository at this point in the history
  6. merge with conflicts

    retailcoder committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d9c2834 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Fixes warning AC0180

    retailcoder committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    ca9f3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b9b37 View commit details
    Browse the repository at this point in the history
  3. undo ca9f3e1...

    retailcoder committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    74c9d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35a2520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    409f5c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. reworded summary

    retailcoder committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    735e02a View commit details
    Browse the repository at this point in the history
  2. made <module> a child of <before> and <after> tags for annotations; a…

    …llows having new module type in the <after> example.
    retailcoder committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    c1c1b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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

Commits on Jul 28, 2020

  1. Merge pull request #5479 from retailcoder/next

    Adding xmldocs for all annotations
    retailcoder committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a16e40d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f81160f View commit details
    Browse the repository at this point in the history
  3. Fixed invalid xml

    retailcoder committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    60055fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3a9dc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97475d1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5548 from retailcoder/weblink

    Introduces a link to the website's inspection details page for the selected inspection result, at the bottom of the bottom panel in the inspection results toolwindow.
    retailcoder committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    79cea90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c56bf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. fixed test setup

    retailcoder committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e98959b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed85e0 View commit details
    Browse the repository at this point in the history
  3. Ignore RubberduckParsing.xml

    BZngr committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    5a01f0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67dbca5 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 9, 2020

  1. Address PR comments

    Corrects GoTo LineNumber label handling.
    BZngr committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    521146e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Add test per review comments

    BZngr committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    bb1b1dd 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. Merge pull request #5541 from BZngr/UnusedAssignment_FalsePositives

    AssignmentNotUsedInspection false positives - incorrect variable scoping and others
    MDoerner committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    d5a5587 View commit details
    Browse the repository at this point in the history
  2. Add DefaultPropertyValueParamIdentifier property

    Exposes a single method for generating a default Let\Set RHS
    property parameter IdentifierName.
    BZngr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    f659173 View commit details
    Browse the repository at this point in the history
  3. Change default property RHS parameter identifier

    Generates a property RHS parameter name based on the value of the
    property's IdentifierName.
    BZngr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    fa7723b View commit details
    Browse the repository at this point in the history
  4. Move Property RHS Parameter Resource

    Relocate and reformat the 'value' resource string from
    Resources.RubberduckUI to Resources.Refactorings.
    BZngr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    dd845d1 View commit details
    Browse the repository at this point in the history
  5. 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
  6. 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
  7. Configuration menu
    Copy the full SHA
    bbf3031 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    1b9073d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da217d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Address #5556 Review comments

    Renaming per suggestions.  Also, clean-up of commented code and removal
    of non-required 'using' directives.
    BZngr committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    70edc91 View commit details
    Browse the repository at this point in the history
  2. Address PR #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

Commits on Aug 15, 2020

  1. Merge pull request #5555 from BZngr/EncapsulateField_ClearBlanklines

    Clean-up blank lines left behind by EncapsulateFieldRefactoring and MoveCloserToUsage
    retailcoder committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    df01e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec44dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5bf57b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5556 from BZngr/CodeBuilder_ChangeDefaultRHSParam

    CodeBuilder - Provide 'casing friendly' default property RHS parameter name
    retailcoder committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    d2189da View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    5c858da View commit details
    Browse the repository at this point in the history
  2. Update MissingModuleAnnotationInspection.cs

    Hello from "edit this page" link on the website 😄
    retailcoder committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    c87f158 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5560 from rubberduck-vba/missingmoduleannotation-…

    …example-patch
    
    Update MissingModuleAnnotationInspection.cs
    retailcoder committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    a64fc33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734ca5b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    6ef7326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49db96c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    688d922 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    d28bf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a228a77 View commit details
    Browse the repository at this point in the history
  3. Remove resources

    Removed resources used in code that will not be translated.  They are
    now defined in the referencing objects.
    BZngr committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    f5205b8 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove resources"

    This reverts commit f5205b8.
    BZngr committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    bf61597 View commit details
    Browse the repository at this point in the history
  5. Change Property RHS Resource

    BZngr committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    923d078 View commit details
    Browse the repository at this point in the history
  6. Remove non-UI resource

    Defined within EF refactoring since it should not be translated.
    BZngr committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    2311295 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e07cf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f6a636 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7321f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

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

Commits on Aug 20, 2020

  1. Merge pull request #5562 from BZngr/DefaultPropertyRHSIdentifer

    Change CodeBuilder default property rhs parameter identifier to 'RHS'
    retailcoder committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0da29c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5565 from SonGokussj4/CzechTranslations_v2.5.1

    Czech translations for v2.5.1
    retailcoder committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    e8215e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    f07117f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5559 from retailcoder/vbump251

    Changes build version to 2.5.1.x
    retailcoder committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    e402465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a110623 View commit details
    Browse the repository at this point in the history