Quotation chars and word wrap #540

Closed
opened 2013-11-02 07:59:04 +01:00 by snitko · 2 comments
snitko commented 2013-11-02 07:59:04 +01:00 (Migrated from github.com)

One feature I think BitMessage really needs and one that would be relatively easy to implement is this:

  1. It would be really cool to have the previous message cited not below "---------------", but rather with > characters, like this:

http://www.ghidinelli.com/wp-content/uploads/2010/11/thunderbird_reply_partial_quote.png

(blue highlighting is optional, though would be cool).

  1. Hard word wrap. This one goes hand in hand with quotation chars, actually. It would be impossible to have proper quotation chars without a word wrap. The idea is that a text should not be more than N chars wide (back in the days it was 80, but I don't think it should be this these days). Whenever a user typing the text reaches this N character in line, after he finishes typing the current word a newline is automatically added.

With these two features, the quality of communication would really increase.

One feature I think BitMessage really needs and one that would be relatively easy to implement is this: 1. It would be really cool to have the previous message cited not below "---------------", but rather with > characters, like this: http://www.ghidinelli.com/wp-content/uploads/2010/11/thunderbird_reply_partial_quote.png (blue highlighting is optional, though would be cool). 1. Hard word wrap. This one goes hand in hand with quotation chars, actually. It would be impossible to have proper quotation chars without a word wrap. The idea is that a text should not be more than N chars wide (back in the days it was 80, but I don't think it should be this these days). Whenever a user typing the text reaches this N character in line, after he finishes typing the current word a newline is automatically added. With these two features, the quality of communication would really increase.
omyno commented 2013-11-02 12:43:17 +01:00 (Migrated from github.com)

Thanks for your report.
I agree with you. There already is a (currently closed) bug report including a patch for the first issue.

Thanks for your report. I agree with you. There already is a (currently closed) [bug report](https://github.com/Bitmessage/PyBitmessage/pull/271) including a patch for the first issue.
PeterSurda commented 2015-11-27 17:24:50 +01:00 (Migrated from github.com)

It actually does word wrap already and I have been using it already. It should be in the latest stable, 0.4.4. If you still experience this issue, try the latest https://github.com/mailchuck/PyBitmessage fork. Reopen if you still have problems with this .

It actually does word wrap already and I have been using it already. It should be in the latest stable, 0.4.4. If you still experience this issue, try the latest https://github.com/mailchuck/PyBitmessage fork. Reopen if you still have problems with this .
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-02-27#540
No description provided.