When coding with Geany, I often have quite long lines. I want them to wrap automatically, so that I don`t have to scroll horizontally to see what I've written.
Asked
Active
Viewed 1.9k times
4 Answers
36
Press Alt+D and then L to toggle line wrapping on or off.
Line wrapping off

Line wrapping on

24
Go to Edit > Preferences. In the Preferences dialog, go to Editor > Features and then check the first checkbox (the one corresponding to "Line wrapping") :

air-dex
- 5,909
- 1
- 23
- 21
2
There are three related parameters!
- 'Document', 'Line Wrapping' checkbox;
- 'Edit', 'Preferences', 'Editor', 'Features' tab, 'Line breaking column' numeric field;
- 'Edit', 'Preferences', 'Editor', 'Display' tab, 'Long line marker' section, 'Column' numeric field.
In the 'Long line marker' section, you can also set the type of the marker and it's color.
