thirtythreeforty / bullycpp

A Bully Bootloader PC driver program
GNU General Public License v3.0
12 stars 6 forks source link

Implemented Send Message tab #27

Closed Techzune closed 5 years ago

Techzune commented 5 years ago

Added an alternative way for the user to send messages (with backspace!) via serial. Instead of sending individual characters via console, this tab will send the entire message at once. The send automatically will append a newline (\n) character to the message, but that can be overridden by holding down CTRL and sending.

thirtythreeforty commented 5 years ago

Oh hey, this is cool. Thanks for implementing this! Sorry, I've been out of pocket for the last few days.

Don't worry about the failing CI, it's busted on master and fixed in a branch I've been working on off and on.

Techzune commented 5 years ago

GitHub Wiki pages may help explain software more without crowding the readme

thirtythreeforty commented 5 years ago

Great, thanks! I'm going to clean up whitespace (the rule is actually "tabs for indent, spaces for alignment" and I didn't expect your editor to change all the lines in the file, but nbd) and maybe tweak wording, and it should be ready to roll.

Techzune commented 5 years ago

Woohoo! And I'm sorry about changing all the indentations! I'm used to JetBrains' IDE style, so I didn't realize that Qt Creator changed every line, lol.

thirtythreeforty commented 5 years ago

Not a big deal. Yeah, JetBrains is good at "only touch the dirty lines during cleanup" and other IDEs are not.