Skip to content

Commit 587bf2e

Browse files
committed
Revert "Update README.md"
This reverts commit 639266b.
1 parent 639266b commit 587bf2e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# ACLib Declaration Dictionary
2-
This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case.
3-
4-
The idea was born from a discussion ([msaccess-vcs-add-in: issue 599](https://github.com/joyfullservice/msaccess-vcs-addin/issues/599)) about the behavior of the VBA editor, which adapts each existing declaration to the last written capitalization of the same word. This leads to many unnecessary changes in commits when using a version control system.
5-
6-
![ACLibDeclarationDictionary](https://github.com/user-attachments/assets/0ef05ef7-72aa-4786-a790-74e679df7f24)
7-
8-
91
# ACLibDeclarationDictionaryCore
102
This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case - Core components
113

@@ -16,7 +8,7 @@ Compare lettercase from CurrentVbProject with saved (table/file) dictionary item
168

179
#### Parameters
1810
- OpenDialogToFixLettercase - (Boolean) - Open dialog to fix lettercase
19-
- DeclDictFilePath - (String) - use alternative file path
11+
- DeclDictFilePath - (String) - use alternative file path
2012

2113
#### Returns
2214
- Boolean (True) ... if DiffCount = 0

0 commit comments

Comments
 (0)