0

In Geany text editor / IDE, is there a way to tell it to automatically enable line wrapping for certain file types, but not for others?

For example, for .txt files, I would like it to always enable line wrapping, but for .c and .asm files, I do not want line wrapping enabled.

2
  • it seems to me that filedefs don't allow this geany.org/manual/#filetype-definition-files , thus it would have to be a plugin to set [geany] line_wrapping=true or false, which is hopefully doableCommentedMar 1, 2024 at 19:01
  • what is definitely possible is to set line_wrap_visuals and line_wrap_indent to alter the appearance of the wrappingCommentedMar 1, 2024 at 19:04

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.