I follow this group—admittedly, I only contribute once—as an interested reader and check back almost daily for new posts.
I'm interested in how you others get code into Plus42. Do you do everything "directly" "in Plus42" or do you code outside of it and then copy and paste in ?
I'd like to describe my approach and hope to hear about your shared experiences...
Personally, I've ended up coding in an external text editor and now almost exclusively use Plus42 as a "runtime engine" via copy/paste. This reduces my comments from the editor to pure program instructions when pasting—it works incredibly easily and without errors.
My tools and workflow are:
Windows: Notepad++ for code entry
iOS: Textastic for code entry
Dropbox: This is where my text files are stored, which I edit from Windows and iOS.
Coding in the text editors:
I add plenty of comments to the text files and use the automatic code formatting of Notepad++ and Textastic for better readability. This way, I can still understand my program instructions even after a longer time or if I want to maintain or extend them. For me, this is the biggest improvement compared to typing without comments on the keyboard in the "real" HP42S – "only 50 lines and still no longer recognizable what the program is doing."
I transfer code to Plus42 via the clipboard (copy and paste). I only enter a few program instructions directly in Plus42. This is usually limited to STOP or PROMPT instructions to execute programs step by step from there.
And how do you do it?
Best regards, Hubert