Feature #195
multiline messages
| Status: | New | Start: | 2009-12-15 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Conversations | Spent time: | - | |
| Target version: | 1.1 |
Description
it would be great to have an ablility to send multiline messages
i can see 2 possible solutions:
use some special char for linebreaks or
use something like
/startmsg
asdfasf
sdfsa
fs
sf
sdf
/commitmsg
History
Updated by Thomas Lecavelier 3 months ago
Interesting from my POV. Only special characters seems realisitc (something like %%n translated to \n)
Updated by Romain Bignon 3 months ago
- Category set to Conversations
- Target version set to 1.1
I guess that Anton want this feature to paste a block without edit it. So the hack to replace %%n with a \n isn't a solution.
Anyway, I don't like the idea of startmsg and commitmsg commands too.
Updated by Anton Romanov 3 months ago
Romain Bignon wrote:
I guess that Anton want this feature to paste a block without edit it. So the hack to replace %%n with a *
- isn't a solution.
actually, i have here running a custom hacked build which uses g_string_compress (do not remember exact name) which replaces
"\\n" to "\n" which was working perfect for what i wanted ...
that should be settable in option though (if ever implemented)
Updated by Romain Bignon 3 months ago
You can send me your patch if you want. See the How to contribute page. Just add an option or something like.