Skip to content

Commit 1dff106

Browse files
authored
Update README.md
1 parent fb8da7b commit 1dff106

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
# ACLibDeclarationDictionaryCore
2-
This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case - Core components
1+
# ACLib Declaration Dictionary (Core Components)
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+
#### 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).
39

410
## API
511

0 commit comments

Comments
 (0)