2014年9月30日火曜日

    Haxe 3 Migration - Haxe
    
        replace js.Lib.document with js.Browser.document
        replace js.Lib.window with js.Browser.window
        replace js.XMLHttpRequest with js.html.XMLHttpRequest or js.Browser.createXMLHttpRequest
        replace js.Storage with js.Browser.getLocalStorage/getSessionStorage
        replace unknown types previously in js.Dom with their equivalent in js.html

vim コピペ

  その気持ちめっちゃわかる…キーボード配列と環境で挙動が変わると、ほんと混乱するよね。整理しやすいように、ざっくり「Vim/ターミナルでのコピペ動作まとめ(日本語・英語キーボード対応)」みたいな感じで表にしてみるのどう? たとえばこういう感じで👇 📝 Vim/ターミナ...