<p></p>
<p>Not sure about the resize issue, but from your screenshot it looks like it has a bunch of code all on one line. Geany/Scintilla is notoriously slow with extremely long lines, especially when line wrapping is enabled.</p>
<p>Aside from trying to disable line-wrapping, there's a couple things you can possibly do if you control whatever generated that code. If you are using C++11 or later you can use <a href="https://en.cppreference.com/w/cpp/language/string_literal" rel="nofollow">raw string literals</a> or if not use plain C-style string literal concatenation (described on same link). Both would allow to split the generated code onto multiple lines which should help with the Geany performance issue as well as to make the generated code more readable.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2567#issuecomment-670468565">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ67TY6FKV7RNFOH4GLR7PPRPANCNFSM4PXPKKZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2VQBES2TENHB525DDR7PPRPA5CNFSM4PXPKKZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE73ITVI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2567#issuecomment-670468565",
"url": "https://github.com/geany/geany/issues/2567#issuecomment-670468565",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>