johannphilippe

Results 11 issues of johannphilippe

I would like to contribute to development of a code editor element with syntax highlighting. It could probably be derived from `basic_text_box`, though it would require a dynamic syntax analyzer...

Funny bug this time :smile: Artist port branch, in the text_and_icons example : write a 'f' in a text editor, all fine. write a second one, it disappears. write a...

A few methods could be added to improve the control over `window`, particularly when user handles several windows in the application. * `close()` : simply closes the window. I could...

help wanted

The dynamic list does not seem to allow its childs to respond to user interaction (key, click ...) . ```c++ class basic_row : public htile_composite { public: basic_row(size_t index) :...

In text.cpp, line 376 : ```C++ auto next_char = [this, &_text]() { if (_text.size() > 1 && _select_end < static_cast(_text.size())) ++_select_end; }; ``` Where `_text.size() > 1` should probably be...

I noticed that `input_box` text can overflow a little bit if the elements size is limited (width overflow). It did overflow for a x limit of 30, and it doesn't...

Hello, and congratulations for your work. I have been looking for something similar for a long time, it is very exciting. I'm wondering if it is feasable to expose Dart...

question

Linux Mint 21.3 Cinnamon When clicking on another dialog (like text editor, on another screen) the renderer window loses focus and disappears. This can be a problem in live-coding situation,...

Hello, I've been experiencing this issue since yesterday. I tried all the solutions proposed in similar issues report. `make: Entering directory '/home/johann/ofw/apps/projectGenerator/commandLine' HOST_OS=Linux checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0...

I couldn't find a way to switch the Alphanumeric keyboard to AZERTY. Is that something supported ? It could be great ! Thanks for your work