> > > > In terms of the details of the change, it really is as simple as the > release note says: a search and replace from tw->tc, tm and tv. I think > that that is all anyone needs to know to adapt existing code to the change. > (There are some prefixless classes that have gained the tc prefix too, and > they are listed in the ticket referenced in the release note). > >
It can sound trivial from a human perspective, but it is not fro an automatic process. How can you distinguish between a class, a variable and a message? The only reliable way is to have a list of the old messages and its new equivalent. If you have that list already , or at least a list of the old ones classified by classes. Maybe you can consider include that list in the upgrade mechanism and let it make the search and replace. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

