You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there are long lines of code, and syntax highlighting is activated, there's neither a horizontal scrollbar nor a soft linewrap. Instead, the editor field is widened to the absolute maximum (I've a very long line and the editor field becomes 2821px width, idk where this value does come from)
the content is stored as "text" in the database and hence cut off after 64k characters, should be changed to "longtext" to store also huge amounts of code?