Make DEBUG of NO_DEFAULT_CASE less intrusive
Reported by Thell Fowler | December 5th, 2009 @ 07:27 PM
currently defines to default: break when DEBUG isn't defined and debug breaks when it is. While it is true that each switch should have a default case it is my opinion that having continuous breaks from the ordinal N++ code hinders usage of the app while running a debug build testing 'our' features/fixes/etc...
Adding a define for NPPCR_DEBUG_NO_DEFAULT_CASE and checking for that && _DEBUG gives the developer control.
Comments and changes to this ticket
-
Thell Fowler December 5th, 2009 @ 09:36 PM
- State changed from new to open
-
Thell Fowler December 5th, 2009 @ 09:37 PM
- Assigned user cleared.
- State changed from open to invalid
- Milestone cleared.
This is almost a duplicate of #20 so I'm marking it as invalid and pushing up an addition to that patch.
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