-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Greetings! I tried to install the bundles for R, SWeave, and Make based on the instructions on http://macromates.com/textmate/manual/bundles#installing_a_bundle. But I do not see them in Textmate even after restarting the program. I can confirm that the bundles were downloaded and placed in /Library/Application\ Support/TextMate/Bundles.
Any thoughts?
Many thanks in advance for your assistance,
Kristen
On 14.01.2009, at 17:31, Kristen Cibelli wrote:
Greetings! I tried to install the bundles for R, SWeave, and Make based on the instructions on http://macromates.com/textmate/manual/bundles#installing_a_bundle. But I do not see them in Textmate even after restarting the program. I can confirm that the bundles were downloaded and placed in /Library/Application\ Support/TextMate/Bundles.
I believe one should install them into ~/Library/Application\ Support/ TextMate/Bundles .
But an easier way is this:
Execute this in the Terminal:
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
then open the Bundles > Get Bundles (make sure you have at least one doc open)
Install SWeave, Make, and I would recommend to install R (and maybe R Console (Rdaemon)) from the Review repository (these are much more powerful ;) and these R bundles are ready for the Official repo)
With Get Bundles you can look for bundles (371 bundles today), install bundles, you see if for a given bundle an update is available, delete bundles (only in the Pristine folder), enable bundles, undelete default bundles, etc.
--Hans
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello, Hans!
Thank you so much for your quick response. I should have specified that I had installed the bundles into
~/Library/Application\ Support/ TextMate/Bundles (i.e. in my user directory)
But your alternate instructions worked perfectly.
Best,
Kristen
Hans-Jörg Bibiko wrote:
On 14.01.2009, at 17:31, Kristen Cibelli wrote:
Greetings! I tried to install the bundles for R, SWeave, and Make based on the instructions on http://macromates.com/textmate/manual/bundles#installing_a_bundle. But I do not see them in Textmate even after restarting the program. I can confirm that the bundles were downloaded and placed in /Library/Application\ Support/TextMate/Bundles.
I believe one should install them into ~/Library/Application\ Support/ TextMate/Bundles .
But an easier way is this:
Execute this in the Terminal:
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
then open the Bundles > Get Bundles (make sure you have at least one doc open)
Install SWeave, Make, and I would recommend to install R (and maybe R Console (Rdaemon)) from the Review repository (these are much more powerful ;) and these R bundles are ready for the Official repo)
With Get Bundles you can look for bundles (371 bundles today), install bundles, you see if for a given bundle an update is available, delete bundles (only in the Pristine folder), enable bundles, undelete default bundles, etc.
--Hans
_______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
hi hans, I just got the attached crash in textmate while getbundles was open. I think what triggered it was I typed 'r' into the filter bubble, and pushed return.
crash about 10 seconds after t
On 14 Jan 2009, at 4:56 PM, Hans-Jörg Bibiko wrote:
On 14.01.2009, at 17:31, Kristen Cibelli wrote:
Greetings! I tried to install the bundles for R, SWeave, and Make based on the instructions on http://macromates.com/textmate/manual/bundles#installing_a_bundle. But I do not see them in Textmate even after restarting the program. I can confirm that the bundles were downloaded and placed in /Library/Application\ Support/TextMate/Bundles.
I believe one should install them into ~/Library/Application\ Support/ TextMate/Bundles .
But an easier way is this:
Execute this in the Terminal:
export LC_CTYPE=en_US.UTF-8 mkdir -p ~/Library/Application\ Support/TextMate/Bundles mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/ Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
then open the Bundles > Get Bundles (make sure you have at least one doc open)
Install SWeave, Make, and I would recommend to install R (and maybe R Console (Rdaemon)) from the Review repository (these are much more powerful ;) and these R bundles are ready for the Official repo)
With Get Bundles you can look for bundles (371 bundles today), install bundles, you see if for a given bundle an update is available, delete bundles (only in the Pristine folder), enable bundles, undelete default bundles, etc.
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 14.01.2009, at 22:49, Timothy Bates wrote:
I just got the attached crash in textmate while getbundles was open. I think what triggered it was I typed 'r' into the filter bubble, and pushed return.
Arrgh. It took me 20min to reproduce the crash but finally I had this crash as well.
Could it be that this "only" occurs if you start GetBundles and after loading the list you typed immediately 'APPLE+F R RETURN' VERY fast?
I'll check that tomorrow. The trick thing is to ignore the RETURN key while the search field has the focus to avoid to install the selected bundle.
Many thanks for the hint,
--Hans
On 14 Jan 2009, at 11:05 PM, Hans-Jörg Bibiko wrote:
On 14.01.2009, at 22:49, Timothy Bates wrote:
I just got the attached crash in textmate while getbundles was open. I think what triggered it was I typed 'r' into the filter bubble, and pushed return.
Arrgh. It took me 20min to reproduce the crash but finally I had this crash as well.
Could it be that this "only" occurs if you start GetBundles and after loading the list you typed immediately 'APPLE+F R RETURN' VERY fast?
not sure it was 'very' fast, but perhaps the connection speed to the server defines where the crash process is up too - my network was pretty saturated, so my slow might equal your fast :-)
thanks for taking the time!
t
I'll check that tomorrow. The trick thing is to ignore the RETURN key while the search field has the focus to avoid to install the selected bundle.
Many thanks for the hint,
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 15.01.2009, at 01:11, Timothy Bates wrote:
On 14 Jan 2009, at 11:05 PM, Hans-Jörg Bibiko wrote:
On 14.01.2009, at 22:49, Timothy Bates wrote:
I just got the attached crash in textmate while getbundles was open. I think what triggered it was I typed 'r' into the filter bubble, and pushed return.
Arrgh. It took me 20min to reproduce the crash but finally I had this crash as well.
Could it be that this "only" occurs if you start GetBundles and after loading the list you typed immediately 'APPLE+F R RETURN' VERY fast?
Hopefully I was able to fix the bug :) Timthy, could you please upgrade GetBundles and try whether this still happens. Thanks in advance,
--Hans
hi hans, seems to be fixed! thanks for your work on this!
tim
On 14 Jan 2009, at 11:05 PM, Hans-Jörg Bibiko wrote:
On 14.01.2009, at 22:49, Timothy Bates wrote:
I just got the attached crash in textmate while getbundles was open. I think what triggered it was I typed 'r' into the filter bubble, and pushed return.
Arrgh. It took me 20min to reproduce the crash but finally I had this crash as well.
Could it be that this "only" occurs if you start GetBundles and after loading the list you typed immediately 'APPLE+F R RETURN' VERY fast?
I'll check that tomorrow. The trick thing is to ignore the RETURN key while the search field has the focus to avoid to install the selected bundle.
Many thanks for the hint,
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate