[Feature] Make the content of common a DLL.
Reported by Jocelyn Legault | February 23rd, 2010 @ 03:56 AM
Currently, the "common" part of the repo contains npp_debug.*.
Among the functionality provided by npp_debug is the ability to
output debug messages that are indented depending from which level
of function guards the output function is called.
This functionality works as long as it's contained within a single
exe or dll. The functionality breaks once it's called across dlls /
exes since each compiled units contains its own debug output.
By having this functionality available from a 3rd party dll, all
the compiled units would share the same debug output and indenting
across dlls / exes becomes feasible.
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Notepad++ Community Release