You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a workaround to this ?
to change font color midway, and baybe underliene, bold, italic, hilights
align center left right ... ?
ok the TextInput handle it but if i do something like :
exportcomponentSyntaxHighlighter {
width: 400px;
height: 300px;
HorizontalLayout {
spacing: 1px;
TextInput {
text: "Replace me with a name";
color: red;
}
TextInput {
text: " replace me with a name";
color: green;
}
Rectangle {}
}
}
can i play with the selection system to select both text input with like it's a single text ?
same for copy, paste ...
if not, would there be any technical documentation on the internal architecture of slint and its tree structure, just to see if it wouldn't be possible to start something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey looking at :
#474
and
#2723
is there a workaround to this ?
to change font color midway, and baybe underliene, bold, italic, hilights
align center left right ... ?
ok the TextInput handle it but if i do something like :
can i play with the selection system to select both text input with like it's a single text ?
same for copy, paste ...
if not, would there be any technical documentation on the internal architecture of slint and its tree structure, just to see if it wouldn't be possible to start something?
[edit]
hmm there is also #1325
Beta Was this translation helpful? Give feedback.
All reactions