From bibiko@eva.mpg.de Fri Dec 14 23:51:26 2007 From: =?utf-8?q?Hans-J=C3=B6rg?= Bibiko To: textmate@lists.macromates.com Subject: [TxMt] Open new HTML Output Window Date: Sat, 15 Dec 2007 00:51:14 +0100 Message-ID: <4B9C758E-9987-41EE-B8CB-CE254F051482@eva.mpg.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8044209925542527096==" --===============8044209925542527096== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, maybe this is a very old hut, but still... I really would like to be able to open an HTML page/code as TM HTML output window from inside of an already opened HTML output window because I need the TextMate.system() command. There're several ways in my mind: 1) Javascript [don't work] window.open('adress') 2) HTML [don't work] 3) shell [don't work] mate -html 'adress' or cat 'adress' | mate -html 4) shell + Dialog 1/2 [don't know whether this would be possible, how can I set the URL, and does TextMate.system() work?] Write a nib containing a single WebView object Any advices, hints? Or is this a feature request? I only need this simple HTML output window without any buttons etc. I believe - technically seen - it shouldn't be a problem ( Or? ) Thanks, --Hans --===============8044209925542527096==-- From ciawal@gmail.com Sat Dec 15 00:34:46 2007 From: =?utf-8?q?Ciar=C3=A1n?= Walsh To: textmate@lists.macromates.com Subject: Re: [TxMt] Open new HTML Output Window Date: Fri, 14 Dec 2007 18:34:41 -0600 Message-ID: <780D990C-B900-4D16-BF13-F1272DAB03C9@gmail.com> In-Reply-To: <4B9C758E-9987-41EE-B8CB-CE254F051482@eva.mpg.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1538803135308847833==" --===============1538803135308847833== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On 14 Dec 2007, at 17:51, Hans-Jörg Bibiko wrote: > I really would like to be able to open an HTML page/code as TM HTML > output window from inside of an already opened HTML output window > because I need the TextMate.system() command. What do you need it for? --===============1538803135308847833==-- From soryu@serenity.de Sat Dec 15 10:57:29 2007 From: Soryu To: textmate@lists.macromates.com Subject: Re: [TxMt] Open new HTML Output Window Date: Sat, 15 Dec 2007 11:57:05 +0100 Message-ID: <8D417D2C-55D6-4304-861A-B5AA53CE3673@serenity.de> In-Reply-To: <4B9C758E-9987-41EE-B8CB-CE254F051482@eva.mpg.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4476592139633804027==" --===============4476592139633804027== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On 15.12.2007, at 00:51, Hans-Jörg Bibiko wrote: > I really would like to be able to open an HTML page/code as TM HTML > output window from inside of an already opened HTML output window > because I need the TextMate.system() command. Hi Hans, there was the WebMate plugin once which let you open multiple html windows, e.g. multiple web previews. Maybe this could help you. Soryu. --===============4476592139633804027==-- From bibiko@eva.mpg.de Sat Dec 15 12:37:36 2007 From: Hans-Joerg Bibiko To: textmate@lists.macromates.com Subject: Re: [TxMt] Open new HTML Output Window Date: Sat, 15 Dec 2007 13:37:24 +0100 Message-ID: In-Reply-To: <8D417D2C-55D6-4304-861A-B5AA53CE3673@serenity.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8907730730017430679==" --===============8907730730017430679== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit On 15 Dec 2007, at 11:57, Soryu wrote: > there was the WebMate plugin once which let you open multiple html > windows, e.g. multiple web previews. Maybe this could help you. Yes, that would help. I also can do this very easily with TMTOOLS. But if I want to share a bundle which depends on an installed plugin, well I don't know... On 15 Dec 2007, at 01:34, Ciarán Walsh wrote: > What do you need it for? I have a toolbar written as an HTML output window which allows to execute some scripts. Fine. Sometimes I only want to show a message, or I want to open an other window as a dialog, or I want to show an image/pdf/movie etc. Of course, one could use
plus innerHTML, or frames, or iframes but this is sometimes a bit unclear, and I have to resize the HTML output window all the time. One also could think of using DIALOG but to change simple HTML/JS code is much more faster. More generally spoken TextMate is already able to handle all these things. E.g. I can use the Web Preview as PDFViewer, Image/Movie viewer. The HTML output window can already be used as simple browser etc. The only missing 'tiny' piece of software is to access these features a bit easier. Or am I wrong? Cheers, --Hans --===============8907730730017430679==--