Jon Evans

Results 12 comments of Jon Evans

The two themes I added to this repo (kicad-classic and kicad-default) should not be included in the PCM as they are built-in to KiCad.

It is still planned for V6 although I don't have any updates on timelines yet. I would assume that it may take some iteration to get everything into the new...

> According to the [sqlite website](https://www.sqlite.org/fts5.html#building_fts5_as_part_of_sqlite): > > > "As of [version 3.9.0](https://www.sqlite.org/releaselog/3_9_0.html) (2015-10-14), FTS5 is included as part of the SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)." > > On my windows machine on...

Using DIPs sounds good to me. > personally I'd rather try to find some way to use DIPs in wxPersistentTLW too in backwards-compatible way. Does it need to be backwards-compatible?...

Wouldn't it be possible to re-apply the saved size after the initial size is computed? This is what we end up doing as a client application if wx doesn't support...

> If you agree to relicense this code under wx licence, I could just copy it instead of rewriting it, please let me know if I can do it (and...

Such an iterator would be fine if we can also stick the information back in (i.e. when we are restoring a saved configuration) somehow. > But it would also be...

It doesn't work, at present. We have no way of saving and restoring floating panes, and we'd like to add it. The only thing I can think of right now...

> So we could reformulate the question as: how would you like it to work with your format? I was thinking of providing functions to save all panes/docks/whatever else and...