mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
janitor: Update global cspell
Update global cspell words and remove some file-wide words. Also remove a manual test that is now also run as a proper test case.
This commit is contained in:
parent
49e0a2f32b
commit
c825eee228
11 changed files with 20 additions and 130 deletions
|
@ -1,6 +1,8 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
// cSpell: ignore langtype typeregister
|
||||
|
||||
/**
|
||||
This file contains the definition off all builtin items
|
||||
It is parsed with the normal .slint parser, but the semantic.
|
||||
|
@ -19,7 +21,7 @@
|
|||
to that property.
|
||||
*/
|
||||
|
||||
import { _ } from ""; // just to silence many error in the LSP
|
||||
import { _ } from ""; // just to silence many errors in the LSP
|
||||
|
||||
Rectangle := _ {
|
||||
property <brush> background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue