Sublime Forum

Problems with *.tmPreferences files in ST3

#1

Hi, I am trying to transfer a couple of *.tmPreferences files from ST2 to ST3 but somehow it doesn’t work. Below is an example file called ‘Symbol List.tmPreferences’, which is in my ‘…/Sublime Text 2/Packages/R/Symbol List.tmPreferences’ folder. In ST2 everything works fine. Now I copy the files to ‘…/Sublime Text 3/Packages/R/Symbol List.tmPreferences’ but it doesn’t work. I checked and the ‘…/Sublime Text 3/Packages’ folder contains a cached version. Any ideas? I thought these files are still supposed to work in ST3, no?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>name</key>
	<string>Symbol List</string>
	<key>scope</key>
	<string>source.r meta.function.r</string>
	<key>settings</key>
	<dict>
		<key>showInSymbolList</key>
		<integer>1</integer>
		<key>symbolTransformation</key>
		<string>
		s/class\s+([A-Za-z_][A-Za-z0-9_]*.+?\)?)(\:|$)/$1/g;
		s/def\s+([A-Za-z_][A-Za-z0-9_]*\()(?:(.{0,40}?\))|((.{40}).+?\)))(\:)/$1(?2:$2)(?3:$4…\))/g;
	</string>
	</dict>
	<key>uuid</key>
	<string>005BE156-8D74-4036-AF38-283708645115</string>
</dict>
</plist>
0 Likes