Hi
I have been working on a PB project and now one of the source code files is not open in the editor but instead appears in the file viewer and I do not know why. The only solution I have found is to create a new file and copy and paste the code into the new files and save it. However if I open this new file it is also opened in the file viewer. How do I stop this from happening?
Simon
Why is my .pb file opened with File Viewer?
Why is my .pb file opened with File Viewer?
Simon White
dCipher Computing
dCipher Computing
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Why is my .pb file opened with File Viewer?
Are you creating the new file in the PureBasic IDE and pasting into that? Should be foolproof.....
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Why is my .pb file opened with File Viewer?
Yes that is exactly what I am doing but it does not solve the problem.
Simon
Simon
Simon White
dCipher Computing
dCipher Computing
Solved: Why is my .pb file opened with File Viewer?
Hi
There was a line of text that included 0x02 and 0x03 characters in string I was using for testing. Once I removed this text it opened as expected.
Simon
There was a line of text that included 0x02 and 0x03 characters in string I was using for testing. Once I removed this text it opened as expected.
Simon
Simon White
dCipher Computing
dCipher Computing
Re: Why is my .pb file opened with File Viewer?
That's odd...