OK, this was a stupid question . Turns out it isn't a Pelles C question at all. It was a question about Notepad++ which is an editor for writing C programs that I'm using. Does Pellas C have a C editor? If it does, I'll ask the question in a different subject unless it has already been asked. If it has been asked direct me to that subject. Thanks.
Seriously?
Pelle's C has the best C targeted IDE for Windows IMHO, one of the reasons why I am using it ever since I ran into it years ago.
And on a personal note, fully acknowledging that
1TBS is an almost religious topic, you should really reconsider your C formatting choices.
Writing source code should be done in a readable way, even if you do not work on a team project, so for your own benefit. What you seem to try is probably one on the worst ways to format C source code. Whitespace doesn't cost anything but gives you the benefit of making your source code readable...
Ralf