tigregalis

Results 9 issues of tigregalis

The text_debug example is bugged (for me) using the latest Firefox and Firefox Developer Edition on Windows 10. As you can see below - it will render everything for 2...

I'd like to fetch documents and includes asynchronously (in-browser), using `fetch`. By default, it uses synchronous XMLHttpRequest, which locks the browser and also give us a warning: Synchronous XMLHttpRequest on...

:sparkles: new feature
:bulb: proposal

Something I typically do is scan several documents in one go and split files electronically into individual documents. What I typically do is scroll through the scanned file and identify...

Given the following wit: ```wit record color { r: float32, g: float32, b: float32, a: float32 } record vec4 { x: float32, y: float32, z: float32, w: float32 } //...

Current status: Almost done. Working, with some fixes for the editing required. Fixes #64 Implement specifying multiple font sizes and/or line heights. https://github.com/pop-os/cosmic-text/assets/38416468/60009d8f-74cf-410f-9c12-9ccff4979110 TODO: - [x] fix scrolling - [x]...

**Is your feature request related to a problem? Please describe.** Notepad has a recent history and the ability to pin documents: ![image](https://user-images.githubusercontent.com/38416468/135551078-2e7b026b-c294-466b-b454-82fec5b75cdd.png) BlackNotepad unfortunately does not: ![image](https://user-images.githubusercontent.com/38416468/135551120-74a8121e-3f52-497b-be81-7d719ecf1982.png) **Describe the solution...

Setup: ``` PS C:\Users\anakh\dev\rustc_codegen_cranelift> rustc --version rustc 1.81.0-nightly (fda509e81 2024-06-25) ``` ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>VC\Tools\MSVC\14.29.30133\bin\Hostx86\x64\cl.exe Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30137 for x64 Copyright (C) Microsoft Corporation....

C-bug
O-windows

Possibly related to https://github.com/pop-os/cosmic-text/issues/283 I'd like to use Editor actions to drive changes to "editor state" that lives "outside" so to speak. Without having to `impl Edit for MyType` and...

When there's an empty line (i.e. `"\n"`), the `BufferLine` loses `Attrs` information from the source. This results in a couple issues: 1. When you clear the text in a buffer...