Tim Ebbeke

Results 17 comments of Tim Ebbeke

I am currently trying to accomplish the same thing, but I have my doubts, that even if cmake-js tried to support it, that the produced modules would be loadable. I...

I agree that the textbox needs finer style control for syntax highlighting. Specifically FG/BG Color + (Bold/Italic/Normal) at arbitrary positions.

I have looked a little into the textbox, but it is quite a complicated component. If I were to start somewhere, I would look into the existing keyword highlighting and...

I misunderstood, you asked how such an interface addition to nana::textbox could look like? **This is a very quick idea out of the top of my head.** Maybe something like:...

When i first saw `combox::the_number_of_options()` I flinched because of the weird naming. I'd rather suggest `count()` or `option_count()`

`nana::filebox` has an init_path member, but `nana::folderbox` does not (its in the constructor).

Can't promise it, but I will do that when I'm in the mood for productivity. I will need it in a hobby project anyway

How should those be passed? std::map , std::unordered_map , or something that satisfies "AssociativeContainer" (without using concepts ofc)? Also, where to put the argument? because adding that inbetween some parameters...

The old ones cannot be deprecated when the environment is passed by const&, because an empty environment is just as valid as using the default one. (empty != ignore parameter).

Oh this was hasty. You already have it setup this way, but why is the line commented out and replaced? I dont unterstand why.