<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Arman,<div><br></div><div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family: Helvetica; font-size: medium; color: rgb(127, 127, 127); "><b>From:<span class="Apple-converted-space"> </span></b></span><span style="font-family: Helvetica; font-size: medium; ">Arman Khalatyan <<a href="mailto:arm2arm@gmail.com">arm2arm@gmail.com</a>><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family: Helvetica; font-size: medium; color: rgb(127, 127, 127); "><b>Subject:<span class="Apple-converted-space"> </span></b></span><span style="font-family: Helvetica; font-size: medium; "><b>[Owncloud] Porting OC 4.0.5 application to OC 4.5betta3</b><br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family: Helvetica; font-size: medium; color: rgb(127, 127, 127); "><b>Date:<span class="Apple-converted-space"> </span></b></span><span style="font-family: Helvetica; font-size: medium; ">16 September 2012 19:01:33 GMT+01:00<br></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span style="font-family: Helvetica; font-size: medium; color: rgb(127, 127, 127); "><b>To:<span class="Apple-converted-space"> </span></b></span><span style="font-family: Helvetica; font-size: medium; ">"<<a href="mailto:owncloud@kde.org">owncloud@kde.org</a>> Mailinglist" <<a href="mailto:owncloud@kde.org">owncloud@kde.org</a>><br></span></div><br><br>Can some one guide me how to port my LatexCompiler app  to 4.5 ?<br>I need to catch edit/view event for the  MIME type latex/tex to be<br>able to proceed further.<br>In 4.0.5 I just modified code  from Text Editor app, but now I would<br>like to do it in proper way...<br></span></blockquote><div><br></div><div>See lines 307 to 316 in apps/files_texteditor/js/editor.js [1]</div><div><br></div><div>You need to register a javascript action that will be called when a user clicks on a file with the matching MIME type.</div><br></div><div>[1] <a href="https://github.com/owncloud/apps/blob/master/files_texteditor/js/editor.js#L307">https://github.com/owncloud/apps/blob/master/files_texteditor/js/editor.js#L307</a></div><div><br></div><div>Cheers,</div><div>Tom</div><div><br></div><div>Tom Needham</div><div><a href="mailto:tom@owncloud.com">tom@owncloud.com</a></div><br></div></body></html>