Hi Team.
Congratulations for you. It is becoming an amazing and helpful repository!!
About Textmate, I have a TODO bundle question.
After typed fixme or changed + TAB, I cannot obtain the same behaviour obtained when I type todo + TAB.
For instance,
After typed todo + TAB, the content is changed to % TODO But fixme + TAB or changed + TAB
Nothing is changed.
Could you please help with this?
Thanks in advance,
Rei
Reinaldo,
Try this.
 Just a matter of search and replacing todo with fixme in a duplicate of the TODO:insert ToDO List bundle item. Working one up for 'changed' should be just as simple ;-)
R
-- Richard Dyce MA (Cantab.) MBCS MIET
Hi Richard,
Thanks for answering so fast. If I understood your idea, you told to replace, in this manner:
Maker: FIXME from old Pattern: /FIX ?ME[\s,:]+(\S.*)$/i to new Pattern: /FIXME[\s,:]+(\S.*)$/i
and update it in console $ osascript -e 'tell app "TextMate" to reload bundles'
but nothing changed :(
No. ;-) Nothing so drastic!
Go to the bundle editor Open then ToDo bundle Create a duplicate of the 'Insert TODO List' command Rename it 'Insert CHANGED List' Edit the command replacing TODO with CHANGED Change the tab trigger to 'changed' Click on another item in the list. Try it out.
It worked for me.
Although, probably I have totally misunderstood your question, so feel free to ignore this. ;-)
R
-- Richard Dyce MA (Cantab.) MBCS MIET
Hi Richard,
PERFECT answer.
Thanks of all.
Rei
How can I update(share) these changes in the TODO.bundle at server?
Rei
Hi Rei,
Each bundle has a maintainer, you would typically email them for additions to the bundle. To find out who the maintainer is, open the bundle up in TM as a project (it is just a folder after all, so just drag and drop it onto the TM icon), and look at the info.plist file. At the very top you will find something like:
<key>contactEmailRot13</key> <string>Fbelh@freravgl.qr</string> <key>contactName</key> <string>Stanley Rost</string>
So this gives you the name of the maintainer, and also the email address encoded in ROT 13. To unencode it, select it and execute the "Rot 13 Selection" command from the Mail bundle. (Should this perhaps be in the Text bundle instead? )
On Sep 11, 2007, at 11:49 AM, Reinaldo wrote:
How can I update(share) these changes in the TODO.bundle at server?
Rei
Haris Skiadas Department of Mathematics and Computer Science Hanover College
PS: I haven't forgotten your email about the book, I need to reply to it but things have gotten too hectic
Hi Haris,
Good to see you! and Thanks!
about decode: I found ROT 13 but I was not happy to decode this: <key>isDelta</key> <true/> <key>uuid</key> <string>0B296803-7D51-11D9-859D-000D93B6E43C</string>
about book: Don't worry. I will be waiting. I think it will be a great call for TeXtmate :-)
All the best,
Rei
Charilaos Skiadas-3 wrote:
Hi Rei,
Each bundle has a maintainer, you would typically email them for additions to the bundle. To find out who the maintainer is, open the bundle up in TM as a project (it is just a folder after all, so just drag and drop it onto the TM icon), and look at the info.plist file. At the very top you will find something like:
<key>contactEmailRot13</key> <string>Fbelh@freravgl.qr</string> <key>contactName</key> <string>Stanley Rost</string>
So this gives you the name of the maintainer, and also the email address encoded in ROT 13. To unencode it, select it and execute the "Rot 13 Selection" command from the Mail bundle. (Should this perhaps be in the Text bundle instead? )
On Sep 11, 2007, at 11:49 AM, Reinaldo wrote:
How can I update(share) these changes in the TODO.bundle at server?
Rei
Haris Skiadas Department of Mathematics and Computer Science Hanover College
PS: I haven't forgotten your email about the book, I need to reply to it but things have gotten too hectic
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Sep 11, 2007, at 5:53 PM, Reinaldo wrote:
Hi Haris,
Good to see you! and Thanks!
about decode: I found ROT 13 but I was not happy to decode this: <key>isDelta</key>
<true/> <key>uuid</key> <string>0B296803-7D51-11D9-859D-000D93B6E43C</string>
about book: Don't worry. I will be waiting. I think it will be a great call for TeXtmate :-)
All the best,
Ah, you have local modifications to the bundle! You need to find the version of the bundle that is inside TextMate, and/or download the bundle from the bundle repository.
http://macromates.com/wiki/Main/SubversionCheckout
Haris
Rei
Charilaos Skiadas-3 wrote:
Hi Rei,
Each bundle has a maintainer, you would typically email them for additions to the bundle. To find out who the maintainer is, open the bundle up in TM as a project (it is just a folder after all, so just drag and drop it onto the TM icon), and look at the info.plist file. At the very top you will find something like:
<key>contactEmailRot13</key> <string>Fbelh@freravgl.qr</string> <key>contactName</key> <string>Stanley Rost</string>
So this gives you the name of the maintainer, and also the email address encoded in ROT 13. To unencode it, select it and execute the "Rot 13 Selection" command from the Mail bundle. (Should this perhaps be in the Text bundle instead? )
On Sep 11, 2007, at 11:49 AM, Reinaldo wrote:
How can I update(share) these changes in the TODO.bundle at server?
Rei
Haris Skiadas Department of Mathematics and Computer Science Hanover College
PS: I haven't forgotten your email about the book, I need to reply to it but things have gotten too hectic
Hi Haris,
Now I got the email ;-)
Thanks for answering so fast.
Rei