patrickTingen / DataDigger

A dynamic dataviewer for your Progress / OpenEdge databases
https://datadigger.wordpress.com/
MIT License
50 stars 23 forks source link

Provide a way to disable hints #36

Closed movedoa closed 6 years ago

movedoa commented 6 years ago

Since i use DD on many different mashines i always get the hints the the first usage of a function. This wouldn't be so bad but the user is chaning to for some clients, so i get these hints way to often.

It would be nice to have a way to disable hints in general.

patrickTingen commented 6 years ago

I added an extra check on the setting 'ShowHints=no'. If you (manually) add this to the 'DataDigger' section in DataDigger.ini then you will no longer see any hints.

Patrick Tingen

Op do 16 aug. 2018 om 12:05 schreef movedoa notifications@github.com:

Since i use DD on many different mashines i always get the hints the the first usage of a function. This wouldn't be so bad but the user is chaning to for some clients, so i get these hints way to often.

It would be nice to have a way to disable hints in general.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/patrickTingen/DataDigger/issues/36, or mute the thread https://github.com/notifications/unsubscribe-auth/AFuwHWVM96X0z6caAo1del6WcquIm51pks5uRUPUgaJpZM4V_kKA .

movedoa commented 6 years ago

Works nicely, thx