Search code examples
linuxtext-editorkate

Kate text editor cannot handle lines longer than 1024?


This is a very annoying limitation for editing some config files, such as mozilla prefs.js. It usually contains lines longer than that.


Solution

  • This is a well know "security option", it is configurable:

    Go to:

    Settings / configure editor / open and save
    set line length limit [ 1024 ]
    

    and change 1024

    enter image description here