My middle finger hurts from scrolling up and down in the Propeller Tool !!!
Rayman
Posts: 14,789
I wish there was a drop-down scroll box with all the procedures listed for quick access...
Comments
Seriously though, I don't know how fast spin code tends to grow usually, but a general rule of thumb is that if your object is getting too big, you should consider refactoring it into multiple objects. Should work miracles for your middle finger
Just click on Summary under the Tabs, and you get the Procedure List.
Then doubleclick on a Procedure (Methode) and you are there.
To enable bookmarks, press Ctrl+Shift+B to make the Bookmark Gutter
visible; a blank area to the left of the edit page. Then click the mouse in the Bookmark
Gutter next to each line you want to be able to navigate to quickly. Finally, from anywhere in
the page, press Ctrl+# where # is the bookmark number that you want to go to; the cursor will
instantly jump to that location. Up to 9 bookmarks (1 – 9) can be set in each edit tab.
page 63
One project that I have, has some ASM code in a dat block all the way at the end of the listing.·due to how the project is arranged, that is where is·has to go.··Blocks of asm code are swapped in and out as needed and the swap area has to be haed coded as org does not like to take labels so I use a constant, any change in the ASM code changes the swap are's location in the cog so I have to compile, check the final address of the swap area and then bounce up to the top of the listing to change my constant, then scroll back to wher eI was working.
I was cursing the IDE for not having splitter panels until I started using the bookmarks.
Saved me from going crazy!!
The only thing I don't like about bookmarks is that if you do a File/Save as, and change the name (increment the version number for example). The IDE correctly knows to track the new file as the top object (if it was the top) but you lose all the bookmarks.
Is there a place to review and report bugs like this?
Thanks,
Bob
·
Only, If that is so.. Who got my Rosie the Robot?
-Bob