<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap:break-word"><div id="bloop_customfont" style="margin:0px"><span style="color:rgb(0,0,0);font-family:Helvetica,Arial;font-size:13px">If you do get around to this; don’t forget </span>onDocumentChange and onDocumentSave from</div><div id="bloop_customfont" style="margin:0px"><br></div><div id="bloop_customfont" style="margin:0px"><a href="http://textmate.1073791.n5.nabble.com/Fw-quot-Document-did-change-quot-and-access-to-the-current-document-in-a-bundle-td30517.html">http://textmate.1073791.n5.nabble.com/Fw-quot-Document-did-change-quot-and-access-to-the-current-document-in-a-bundle-td30517.html</a></div><div id="bloop_customfont" style="margin:0px"><br></div><div id="bloop_customfont" style="margin:0px">and (possibly) more;</div><div id="bloop_customfont" style="margin:0px"><br></div><div id="bloop_customfont" style="margin:0px"><a href="http://lists.macromates.com/textmate/2016-October/039983.html">http://lists.macromates.com/textmate/2016-October/039983.html</a></div><div id="bloop_customfont" style="margin:0px"><br></div> <div id="bloop_sign_1484683093260297984" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">Thanks,</div><div style="font-family:helvetica,arial;font-size:13px"><br>Graham Heath<br><br></div></div> <br><p class="airmail_on">On January 17, 2017 at 10:57:03 AM, Jacob Carlborg (<a href="mailto:doob@me.com">doob@me.com</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div style="word-wrap:break-word" class=""><div></div><div>



<title></title>


Yeah, why not. Or in the manual [1], perhaps under References.
<div class=""><br class=""></div>
<div class="">[1] <a href="http://manual.textmate.org/" class="">http://manual.textmate.org/</a><br class="">
<div class=""><br class="">
<div class="">
<div class=""><span style="orphans: 2; widows: 2;" class="">-- </span><br style="orphans: 2; widows: 2;" class="">
<span style="orphans: 2; widows: 2;" class="">/Jacob
Carlborg</span></div>
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 17 jan 2017, at 18:58, Attila Györffy <<a href="mailto:attila.gyorffy@gmail.com" class="">attila.gyorffy@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">

<div style="word-wrap:break-word" class="">Hey Jacob,
<div class=""><br class=""></div>
<div class="">Thanks for collecting these. What does the community
think, should these be placed on the github wiki on a page so that
it’s searchable and easier to discover?</div>
<div class=""><a href="https://github.com/textmate/textmate/wiki" class="">https://github.com/textmate/textmate/wiki</a></div>
<div class=""><br class=""></div>
<div class="">What do you think?</div>
<div class=""><br class=""></div>
<div class="">— Attila</div>
<div class=""><br class="">
<div class="">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word" class="">
<div class="">
<div class=""><b class="">ATTILA GYÖRFFY</b></div>
<div class="">I develop software.</div>
<div class=""><br class=""></div>
<div class=""><a href="http://attilagyorffy.com/" class="">attilagyorffy.com</a> | <a href="http://www.twitter.com/attilagyorffy" class="">@attilagyorffy</a> |  | <a href="http://linkedin.com/in/attilagyorffy" class="">in/attilagyorffy</a> | <a href="http://www.github.com/attilagyorffy" class="">github.com/attilagyorffy</a></div>
<div class=""><br class=""></div>
<div class="">
<div class="">
<div class=""><span class="" style="color:rgb(127,205,37)">Every time you print an email, a tree
is marked for death.</span></div>
<div class=""><span class="" style="color:rgb(127,205,37)">Trees provide O2. You need that to
breathe, remember? 🌳</span></div>
</div>
</div>
</div>
</div>
</div>
<br class="">
<div class="">
<blockquote type="cite" class="">
<div class="">On 17 Jan 2017, at 18:46, Jacob Carlborg <<a href="mailto:doob@me.com" class="">doob@me.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class=""><br class="">
<blockquote type="cite" class="">On 17 jan 2017, at 05:33, じょいすじょん
<<a href="mailto:dangerwillrobinsondanger@gmail.com" class="">dangerwillrobinsondanger@gmail.com</a>> wrote:<br class="">
<br class="">
I have found that I had to finally learn to create Commands in a TM
Bundle to move beyond what snippets alone can do (even though they
have such a brilliantly simple syntax...)<br class="">
Is there any canonical listing of values to use Semantic Class
hooks?<br class=""></blockquote>
<br class="">
<br class="">
This is a list of semantic class callbacks that I’ve managed to
collect from different places:<br class="">
<br class="">
* callback.application.did-activate<br class="">
* callback.application.did-deactivate<br class="">
* callback.document.binary-export<br class="">
* callback.document.binary-import<br class="">
* callback.document.did-reload<br class="">
* callback.document.did-save<br class="">
* callback.document.export<br class="">
* callback.document.import<br class="">
* callback.document.will-reload<br class="">
* callback.document.will-save<br class="">
* callback.double-click<br class="">
* callback.file-browser.action-menu<br class="">
* callback.mouse-click (old)<br class="">
* callback.single-click<br class="">
* callback.triple-click<br class="">
<br class="">
For mouse click callbacks, the following modifiers can be
used:<br class="">
<br class="">
* dyn.modifier.shift<br class="">
* dyn.modifier.control<br class="">
* dyn.modifier.option<br class="">
* dyn.modifier.command<br class="">
<br class="">
The modifiers are set in “Scope Selector”.<br class="">
<br class="">
--<br class="">
/Jacob Carlborg<br class="">
<br class="">
_______________________________________________<br class="">
textmate mailing list<br class="">
<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a><br class="">
<a href="http://lists.macromates.com/listinfo/textmate" class="">http://lists.macromates.com/listinfo/textmate</a></div>
</div>
</blockquote>
</div>
<br class=""></div>
</div>
<br class="">
_______________________________________________<br class="">
textmate mailing list<br class="">
<a href="mailto:textmate@lists.macromates.com" class="">textmate@lists.macromates.com</a><br class="">
<a href="http://lists.macromates.com/listinfo/textmate">http://lists.macromates.com/listinfo/textmate</a></div>
</blockquote>
</div>
<br class=""></div>
</div>



<br>_______________________________________________
<br>textmate mailing list
<br><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>
<br><a href="http://lists.macromates.com/listinfo/textmate">http://lists.macromates.com/listinfo/textmate</a></div></div></span></blockquote></body></html>