<p>Forgive me if this has been posted before, but I noticed a problem with TM2's implementation of the wrap column.</p>

<p>In my <code>~/.tm_properties</code> file, I have:</p>

<pre># File type specific configuration
#
[ text ]
softWrap         = true

[ text.{haml,html} ]
wrapColumn       = 100

[ text.plain ]
wrapColumn       = 80</pre>

<p>And for the most part, TM2 respects this.</p>

<p>However, the wrap column setting is not respected when I'm creating a new file:</p>

<p>When I create a new file, its type is <code>text.plain</code> by default, and the wrap column is 80. This is fine. But then say I save it as an HTML file. I expect that the wrap column should now move to 100, because the type of the file has changed to <code>text.html</code>. TM2 does not do that. Instead, to see the wrap column properly set, I have to close and reopen the file.</p>

<p>Should I open this as a ticket instead? Please let me know.</p>

<p>
Thanks,<br />
Richa
</p>
<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/TM2%3A-Wrap-column-not-changed-once-new-file-is-saved.-tp33209733p33209733.html">TM2: Wrap column not changed once new file is saved.</a><br>
Sent from the <a href="http://old.nabble.com/textmate-users-f18157.html">textmate users mailing list archive</a> at Nabble.com.<br>