Propeller Tool - How to un-hide project files?
Mahonroy
Posts: 175
in Propeller 1
Hey guys,
I am wanting to set up some source control for these propeller project files. I noticed that for some unknown reason, the propeller tool keeps the files hidden from the file explorer? Is there a way to disable this "feature"? I want to set up a working directory, and its not going to work if the files are hidden like this.
How do you guys have your projects set up, and do you develop the firmware in propeller tool or something else?
I am wanting to set up some source control for these propeller project files. I noticed that for some unknown reason, the propeller tool keeps the files hidden from the file explorer? Is there a way to disable this "feature"? I want to set up a working directory, and its not going to work if the files are hidden like this.
How do you guys have your projects set up, and do you develop the firmware in propeller tool or something else?
Comments
In propeller tool you have all your spin/pasm files in 1 folder
There are no project files as such, but when you compile there is a xxxx.txt file created in the source directory with the same prefix filename as the main spin sourcefile name. This is just a text picture of the files/objects used in the compile.
I have a source control server setup, and I need to be able to make changes to these files outside of the propeller tool program...e.g. explorer.
Ok... when I am in the prop tool program, notice how I have a folder called "Projects" highlited in blue:
Now when I navigate to this folder in windows explorer, the folder is not there...:
My windows is configured to always show hidden files by the way. This is like a virtual directory or something, doesn't make any sense.
From your screen shot above, I realize that you are using a later version of windows. There must be something in the explorer options that is causing it not to show the projects subfolder?
tom
The path to your files is probably something like this:
C:\Users\USERNAME\AppData\Local\VirtualStore\Program Files (x86)\Parallax Inc\Propeller Tool v1.3.2\Library
where USERNAME is your Windows logon user name.
What I would recommend is uninstall Propeller Tool, and reinstall it in its own subdirectory, so that the files you create can be seen by Explorer where they really are and not in the VirtualStore.
Erlend
-Phil