Skip to content

Commit af4736d

Browse files
committed
Merge pull request #665 from rubberduck-vba/GrammarIsFun
This should make 1.4 release-ready.
2 parents 9fa5350 + 608a01d commit af4736d

File tree

11 files changed

+1655
-1912
lines changed

11 files changed

+1655
-1912
lines changed

RetailCoder.VBE/UI/CodeInspections/CodeInspectionsDockablePresenter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ private string FormatResultForClipboard(ICodeInspectionResult result)
115115
"{0}: {1} - {2}.{3}, line {4}",
116116
result.Severity,
117117
result.Name,
118-
module.Project.Name,
119-
module.Component.Name,
118+
module.ProjectName,
119+
module.ComponentName,
120120
result.QualifiedSelection.Selection.StartLine);
121121
}
122122

Rubberduck.Parsing/Grammar/VBA.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ blockStmt : lineLabel
166166
| goToStmt
167167
| ifThenElseStmt
168168
| implementsStmt
169-
| implicitCallStmt_InBlock
170169
| inputStmt
171170
| killStmt
172171
| letStmt
@@ -208,6 +207,7 @@ blockStmt : lineLabel
208207
| widthStmt
209208
| withStmt
210209
| writeStmt
210+
| implicitCallStmt_InBlock
211211
;
212212

213213

Rubberduck.Parsing/Grammar/VBA.tokens

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)