Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

typinator-textmate

I’ve been using Typinator 3.5 for quite sometime to speed up my coding and recently there was an update ( 3.5.1 ) which seemed to break TextMate. If you use both of these and programs you probably noticed something like this happening:

      <ul>
   <li></li>
</ul>

Also, if you have been using Typinator + TextMate, I can bet you have noticed the multi-line expansions being very buggy on where it places your cursor after the item is expanded. Like so:

<!-- What is put into Typinator: -->
<ul>
    <li>{^}</li>
</ul>
<!-- What actually comes out in an HTML page -->
<!DOCTYPE html>
<html>
    <head>
        <title>Example</title>
    </head>
    <body>
        <div id="wrapper">
            <ul>
                <li></l{^}i>
            </ul>
        </div>
    </body>
</html>

Notice the cursor position being off? Well I have a fix for it using a simple downloadable plist. Thanks to Günther Blaschek from ergonis.com

Instructions

  1. Download and unzip the file below
  2. Quit Typinator and TextMate
  3. Go to your home folder (the one with your username)
  4. From there go into ~/Library/Application Support/Typinator/Application Settings
  5. Once in /Application Settings/ drop the unzipped TextMate.plist file inside
  6. Start up Typinator and voila, it should be fixed!

TextMate.plist

[Post to Twitter]   [Post to Delicious]   [Post to Digg]   [Post to Reddit]   [Post to StumbleUpon]