PROPELLER TOOL - Feature Request - Allow folders for spin files
DavidM
Posts: 630
HI,
I would like the next version of PROPELLER TOOL to have an option in the PREFERENCES MENU for the user to nominate a default folder for which ALL the spin files go. The most important feature is that the propeller tool will ALLOW FOLDERS to be used and will search within those folders for the spin files when compiling.
KEEPING ANY SPIN FILES in the PROGRAM FOLDER is NOT THE RIGHT PLACE TO KEEP DOCUMENTS CREATED BY THE USER!!! ( i.e .spin files)
For example , I would like to organize my spin files like this.
My Documents folder/Propeller/Object Exchange ( original files from the object exchange )
My Documents folder/Propeller/My Propeller Projects ( this would have a folder for each project )
My Documents folder/Propeller/My Propeller Library ( A Place to keep my generic code used by my projects )
With the current setup its very messy ( and wrong) to keep many spin files in the program folder and
by not allowing folders to be recognized by the propeller tool is very frustrating!
Thanks
Dave M
I would like the next version of PROPELLER TOOL to have an option in the PREFERENCES MENU for the user to nominate a default folder for which ALL the spin files go. The most important feature is that the propeller tool will ALLOW FOLDERS to be used and will search within those folders for the spin files when compiling.
KEEPING ANY SPIN FILES in the PROGRAM FOLDER is NOT THE RIGHT PLACE TO KEEP DOCUMENTS CREATED BY THE USER!!! ( i.e .spin files)
For example , I would like to organize my spin files like this.
My Documents folder/Propeller/Object Exchange ( original files from the object exchange )
My Documents folder/Propeller/My Propeller Projects ( this would have a folder for each project )
My Documents folder/Propeller/My Propeller Library ( A Place to keep my generic code used by my projects )
With the current setup its very messy ( and wrong) to keep many spin files in the program folder and
by not allowing folders to be recognized by the propeller tool is very frustrating!
Thanks
Dave M
Comments
TIA
For eg,
You could create a whole bunch of STRING , NUMBER and MATHS routines etc, assuming none of these require COGS
You can make the plugins PROTECTED so the source code can't be seen ( or you don't have to )
the idea is that IDE would perform a SYNTAX Check so the commands would appear and behave just like SPIN commands
Another idea!!
A "TYPE-AHEAD/AUTO-COMPLETE" feature would be great! ( similar to how REALBASIC works.) this should include the users objects/methods they create.
and yet another idea,
make use of 'DISCLOSURE" triangles for indenting .
and one more idea!
be able to "LOCK" parts of code say for each BLOCK so that the user can prevent accidental editing or lock parts off when they have been tested , but you can still view everything. you could also have "NOTES" in each block for review purposes.
That's enough ideas for now
Thanks
Dave M
When undoing it would be nice to stop before undo to see, what was reverted. And sometimes it would be an advantage to skip an undo. For not everything in the past was done wrong