Skip to content

Commit 639266b

Browse files
authored
Update README.md
1 parent 060cd2a commit 639266b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
# ACLibDeclarationDictionaryCore
210
This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case - Core components
311

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

917
#### Parameters
1018
- OpenDialogToFixLettercase - (Boolean) - Open dialog to fix lettercase
11-
- DeclDictFilePath - (String) - use alternative file path
19+
- DeclDictFilePath - (String) - use alternative file path
1220

1321
#### Returns
1422
- Boolean (True) ... if DiffCount = 0

0 commit comments

Comments
 (0)