<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 12 May 2020, at 21:37, Simon Lucas wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Why is it different, or rather how can I fix it, please?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">The change is that TextMate 1.x only used the rules after you press return (to estimate indent of the new line), where 2.x also does it when you make an edit to a line, that makes the rules think it should now be indented differently.</p>

<p dir="auto">Can you provide a sample AS3 file in your style? Then we should be able to update the rules to support this.</p>

<p dir="auto">As a temporary workaround, in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/.tm_properties</code> you can add this section:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">[ source.actionscript ]
disableIndentCorrections = true
</code></pre>

<p dir="auto">This will disable indent corrections for AS3 files.</p>

<p dir="auto">You can also set it to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">emptyLines</code> instead of <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">true</code>. Then it is only when you type on an empty line, that it disables the corrections.</p>
</div>
</div>
</body>
</html>