elements
elements copied to clipboard
Elements C++ GUI library
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...
This issue is for tracking any decisions before implementing this widget. - likely just a button with predefined `on_click` function - requires platform-specific code
In the examples' CMake files, when building out of the Elements source tree and `ELEMENTS_ROOT` is not set, an error is thrown. This seems to cause difficulties for QtCreator IDE...
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...
If show a markdown document with textedit, elements can't render markdown now, so do you have the plan to support it?
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...
Hey there. I am trying to experiment with elements in Mac OS but I can't install it. Is it supposed to be intergraded in projects with another way? Thanks.