The project has about 40 sourcefiles in different subdirectories (ok i should convert some of these to modules but back when the project started, modules didnt exist at all). Current Situation:
40 files, 6 Directories - adding a new file to the project, appends the name to the end of the sourcefile list. So i have to close the project, open up notepad++ and manually shift the entry for the newly added sourcefile to the appropriate position to match the alphabetic order - to keep the project from becoming an (even bigger) mess.
My feature suggestion/request would be to be able to drag&drop names of files inside the project files display of the IDE to avoid manual editing of the .pbp file. Because people shouldnt (have to) tamper with .pbp files like this for multiple reasons.
Tbh. the current project file handling is kind of worrying me anyway because it doesnt really reflect the project much - you can include 20 files and never add them to the "project file" and it will compile fine anyway. Thats obvious from a technical and historical point of view, but for a new user this is probably just confusing and seems messy. It was a good start, but it probably needs a thorough redesign
