Xeverous
Xeverous
Ok, this will likely be a `language-lawyer`-type question on SO > 6.6.5.1.2 If a variable with static storage duration has initialization or a destructor with side effects, it shall not...
I have submitted an issue that has been caused by this. As per [proposed C++ layout](https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/develop/data/spec.bs) I suggest to rename `build` to `tools` or `scripts`
1. `widget::enabled() const` is fine because it asnwers the question (similarly to `.size()` or `.length()` in the standard library) but `widget::enabled(bool)` should be `widget::enable(bool)` (this is an action, not a...
Ok, so how should I approach if I want a widget that: - displays text in monospaced font - the text can have arbitrary colors in arbitrary places - text...
`colored_area_type` is quite limited: it only allows to set certain fg/bg color for entire line. I would like to be able to set arbitrary colors for arbitrary places (keywords and...
> what will be the consecuences for the final user of introducing formating commands in a text that is expected to be raw text? Something akin to the SQL injection...
I did not mean to support an advanced format like reST or HTML. All I want is a more finely-grained control over the text inside `textbox`. `textbox` has: - `set_highlight()`...
- demo.cpp11: removing these includes does not help, some classes are missing ``` main.cpp:8:10: fatal error: nana/gui/layout.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ main.cpp:8:19: fatal error: nana/filesystem/file_iterator.hpp: No such...
> > Do you have an idea how to update a GitHub wiki automatically? I'm very thankfully to @genenorton for that last update, but as you see... I will be...
The commit you linked was definitely good, less questionable casts is definitely better and safer. > Well, @Xeverous is testing some very exotic build configuration, a corner case. Exotic? I...