Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 439
Wang Avatar asked Nov 21 '12 15:11

Wang


2 Answers

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

like image 97
b3h3m0th Avatar answered Nov 21 '22 00:11

b3h3m0th


If you are against VIM and EMACS (give them a try), there's gnome's alternative Gedit, then theres also the lightweight IDE Geany, and Mousepad, and there are the full fledged IDEs like Ajunta, NetBeans, QTCreator, etc.

like image 42
Linuxios Avatar answered Nov 21 '22 00:11

Linuxios