cl-cffi-gtk icon indicating copy to clipboard operation
cl-cffi-gtk copied to clipboard

As a developer I want to have a graphical inspector,

Open Ferada opened this issue 7 years ago • 2 comments

so I don't have to have SLIIME open.

Looking at the commercial Lisps here. And compare with the GTK-own inspector, which can see their own properties and values. Maybe it can be hooked into even?

Ferada avatar Apr 05 '18 16:04 Ferada

@Ferada - have you looked at https://github.com/stacksmith/subtext Especially the REPL? It is a mockup/demo, but the idea of text fragments that are connected to lisp code, can bind keys, etc... is really powerful for building things like inspectors... I am doing a major rewrite of subtext, so don't spend too much of your time using the demo...

stacksmith avatar Jun 19 '19 20:06 stacksmith

Yes, I like it a lot. For me would definitely make sense to use the textual representation and have clickable links to expand to drill down, similar to how the SLIME inspector looks like.

Well and all with keyboard navigation available too of course.

There should also somehow be an easy mechanism for users to override the display mechanism for custom classes like e.g. to display image etc.

Ferada avatar Jun 19 '19 22:06 Ferada