FireFragment

Results 16 issues of FireFragment

When I use `Format -> Heading` or I press `ctrl + number` to create a heading, the *atx* style (with `#`) is always used, even for levels 1 and 2....

enhancement

When configuring the widget, just a change in formatting (Bold and Italic) isn't applicable, because the `Apply` button is greyed out. Some other change in widget configuration has to be...

Hello, It would be nice if it was possible to change the theme of diffs in settings. Thank you for maintaining this project :)

enhancement
entry level

``` > cd Some folder cd: string not in pwd: Some > fuck cd "Some folder" [enter/↑/↓/ctrl+c] ``` This rule fixes forgotten quotes around directory containing spaces names when using...

When using the Qt style, `ScrollView` always shows both vertical and horizontal scrollbars, even when they aren't needed. This doesn't look good and is cluttering the interface. In contrast, fluent...

bug
a:widgets

The README says, that this project REQUIRES yarn, but I was able to run it just with `npm install && npm start`, without yarn even installed.

It would be nice, if it allowed installing shaders. Also, it could be possible to install them from Modrinth.

This PR adds a new system of _crate-specific overrides_, which allows to automatically adjust build behavior to make some crates working. \ This will probably be mainly adding non-rust system...

The following code fails to build: ```rust #[derive(DisplayTree)] struct Hello { field: T, } ``` The error message: ``` error[E0277]: `T` doesn't implement `std::fmt::Display` --> common/src/lib.rs:27:10 | 27 | #[derive(DisplayTree)]...