#22 ✓resolved
Jocelyn Legault

[Improvement] Remove all the additional include folders from the project.

Reported by Jocelyn Legault | November 25th, 2009 @ 11:49 PM

There is a boatload of additional include folders in the PowerEditor vcproj. All the sub folders of the project are added there. This is wrong for two reasons:

a) It creates a very real potential for name clashing with the include files.
b) Having so many additional folders just creates more folders for the build process to search and has a real potential to increases build times.

For these reasons, it would be wise to remove most of the additional include directories from the vcprojs (both v8 and v9) and make the appropriate changes to the source files to reflect that change.

The header files include guards will also have to be modified to reflect this change. You would not want /a/b/foo.h being included to prevent the inclusion of /c/foo.h later on in a source file.
The include guards will have to be of the form:FOLDERA_FOLDERB_FILENAME_H

Comments and changes to this ticket

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Notepad++ Community Release

Shared Ticket Bins