AaronErhardt / AaronErhardt.github.io

My personal blog
https://aaronerhardt.github.io
3 stars 4 forks source link

"Manual View" still correct #57

Open tronta opened 2 years ago

tronta commented 2 years ago

Here I find a chapter about manual-view: https://github.com/AaronErhardt/AaronErhardt.github.io/blob/book/src/widget_macro_reference.md#manual-view

Is this still correct? When I tried it, I get the error:

Expected identifier `pre_init`, `post_init`, `pre_connect_parent`, `post_connect_parent`, `pre_view` or `post_view`.rust-analyzer[macro-error](https://rust-analyzer.github.io/manual.html#macro-error)
AaronErhardt commented 2 years ago

Good catch. It's not anymore, as you can see here: https://github.com/AaronErhardt/AaronErhardt.github.io/blob/book/src/0_2_to_0_4.md#widget-macro

I still haven't had time for the book. I'm focusing on the 0.5 release right now, I hope things will settle down a bit soon...

tronta commented 2 years ago

Don't worry. Thanks for pointing me there If you think, there will be not too many changes, I'll can propose a change.

AaronErhardt commented 2 years ago

There shouldn't be a lot of changes. But as always, feel free to contribute only as much as you want. It doesn't need to be complete right away.