Post Reply 
Gentle Reminder: hpprgm
03-12-2015, 11:23 AM
Post: #21
RE: Gentle Reminder: hpprgm
(03-12-2015 10:58 AM)Marcio Wrote:  I usually use notepad to create programs, transfer them to conkit so I can start debugging using the emulator. Once everything is in place, I try to transfer the code to the Prime.
Marcio

Do you just transfer the Notepad++ programs you've created using copy and paste techniques; or do you use a macro, (or some other automated method), for transferring them to the conn kit?
Find all posts by this user
Quote this message in a reply
03-12-2015, 11:32 AM (This post was last modified: 03-12-2015 11:33 AM by Marcio.)
Post: #22
RE: Gentle Reminder: hpprgm
copy and paste only.
Find all posts by this user
Quote this message in a reply
03-12-2015, 11:35 AM
Post: #23
RE: Gentle Reminder: hpprgm
If only the conkit had all those nice features and offered debugging from the pc using the kit.
Find all posts by this user
Quote this message in a reply
03-12-2015, 12:15 PM
Post: #24
RE: Gentle Reminder: hpprgm
(03-12-2015 11:32 AM)Marcio Wrote:  copy and paste only.
same here.
Find all posts by this user
Quote this message in a reply
01-20-2023, 02:39 AM
Post: #25
RE: Gentle Reminder: hpprgm
(04-04-2014 09:24 PM)Kevin Ouellet Wrote:  
Also, another issue is when people upload their code on the forums instead of posting a real hpprgm, in many cases the code will not work if copy/pasted into the connectivity kit (or was it when doing so in the emulator?), thanks to the whitespace glitch.

I’m not entirely sure which shaggy shoal the glitch lies on (i.e., what precisely is meant by “whitespace glitch” here), but I did create a ticket (on the bug tracker I’ve set up) involving the handling of whitespace in the HP Prime’s programming language. That ticket has since been addressed; as of revision 14638, other whitespace characters (namely, code points U+00A0, U+1680, U+2000 … U+200A, U+202F, U+205F, and +U3000) are now handled (by the HP Prime language parser) as space itself (code point U+0020) is.

With this change, the meaning of copied & pasted code through web sites / browsers that end up with spaces (U+0020) being converted into non-breaking spaces (U+00A0) is preserved — at the HP Prime programming language level. (If the code contains string literals with modified contents, how the code behaves is then up to the code itself…)
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)