Ingredients icon indicating copy to clipboard operation
Ingredients copied to clipboard

A Cocoa documentation viewer.

Results 33 Ingredients issues
Sort by recently updated
recently updated
newest added

When the application first starts, you have to press enter in the search box to initiate a search after that deleting text or adding text in the search box runs...

if close the window, and reopen it again, there is no tab displayed. Then choose any searching result before, there is no content displayed.

I would like to see Ingredients support searching for class names using camel case abbreviations. For example "NSMD" or "NSMutD" should find "NSMutableDictionary". Such behavior is available in Xcode and...

The idea here is to query the _docsets's_ sqlite index database as well as our CD index db. If a page is not parsable, display it in a webview (like...

feature
difficult-difficult-lemon-difficult

Steps to reproduce: 1. Quit Ingredients if already open 2. Visit `x-ingredients://query/NSString` 3. NSString briefly appears in the search field, then disappears. No search is performed.

Since we don't have much control over tab creation anymore, indexing state should instead be stored by the IGKAppDelegate. Notifications should be used to signal to IGKTabControllers that indexing has...

I'm not sure how far this bug potentially goes. I verified that this was the case with at least one other person, so I don't think this is something specific...

light-indexing

I seem to remember this being a bitch and dropping it, but it's worth taking another look.

feature

So the problem seems to be that Cocoa does searches like this: ``` SELECT * FROM docrecords WHERE NSCoreDataStringSearch(name, ?) ``` Instead of like this ``` SELECT * FROM docrecords...

searching
important