trawor / XToDo

Xcode plugin to collect and list the `TODO`,`FIXME`,`???`,`!!!!`
http://imi.im/xtodo
1.54k stars 179 forks source link

ctrl + t doesn't open the window in the new version of Xcode #48

Open syncreticudon opened 9 years ago

syncreticudon commented 9 years ago

Is there a way to override the default shortcut?

pballada commented 9 years ago

+1 here

trawor commented 9 years ago

Xcode 6.2 ? I got Version 6.2 (6C131e) and works well

pballada commented 9 years ago

Downloading xToDo and building solved the issue. Didn't worked installing the plugin from Alcatraz.

liuchunlao commented 9 years ago

1.we need to goto ~/Library/Application Support/Developer/Shared/Xcode/Plugins this directory 2.show the package of this software 3.open file named “info.plist”, 4.add an item < A16FF353-8441-459E-A50C-B071F53F51B7 > to "DVTPlugInCompatibilityUUIDs" 5.this worked in my mac, you can have a try.

vitormf commented 9 years ago

My info.plist already contained this value. It still won't open.

liuchunlao commented 9 years ago

did you restart the Xcode,or the mac book? if it still doesn't work,it may because this method only works in China。because my two MacBooks work with this method. sorry for that.

vitormf commented 9 years ago

liuchuniao: I was installing from Alcatraz, it did work after downloading the code and building on XCode, as mixmastertube said.

hyperjeff commented 9 years ago

A bug, I think, but you decide: The target's "Framework Search Paths" assume Xcode is in /Applications. On my machine, it's in /Applications/Developer, so it fails to build unless I update the path. After i fix that, as mixmastertube and witormf said, a simple build and it works when I restart Xcode.

eagle-dan1349 commented 9 years ago

+1, xcode 6.3.2. Tried both, to build from source and install via Alcatraz