- 10月 23, 2022
-
-
由 Simon Hausmann 创作于
Use the re-export to avoid a version clash for ttf-parser.
-
- 10月 21, 2022
-
-
由 Tobias Hunger 创作于
The LSP now groups attributes. Support that in the online editor
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
Merge the type information of the properties into the value column as a tooltip. Also add some tag into the output via CSS: This should be replaced with proper icons!
-
由 Olivier Goffart 创作于
-
由 Florian Blasius 创作于
-
由 Olivier Goffart 创作于
- We should not panic if the base type is invalid - We should try to keep bindings in the Element even if the base type is invalid - Fix querying the element at a position in case it is not in the last component of a file
-
由 Olivier Goffart 创作于
Group property from the base class they are defined, and for built in property, group them by category. Also filter callback and other reserved properties that are not valid for some elements.
-
由 Olivier Goffart 创作于
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
Make the document outline set the "active" class on the element the cursor is currently in. Include some css to make the browser show what is active.
-
由 Olivier Goffart 创作于
It was just a copy paste of with_style
-
- 10月 20, 2022
-
-
由 Tobias Hunger 创作于
Use `monaco.Uri` more in the internal parts of the `EditorWidget`, add `TextRange` and `TextPosition` types and use them to data around. Also fix a bug introduced when switching to the tree of items in the outline editor and another small bug with the file tab name changing for temporary files. Sorry for mixing this into this patch, but I discover the issue while working on improving type safety.
-
由 Olivier Goffart 创作于
Instead of looking up any property in `self` and `root`, only resolve the properties in scope declared in the current component.
-
由 Simon Hausmann 创作于
Use the zero-line based lsp range/position types for the QueryProperties lsp command results and convert them to monaco editor ranges for correct text extraction.
-
由 Tobias Hunger 创作于
-
由 Simon Hausmann 创作于
Since the DOM API doesn't provide the values, we can just place the cursor ourselves.
-
由 Olivier Goffart 创作于
Pros: the composition shows up as selected Cons: te cursor is shown at the begining of the preselection, and clicking on the field commit the selection at the wrong place
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
Implement the tree structurer -- and not in a flat list of rows.
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
-- with more off by one errors! :-)
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
-
由 Tobias Hunger 创作于
We used to have a hand-rolled URL to address the different files open in the online editor. This got increasingly problematic as the monaco editor, the slint language server, the previewer and the online editor code all need to agree on those URLs to be able to cross-reference the different files. This patch makes sure we have the URL in ITextModel *only* und use that consistently everywhere.
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
This re-adds inheritence with the "inherits" keyword
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
and all the code that was there to update from 0.1.0 or less
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
then we just enable the support for the pico with --features=mcu-board-support/pico-st7789
-
- 10月 19, 2022
-
-
由 Olivier Goffart 创作于
-
由 Olivier Goffart 创作于
- move all the builtin function to handling to its own function with an exhaustive match, so we get a compile error when we forgot to implement one - Let Globals know about the window because we need it to get the color scheme
-