richiesta di rimozione immediata dell'indirizzo info@scrivilo.it, inserimento in mailing list mai richiesto :-/
Send textmate mailing list submissions to textmate@lists.macromates.com
To subscribe or unsubscribe via the World Wide Web, visit http://lists.macromates.com/listinfo/textmate or, via email, send a message with subject or body 'help' to textmate-request@lists.macromates.com
You can reach the person managing the list at textmate-owner@lists.macromates.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of textmate digest..."
Today's Topics:
- R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? (Martin Batholdy)
- Re: R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? (Hans-J?rg Bibiko)
- Re: R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? (Martin Batholdy)
- C++ not compiling in text mate (John Relosa)
Message: 1 Date: Thu, 8 Sep 2011 15:20:43 +0200 From: Martin Batholdy batholdy@googlemail.com To: TextMate users textmate@lists.macromates.com Subject: [TxMt] R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? Message-ID: 82E1C12C-A88C-4786-BC4C-5842A8730A02@googlemail.com Content-Type: text/plain; charset=us-ascii
Hi,
I am currently using the Rdaemon bundle to run R from inside a textMate document. It works great and I am really excited about having the power and flexibility of a text editor like textmate combined with the possibility to execute R-code within the text editor.
However there is one minor issue, so I thought perhaps someone here found a solution for that.
When you use Rdaemon and type a function you automatically get a small yellow overlay window that gives you some information about this function. That is a great feature.
However this yellow overlay window for some reason gets huge if you want to set up for example a for-loop.
If I type "for(" my whole screen is covered with a huge yellow overlay window showing a lot of html-code (I think it is the html-code of the corresponding help page). (same for starting an if-statement)
Does someone know if it is possible to edit this help-text or disable it for some functions?
thanks!
Message: 2 Date: Thu, 8 Sep 2011 16:26:49 +0200 From: Hans-J?rg Bibiko bibiko@eva.mpg.de To: TextMate users textmate@lists.macromates.com Subject: [TxMt] Re: R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? Message-ID: F8C9902C-C49C-4605-8CAF-E315570CC325@eva.mpg.de Content-Type: text/plain; charset=us-ascii
On 8 Sep 2011, at 15:20, Martin Batholdy wrote:
When you use Rdaemon and type a function you automatically get a small yellow overlay window that gives you some information about this function. That is a great feature.
However this yellow overlay window for some reason gets huge if you want to set up for example a for-loop.
If I type "for(" my whole screen is covered with a huge yellow overlay window showing a lot of html-code (I think it is the html-code of the corresponding help page). (same for starting an if-statement)
Hi Martin,
thanks to bringing me back to that issue ;) I've just uploaded a new version of the R bundle which now parses the function parameter hint correctly.
Best, --Hans
Message: 3 Date: Thu, 8 Sep 2011 20:19:20 +0200 From: Martin Batholdy batholdy@googlemail.com To: TextMate users textmate@lists.macromates.com Subject: [TxMt] Re: R Console (Rdaemon) bundle ? how to edit / prevent long function descriptions? Message-ID: B41B5F7B-FE57-478C-98C6-23D9CAABE921@googlemail.com Content-Type: text/plain; charset=windows-1252
Hi Hans,
I've just uploaded a new version of the R bundle which now parses the function parameter hint correctly.
Great, thank you ? I just updated the package.
And thank you so much for building and maintaining this textMate bundle! It makes working with R so much more fun on the mac ;).
best, Martin
On 08.09.2011, at 16:26, Hans-J?rg Bibiko wrote:
On 8 Sep 2011, at 15:20, Martin Batholdy wrote:
When you use Rdaemon and type a function you automatically get a small yellow overlay window that gives you some information about this function. That is a great feature.
However this yellow overlay window for some reason gets huge if you want to set up for example a for-loop.
If I type "for(" my whole screen is covered with a huge yellow overlay window showing a lot of html-code (I think it is the html-code of the corresponding help page). (same for starting an if-statement)
Hi Martin,
thanks to bringing me back to that issue ;) I've just uploaded a new version of the R bundle which now parses the function parameter hint correctly.
Best, --Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Message: 4 Date: Thu, 8 Sep 2011 15:16:07 -0700 (PDT) From: John Relosa john.relosa@yahoo.com To: "textmate@lists.macromates.com" textmate@lists.macromates.com Subject: [TxMt] C++ not compiling in text mate Message-ID: 1315520167.99620.YahooMailNeo@web121916.mail.ne1.yahoo.com Content-Type: text/plain; charset="utf-8"
Hello,
I have been trying to do C++ in textmate but I keep getting this error:
The current PATH is:
"/usr/bin /bin /usr/sbin /sbin /usr/local/bin /usr/X11/bin
Please add the directory containing ?g++? to PATH in TextMate's Shell Variables preferences.
Alternatively, the PATH can be retrieved from Terminal but this requires a relaunch: "
Even when I try to retrieve the PATH from Terminal, I still get this error. Has any one run into this kind of problem before??
I apologize if this has been covered before but i couldn't find any answers searching (none I could understand at least)
Thank you
John