<p></p>
<p>Hello!</p>
<p>I'm a Twitch streamer and quite often on my streams I need to zoom in the text to a really large size for a better dramatic effect. But unfortunately Scintilla imposes a very strict limitation on zoom factor (from -10 to 20): <a href="https://www.scintilla.org/ScintillaDoc.html#SCI_ZOOMIN" rel="nofollow">https://www.scintilla.org/ScintillaDoc.html#SCI_ZOOMIN</a></p>
<p>And I don't really know why! If I remove the <code>SCI_ZOOMIN</code> limitation condition completely in <a href="https://github.com/geany/geany/blob/77630564ad5446df89e9973f74bd378a84fc817e/scintilla/src/Editor.cxx#L3871-L3877">Scintilla itself</a> it works just fine and does not degrade the performance or/and the stability of Geany.</p>
<p><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/165283/108199341-712c0f00-714f-11eb-9442-97dc37bccb88.png"><img src="https://user-images.githubusercontent.com/165283/108199341-712c0f00-714f-11eb-9442-97dc37bccb88.png" alt="2021-02-17-183107_1382x1043_scrot" style="max-width:100%;"></a></p>
<p>Would it be a good idea to remove the <code>SCI_ZOOMIN</code> limit completely (or at least dramatically increase it) and put that change into the <code>scintilla_changes.patch</code>? If yes, I could make a PR for that myself.</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/2750">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ5CQCIUTCCXENCBQI3S7OTJ7ANCNFSM4XYGJTJA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJZHSGOUTWXK5RT7OU3S7OTJ7A5CNFSM4XYGJTJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MCJILHQ.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/2750",
"url": "https://github.com/geany/geany/issues/2750",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>