Re: textmate snippets not working

2009-09-03 Thread Martin Westin

The only difference would be that I have mine in my user Library and
not the computer's Library.
My permissions look the same (files owned by me and has the groups
staff).

Well, you got the other one working so all is well I guess.

/Martin

On Sep 3, 6:39 am, mikeottinger mikeottin...@gmail.com wrote:
 Hi All,

    So I ditched the bundle and went searching for another source. Lo
 and behold I found this:

    http://www.etoxified.com/cakephp-bundle-for-textmate

    It requires git, but I downloaded it refreshed my bundles and
 voila, it worked. I'm running textmate 1.5.8, I'm wondering if there
 are compatibility issues with this and version of the CakePHP bundle
 available through the svn url above. Sort of a shot in the dark in
 terms of explanation, but I'm at a loss as to why I couldn't get it
 working before. Hopefully this is helpful to others.

 Thanks.

 On Sep 2, 7:47 am, mikeottinger mikeottin...@gmail.com wrote:



  Thanks for the help. Yes, there's one bundle, it was a typo. And I
  removed it and reinstalled it within /Library/Application Support/
  TextMate/Bundles like this:

  svn cohttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle/

  I then fired up TextMate, but alas, still no luck. I went into the
  bundle's Snippet directory and listed the permissions there:

  -rw-r--r--

  Don't these need to be executable?

  Thanks again.

  On Sep 2, 3:36 am, Martin Westin martin.westin...@gmail.com wrote:

   Bundles? Unless that's a typo, you might need to stick with one bundle
   for CakePHP or you might get some conflict.

   I have this 
   onehttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle
   installed in ~/Library/Application Support/TextMate/Bundles/

   It works as it should for me. dat will expand to $this-data['…']
   for example.

   I have a vague memory of some bundle causing me problems because of
   file permissions. Try chmodding your bundle (which is one of these
   Apple faux-directories) to make sure Textmate can do it's thing. If
   you check it out using subversion they should be ok but you never
   know.

   On Sep 2, 8:15 am, mikeottinger mikeottin...@gmail.com wrote:

Hi All, I've scoured the web and had no luck, I've installed the
bundles for cakephp, I've set the file type for my php file to HTML
(PHP Cake), yet none of the snippets work for me. For instance, I try
typing dat then hitting tab and nothing happens. Is there something
else I'm missing perhaps? Is this not a fully supported bundle
anymore?

Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: textmate snippets not working

2009-09-03 Thread jperras

This is the official textmate bundle: http://thechaw.com/cakephp_tmbundle
(the one you link to is a fork of the official one on github).
The one currently in the textmate subversion repository was
unofficial, and was for a much earlier version of CakePHP.

-jperras.

On Sep 3, 12:39 am, mikeottinger mikeottin...@gmail.com wrote:
 Hi All,

    So I ditched the bundle and went searching for another source. Lo
 and behold I found this:

    http://www.etoxified.com/cakephp-bundle-for-textmate

    It requires git, but I downloaded it refreshed my bundles and
 voila, it worked. I'm running textmate 1.5.8, I'm wondering if there
 are compatibility issues with this and version of the CakePHP bundle
 available through the svn url above. Sort of a shot in the dark in
 terms of explanation, but I'm at a loss as to why I couldn't get it
 working before. Hopefully this is helpful to others.

 Thanks.

 On Sep 2, 7:47 am, mikeottinger mikeottin...@gmail.com wrote:

  Thanks for the help. Yes, there's one bundle, it was a typo. And I
  removed it and reinstalled it within /Library/Application Support/
  TextMate/Bundles like this:

  svn cohttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle/

  I then fired up TextMate, but alas, still no luck. I went into the
  bundle's Snippet directory and listed the permissions there:

  -rw-r--r--

  Don't these need to be executable?

  Thanks again.

  On Sep 2, 3:36 am, Martin Westin martin.westin...@gmail.com wrote:

   Bundles? Unless that's a typo, you might need to stick with one bundle
   for CakePHP or you might get some conflict.

   I have this 
   onehttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle
   installed in ~/Library/Application Support/TextMate/Bundles/

   It works as it should for me. dat will expand to $this-data['…']
   for example.

   I have a vague memory of some bundle causing me problems because of
   file permissions. Try chmodding your bundle (which is one of these
   Apple faux-directories) to make sure Textmate can do it's thing. If
   you check it out using subversion they should be ok but you never
   know.

   On Sep 2, 8:15 am, mikeottinger mikeottin...@gmail.com wrote:

Hi All, I've scoured the web and had no luck, I've installed the
bundles for cakephp, I've set the file type for my php file to HTML
(PHP Cake), yet none of the snippets work for me. For instance, I try
typing dat then hitting tab and nothing happens. Is there something
else I'm missing perhaps? Is this not a fully supported bundle
anymore?

Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: textmate snippets not working

2009-09-02 Thread Martin Westin

Bundles? Unless that's a typo, you might need to stick with one bundle
for CakePHP or you might get some conflict.

I have this one
http://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle
installed in ~/Library/Application Support/TextMate/Bundles/

It works as it should for me. dat will expand to $this-data['…']
for example.

I have a vague memory of some bundle causing me problems because of
file permissions. Try chmodding your bundle (which is one of these
Apple faux-directories) to make sure Textmate can do it's thing. If
you check it out using subversion they should be ok but you never
know.



On Sep 2, 8:15 am, mikeottinger mikeottin...@gmail.com wrote:
 Hi All, I've scoured the web and had no luck, I've installed the
 bundles for cakephp, I've set the file type for my php file to HTML
 (PHP Cake), yet none of the snippets work for me. For instance, I try
 typing dat then hitting tab and nothing happens. Is there something
 else I'm missing perhaps? Is this not a fully supported bundle
 anymore?

 Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: textmate snippets not working

2009-09-02 Thread mikeottinger

Thanks for the help. Yes, there's one bundle, it was a typo. And I
removed it and reinstalled it within /Library/Application Support/
TextMate/Bundles like this:

svn co http://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle/

I then fired up TextMate, but alas, still no luck. I went into the
bundle's Snippet directory and listed the permissions there:

-rw-r--r--

Don't these need to be executable?

Thanks again.

On Sep 2, 3:36 am, Martin Westin martin.westin...@gmail.com wrote:
 Bundles? Unless that's a typo, you might need to stick with one bundle
 for CakePHP or you might get some conflict.

 I have this 
 onehttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle
 installed in ~/Library/Application Support/TextMate/Bundles/

 It works as it should for me. dat will expand to $this-data['…']
 for example.

 I have a vague memory of some bundle causing me problems because of
 file permissions. Try chmodding your bundle (which is one of these
 Apple faux-directories) to make sure Textmate can do it's thing. If
 you check it out using subversion they should be ok but you never
 know.

 On Sep 2, 8:15 am, mikeottinger mikeottin...@gmail.com wrote:

  Hi All, I've scoured the web and had no luck, I've installed the
  bundles for cakephp, I've set the file type for my php file to HTML
  (PHP Cake), yet none of the snippets work for me. For instance, I try
  typing dat then hitting tab and nothing happens. Is there something
  else I'm missing perhaps? Is this not a fully supported bundle
  anymore?

  Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: textmate snippets not working

2009-09-02 Thread mikeottinger

Hi All,

   So I ditched the bundle and went searching for another source. Lo
and behold I found this:

   http://www.etoxified.com/cakephp-bundle-for-textmate

   It requires git, but I downloaded it refreshed my bundles and
voila, it worked. I'm running textmate 1.5.8, I'm wondering if there
are compatibility issues with this and version of the CakePHP bundle
available through the svn url above. Sort of a shot in the dark in
terms of explanation, but I'm at a loss as to why I couldn't get it
working before. Hopefully this is helpful to others.

Thanks.

On Sep 2, 7:47 am, mikeottinger mikeottin...@gmail.com wrote:
 Thanks for the help. Yes, there's one bundle, it was a typo. And I
 removed it and reinstalled it within /Library/Application Support/
 TextMate/Bundles like this:

 svn cohttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle/

 I then fired up TextMate, but alas, still no luck. I went into the
 bundle's Snippet directory and listed the permissions there:

 -rw-r--r--

 Don't these need to be executable?

 Thanks again.

 On Sep 2, 3:36 am, Martin Westin martin.westin...@gmail.com wrote:

  Bundles? Unless that's a typo, you might need to stick with one bundle
  for CakePHP or you might get some conflict.

  I have this 
  onehttp://svn.textmate.org/trunk/Review/Bundles/PHP%20Cake.tmbundle
  installed in ~/Library/Application Support/TextMate/Bundles/

  It works as it should for me. dat will expand to $this-data['…']
  for example.

  I have a vague memory of some bundle causing me problems because of
  file permissions. Try chmodding your bundle (which is one of these
  Apple faux-directories) to make sure Textmate can do it's thing. If
  you check it out using subversion they should be ok but you never
  know.

  On Sep 2, 8:15 am, mikeottinger mikeottin...@gmail.com wrote:

   Hi All, I've scoured the web and had no luck, I've installed the
   bundles for cakephp, I've set the file type for my php file to HTML
   (PHP Cake), yet none of the snippets work for me. For instance, I try
   typing dat then hitting tab and nothing happens. Is there something
   else I'm missing perhaps? Is this not a fully supported bundle
   anymore?

   Thanks in advance.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---