Propeller Tool Bug Reports / Feature Requests
DogP
Posts: 168
Hey,
Not sure if there's a place already set up for bug reports and feature requests (and if there is, please point me there and delete this post), but I've got a few requests.
First, when I right click a spin file in the Propeller source window and click duplicate, it drops the file in the root of the c drive, not the same directory I'm already in. I assume that's not supposed to do that. Not sure if it's because there's a space in the path, or maybe something else, but it also by default changes the extension to .spi instead of .spin.
A simple feature I'd like to request is the Ctrl+F4 to close the current text window... there's lots of times when I pop open a source file just to look at one or two lines of code, and closing by Ctrl+F4 is a little quicker than going back to the mouse to close it (and most programs with multiple tabs allow closing tabs using Ctrl+F4).
Another thing that would be nice is if you're loading an object like: uart : "fullduplex" , if you could right-click the word fullduplex and have an option to open that file (similar to Visual Studio where you can right click a header #include and click open file).
There may be a few other things, just wondering whether these features would be considered for the next release of the Prop tool. Thanks,
Pat
Not sure if there's a place already set up for bug reports and feature requests (and if there is, please point me there and delete this post), but I've got a few requests.
First, when I right click a spin file in the Propeller source window and click duplicate, it drops the file in the root of the c drive, not the same directory I'm already in. I assume that's not supposed to do that. Not sure if it's because there's a space in the path, or maybe something else, but it also by default changes the extension to .spi instead of .spin.
A simple feature I'd like to request is the Ctrl+F4 to close the current text window... there's lots of times when I pop open a source file just to look at one or two lines of code, and closing by Ctrl+F4 is a little quicker than going back to the mouse to close it (and most programs with multiple tabs allow closing tabs using Ctrl+F4).
Another thing that would be nice is if you're loading an object like: uart : "fullduplex" , if you could right-click the word fullduplex and have an option to open that file (similar to Visual Studio where you can right click a header #include and click open file).
There may be a few other things, just wondering whether these features would be considered for the next release of the Prop tool. Thanks,
Pat
Comments