When I post text into a blank geany template, it creates one long line.
How can I get it to line wrap?
Thanks.
Sent via personal computer It "It is always too soon to quit."
Note, there's a distinction between:
1. displaying your long long wrapped in the window, so you can see all of it (but it's still one long line), and
2. actually having Geany insert line breaks (newlines) in your input.
Regarding #2 above, there may even be a distinction between having it insert line breaks while you're typing, vs inserting then when you paste in a long line. I haven't checked if Geany discerns between the two.
On Sun, Nov 20, 2022, at 8:48 PM, Andrew Kennedy via Users wrote:
When I post text into a blank geany template, it creates one long line.
How can I get it to line wrap?
Thanks.
Sent via personal computer It "It is always too soon to quit." _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Display wrapping is `Document->Line wrapping` top of the document menu
Line breaking (while typing only, not pasting or editing) is `Document->Line breaking` is immediately below wrapping.
To re-break a selection after editing `Edit->Format->Reflow lines/block`
Cheers Lex
On Sun, 27 Nov 2022 at 05:45, John Gabriele via Users users@lists.geany.org wrote:
Note, there's a distinction between:
displaying your long long wrapped in the window, so you can see all of it (but it's still one long line), and
actually having Geany insert line breaks (newlines) in your input.
Regarding #2 above, there may even be a distinction between having it insert line breaks while you're typing, vs inserting then when you paste in a long line. I haven't checked if Geany discerns between the two.
On Sun, Nov 20, 2022, at 8:48 PM, Andrew Kennedy via Users wrote:
When I post text into a blank geany template, it creates one long line.
How can I get it to line wrap?
Thanks.
Sent via personal computer It "It is always too soon to quit." _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Thanks for your help.
Andy
Sent via personal computer It "It is always too soon to quit."
On Saturday, November 26, 2022, 05:17:02 PM CST, Lex Trotman via Users users@lists.geany.org wrote:
Display wrapping is `Document->Line wrapping` top of the document menu
Line breaking (while typing only, not pasting or editing) is `Document->Line breaking` is immediately below wrapping.
To re-break a selection after editing `Edit->Format->Reflow lines/block`
Cheers Lex
On Sun, 27 Nov 2022 at 05:45, John Gabriele via Users users@lists.geany.org wrote:
Note, there's a distinction between:
1. displaying your long long wrapped in the window, so you can see all of it (but it's still one long line), and
2. actually having Geany insert line breaks (newlines) in your input.
Regarding #2 above, there may even be a distinction between having it insert line breaks while you're typing, vs inserting then when you paste in a long line. I haven't checked if Geany discerns between the two.
On Sun, Nov 20, 2022, at 8:48 PM, Andrew Kennedy via Users wrote:
When I post text into a blank geany template, it creates one long line.
How can I get it to line wrap?
Thanks.
Sent via personal computer It "It is always too soon to quit." _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
_______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
Back in the day I could step thru C code in my compiler. Anything like that in Geany running some zsh script? Especially if one could be stepping thru code in one window while it executes in another. It could sure make debugging easier.
AFAIK no current compiler allows stepping through code, thats the debugger's job.
Try the debugger and scope plugins.
Cheers Lex
On Mon, 28 Nov 2022 at 01:37, Ray Andrews via Users users@lists.geany.org wrote:
Back in the day I could step thru C code in my compiler. Anything like that in Geany running some zsh script? Especially if one could be stepping thru code in one window while it executes in another. It could sure make debugging easier.
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org
On 2022-11-27 14:42, Lex Trotman via Users wrote:
AFAIK no current compiler allows stepping through code, thats the debugger's job.
Try the debugger and scope plugins.
Cheers Lex
Thanks Lex I will. Any doc you'd recommend to get me up to speed?
On Mon, 28 Nov 2022 at 10:52, Ray Andrews via Users users@lists.geany.org wrote:
On 2022-11-27 14:42, Lex Trotman via Users wrote:
AFAIK no current compiler allows stepping through code, thats the debugger's job.
Try the debugger and scope plugins.
Cheers Lex
Thanks Lex I will. Any doc you'd recommend to get me up to speed?
Plugins are written and maintained by individuals, so its whatever that individual wrote with the plugin.
Debugger seems to be undocumented, scope has a couple of HTMLs that it will install (or you can get them from github and read them).
Its likely that a knowledge of the underlying GDB debugger would be useful, its docs are available on its website https://www.sourceware.org/gdb/
Cheers Lex
PS as I don't use these plugins I can't really help much with their use
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org