Hello all,
I am having problems were by attempt to word completion (say for something starting "people..") leads to the following error:
peopleWarning: PropertyList is deprecated. Use OSX::PropertyList instead. dom
I am using the latest cutting edge Textmate version: Version 1.5.6 (1414)
I also updated the bundles that I loaded separately using :
cd /Library/Application\ Support/TextMate export LC_CTYPE=en_US.UTF-8 svn up *.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
And then
After a search at the macromate site I read a suggestion that I would have to use the following commands to change to the most recent version of support:
cd /Library/Application\ Support/TextMate sudo svn co http://macromates.com/svn/Bundles/trunk/Support
indeed, this was confirmed after I checked by using ^R on:
echo "$TM_SUPPORT_PATH"
which now gave /Library/Application Support/TextMate/Support
IN PLACE OF the previous /Applications/TextMate.app/Contents/SharedSupport/Support
This has not helped... Is there another solution to ridding myself of the above error?
Thanks in advance.
danstan
On 03/10/2007, at 01:44, xolela@mac.com wrote:
I am having problems were by attempt to word completion (say for something starting "people..") leads to the following error:
peopleWarning: PropertyList is deprecated. Use OSX::PropertyList instead. dom
The command you have for word completion, which should be a custom command, needs to be updated to use OSX::PropertyList instead of just PropertyList.
This should be easily done by selecting Bundles → Bundle Editor → Edit Commands… and locating it.
That solved it... Thanks Allan ..
danstan
On Oct 2, 2007, at 9:21 PM, Allan Odgaard wrote:
On 03/10/2007, at 01:44, xolela@mac.com wrote:
I am having problems were by attempt to word completion (say for something starting "people..") leads to the following error:
peopleWarning: PropertyList is deprecated. Use OSX::PropertyList instead. dom
The command you have for word completion, which should be a custom command, needs to be updated to use OSX::PropertyList instead of just PropertyList.
This should be easily done by selecting Bundles → Bundle Editor → Edit Commands… and locating it.
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