trawor / XToDo

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

XCode 6.1 Window doesn't open #41

Closed sigmundfridge closed 9 years ago

sigmundfridge commented 9 years ago

Installed via Alcatraz. I can see the menu items ToDoList and Snippets. I can also add snippets from this menu. However, clicking ToDoList does nothing (the ToDo window never opens).

trawor commented 9 years ago

will dig this, thx did you try it without Alcatraz? it looks fine

wang9262 commented 9 years ago

Installed via Alcatraz. I can see the menu items ToDoList and Snippets. I can also add snippets from this menu. However, clicking ToDoList does nothing (the ToDo window never opens).

用Alcatraz安装遇到相同情况,下载zip文件后就可以了,但是窗口弹出来后结果显示有点慢

WChambers commented 9 years ago

If you haven't already found a solution to this, could it be related to the OS version? Xcode 6.1.1 on Yosemite pulls up the window, but 6.1.1 on Mavericks does not (regardless of whether I use Alcatraz or install manually)

joelmarquez90 commented 9 years ago

Try this, by @clozach in the GitDiff plugin (https://github.com/johnno1962/GitDiff/issues/25):

1) Create sample project w/git and add some TODOs and FIXME. 2) Quit Xcode 3) Manually remove all plugins from ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/ 4) Remove XToDo plugin from ~/Library/Application\ Support/Alcatraz/Plug-ins 5) Download XToDo zip: https://www.dropbox.com/s/bgn4x4i9rt7s0uw/XToDo.xcplugin.zip 6) Build XToDo project 7) Open sample project: XToDo working 8) Quit Xcode, drag in a single plugin, and retry step 7 9) Run Alcatraz in Xcode...all seems OK 10) Check ~/Library/Application\ Support/Alcatraz/Plug-ins: Alcatraz copied working XToDo back in there, and all continues to function.

For me it works now with this solution.

clozach commented 9 years ago

Thanks @joe182…worked for me! This isn't the first issue I've had that seemed to be related to Alcatraz. Too bad...when Alcatraz works, it's incredibly slick.

julian-weinert commented 9 years ago

This might be a duplicate of https://github.com/trawor/XToDo/issues/40

trawor commented 9 years ago

duplicate #65, and check out the one line code fixing