-
Current implementation of text edition lack some feature
- [x] Shortcut like up and down
- [ ] Shortcuts page up / page down
- [x] select all text with ctrl+a
- [x] more shortcut like ctrl…
-
I want to set backgroud to transparent within TextEdit.
-
## Reproducer
`foo.slint`
```slint
export component Foo inherits Window {
callback bar(KeyEvent);
FocusScope {
key-released(event) => { bar(event); accept }
…
Tmpod updated
9 months ago
-
Please let us know if you have any suggestions for tags! We should do a pass on all the crates currently listed.
My quick thoughts:
- Soft real time suitable
- Flexbox-like layout
- Functional…
-
Drag 'n' Drop could be improved. A first approach that can be also useful in other context is to allow to read mouse position of a `TouchArea` event it is not pressed. And also allow this if an other …
-
For each style (expect qt) we have a `styling.slint` file with all styling resources that are relevant for the specific style such as brushes and typography. That works well internal for our `std-widg…
-
-
Currently creating buttons that have keyboard shortcuts attached to them is a pain. I recommend something similar to `FocusScope` with a small change, where on objects with focus can accept or reject …
-
```javascript
struct S := {
c: color,
}
Demo := Window {
// OK
property c: red;
// OK
property s1: {c: Colors.rgb(255,0,0)};
// error: Unknown unqualified identifier '…
-
Attached is demonstration code showing the problem. Specifically in this demo, I do the same thing when I start up as when I click on the button. Here is the most important code:
````
// try t…