Skip to content

Commit 57cd844

Browse files
committed
Update README.md
1 parent f7c2f3c commit 57cd844

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# ACLib Declaration Dictionary (Core Components)
1+
# ACLib Declaration Dictionary
22
This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case.
33

44
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.
55

6-
#### Core Components
7-
This add-in is only designed to be called via Application.Run.
8-
The complete Access menu add-in is [ACLibDeclarationDictionaryAddIn](https://github.com/AccessCodeLib/ACLibDeclarationDictionaryAddIn).
6+
![ACLibDeclarationDictionary](https://github.com/user-attachments/assets/0ef05ef7-72aa-4786-a790-74e679df7f24)
7+
8+
9+
# ACLibDeclarationDictionaryCore
10+
Core components: https://github.com/AccessCodeLib/ACLibDeclarationDictionaryCore
911

1012
## API
1113

0 commit comments

Comments
 (0)