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
richiesta di rimozione immediata dell'indirizzo info(a)scrivilo.it, inserimento in mailing list mai richiesto :-/
> Send textmate mailing list submissions to
> textmate(a)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(a)lists.macromates.com
>
> You can reach the person managing the list at
> textmate-owner(a)lists.macromates.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of textmate digest..."
>
>
> Today's Topics:
>
> 1. R Console (Rdaemon) bundle ? how to edit / prevent long
> function descriptions? (Martin Batholdy)
> 2. Re: R Console (Rdaemon) bundle ? how to edit / prevent long
> function descriptions? (Hans-J?rg Bibiko)
> 3. Re: R Console (Rdaemon) bundle ? how to edit / prevent long
> function descriptions? (Martin Batholdy)
> 4. C++ not compiling in text mate (John Relosa)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 8 Sep 2011 15:20:43 +0200
> From: Martin Batholdy <batholdy(a)googlemail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] R Console (Rdaemon) bundle ? how to edit / prevent
> long function descriptions?
> Message-ID: <82E1C12C-A88C-4786-BC4C-5842A8730A02(a)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(a)eva.mpg.de>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: R Console (Rdaemon) bundle ? how to edit / prevent
> long function descriptions?
> Message-ID: <F8C9902C-C49C-4605-8CAF-E315570CC325(a)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(a)googlemail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Subject: [TxMt] Re: R Console (Rdaemon) bundle ? how to edit / prevent
> long function descriptions?
> Message-ID: <B41B5F7B-FE57-478C-98C6-23D9CAABE921(a)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(a)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(a)yahoo.com>
> To: "textmate(a)lists.macromates.com" <textmate(a)lists.macromates.com>
> Subject: [TxMt] C++ not compiling in text mate
> Message-ID:
> <1315520167.99620.YahooMailNeo(a)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
>
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!
Hi, I am using Find / Replace to remove the word 'function' from comments in
some code I am working on (it causes the next word to appear as a function
in CodeBrowser when editing PHP code).
I am using this Regex:
/(?<=\*)([\w\s]*?) function/
I am attempting to match 'function' on any line after a * and the minimum
number of word & space characters. I added the / / to delimit the regex in
this email but am not using those characters in the TextMate dialog.
It seems to match correctly and highlights the characters I would expect,
but when I do Replace in Current Selection (shortcut or menu) nothing is
replaced. This is regardless of what I have the in replace field, whether
it is a capture reference ($1), any string of characters, or empty. My
hunch says it has something to do with the negative lookbehind but I don't
see any way in which I've used it incorrectly so I am stumped.
Anyone have any suggestions or is this a bug?
Thanks
Brandon
Hi,
Sorry if I'm asking a very stupid question, but I'm a bit stuck on this one. I've recently started to use TextMate for Python (was mainly using it for LaTeX), and I can't take full advantage of the documentation features of the python bundle.
- When selecting the Documentation for Current Word command (Cmd-H), I get a window showing an "Index of Modules". I can reach from there was I was looking for, but I would expect the command to bring directly there. Is this what it is supposed to do, or am I getting the intended behaviour? (Looking at the code, this looks to be a fallback case, so there should be something else happening.)
- When selecting the Documentation in Browser command (Cmd-Shift-H), I get the following error message:
Traceback (most recent call last):
File "/Users/xxxx/Library/Application Support/TextMate/Pristine Copy/Bundles/Python.tmbundle/Support/browse_pydocs.py", line 125, in
main()
File "/Users/xxxx/Library/Application Support/TextMate/Pristine Copy/Bundles/Python.tmbundle/Support/browse_pydocs.py", line 96, in main
wait_for_server(onserve)
File "/Users/xxxx/Library/Application Support/TextMate/Pristine Copy/Bundles/Python.tmbundle/Support/browse_pydocs.py", line 78, in wait_for_server
raise RuntimeError('timed out waiting for server!')
RuntimeError: timed out waiting for server!
Is there any setting I'm missing? From my experience with the LaTeX bundle, there were a few environment variables that had to be set in order to have everything working properly - would there be anything similar I should do here too? Is the bundle maintained at all and supposed to work with my setup (Snow Leopard, python 2.6.1)?
Thanks for your help, and again, apologies if this has been already covered or available on the web, I did my best before sending this.
--enas
>
> In a clean user account all these editors behave and none of the funny
> stuff happens.
> I have removed login items, preferences, my keybindings from my account to
> no avail.
>
> I have been advised by the reseller where I bought my Air to contact
> AppleCare to see if they can help.
> I'm still thinking about it.
Did you upgrade your user account from Snow Leopard? Even though Apple
allows you to upgrade the OS, it is never a good idea (in my experience). A
clean install with a new user account is always the way to go for maximum
stability. With a little shell scripting you can easily copy select .plists
and other config files from your old ~/Application Support/Library to the
new one and it makes migrating to the new account pretty painless.
Brandon
Dear all,
when using the inline dictionary function (ctrl-cmd-D) the corresponding window appears but does not disappear. When trying to close TM it crashes.
Can anyone replicate this? I'm on Lion 10.7.1 on TM 1631.
cheers,
Daniel
--
Daniel Stegmueller
1 New Road
Oxford OX1 1NF
United Kingdom
phone: +44 1865 278685
mobile: +44 7794 909349
Hey All,
I’m modifying someone else’s bundle:
https://github.com/desandro/CSS3.tmbundle
to extend it, with the intention of submitting changes to the original
author. I removed the original bundle from App
Support/TextMate/Bundles, checked it wasn’t in Pristine Bundles,
forked
https://github.com/oli/CSS3.tmbundle
and cloned into App Support/TextMate/Bundles, then I went about extending it.
However for snippets which share a tab trigger, instead of getting a
menu with options, I get the menu but with no text [screenshot
attached]. I’m also unable to use the snippet, even by typing “1” for
the first one etc. Other bundles work fine, and if I use unique
trigger names this bundle’s snippets work fine. I’ve attached the
bundle just in case.
Can anyone tell me what I’m doing wrong?
peace - oli studholme
PS is there a reference on bundles you could recommend? I found
http://wiki.macromates.com/Bundles/StyleGuide, but it didn’t mention
needing to have e.g. border after border-style to get the -style part
scoped properly, and I couldn’t find the validate_bundle.rb script it
mentioned…