pygobject / pgi-docgen

API Documentation Generator for PyGObject
https://lazka.github.io/pgi-docs/
GNU Lesser General Public License v2.1
129 stars 36 forks source link

class struct methods missing #112

Closed lazka closed 8 years ago

lazka commented 8 years ago

We should include things like Gtk.Widget.find_style_property

There is no support yet in pgi, bug could be hacked in for now by iterating over the class struct..

lazka commented 8 years ago

class structs are still missing. Since they add quite a bit of noise to the struct list maybe add a separate "Class Structures" page for each namespace.

lazka commented 8 years ago

the search should probably show class structs last, so that "gtk cont" doesn't bring up "Gtk.ContainerClass". Either reduce their priority or change the current logic to split up results by "." and prefer items where one search term matches most of the split up part (I think it currently compares how much it matches compared to the whole python identifier)

lazka commented 8 years ago

search works fine, so no changes needed.

all implemented now, closing.