BasicPawn
BasicPawn copied to clipboard
Project files aren't auto-open
Maybe it's by design, I'm unsure. Let me explain, how I do.
I'm opening sp file with BasicPawn (just using the association). After that, I'm using "relative project files", a great feature! RMB - Open source files. So, I have a lot of tabs opened. Now, I'm clicking File => Save Project As... => BasicPawn.bpproj Close all.
After I'm opening BasicPawn.bpproj, no files are auto-opened, instead, they are displayed in "Project" Tab.
Contents of bpproj:
[ProjectOptions]
RelativeProject=1
RelativeNoIncludes=1
By default relative path wont open automatically (just in case there are ALOT of files present), only absolute paths do. I will change that however.
For me, when I double-click "SourcePawn.bpproj" it doesn't even open the main sp file - just an empty window "Unnamed". Not sure how this little piece of config:
[ProjectOptions]
RelativeProject=1
RelativeNoIncludes=1
can point to any list of files related to project at all.