pdcgomes / XCActionBar

"Alfred for Xcode" plugin
MIT License
1.21k stars 36 forks source link

"Add breakpoint at current line" but no "Remove breakpoint at current line" #13

Open jaykz52 opened 9 years ago

jaykz52 commented 9 years ago

Using the "Add breakpoint" command when current line is activated does remove the breakpoint, so possibly the action can just be renamed?

pdcgomes commented 9 years ago

Yeah, known issue - Menu Bar items aren't currently being updated when their titles changes in the menubar (enabled/disabled state does thought) - I've got the hooks in place but haven't gotten around to actually to wire and test things, I'll get to it soon enough, it's on my list, so stay tuned!

Most actions still work though since they use the same underlying target/action.

jaykz52 commented 9 years ago

:+1: Is there a ticket to cover that? Or should I just leave this ticket open to represent that work?

pdcgomes commented 9 years ago

No, just tracking it on my internal todo list. Leave this one around and I'll be sure to reference it once I have this fixed.