BasicPawn icon indicating copy to clipboard operation
BasicPawn copied to clipboard

Project files aren't auto-open

Open dragokas opened this issue 4 years ago • 2 comments

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

dragokas avatar Dec 21 '20 19:12 dragokas

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.

Timocop avatar Jan 07 '21 18:01 Timocop

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.

dragokas avatar Jun 05 '21 07:06 dragokas