MinusGix

Results 67 issues of MinusGix

## Lapce Version Version: 0.2.5 ## System information Linux ## Describe the bug Currently when editing python code, pressing enter doesn't seem to insert the proper indentation. ```python def do_thing():...

C-bug
A-editor

## Lapce Version 0.2.4 ## System information Linux ## Describe the bug Updating a theme seems to not download the new volt.toml file. This causes the 'Update' notification to remain,...

C-bug
A-plugins

## Lapce Version Current HEAD ## Describe the bug ![image](https://user-images.githubusercontent.com/13157904/205691758-2e83af0f-3d58-4a6a-ae4c-0ea583f0da7e.png) It would be better if the completion items was deliberately positioned away from the signature, so that both are visible....

C-bug
A-ui

~~- [ ] Added an entry to `CHANGELOG.md` if this change could be valuable to users~~ I noticed that the code was using lots of iterator adapters, and so the...

A-dev

- [x] Added an entry to `CHANGELOG.md` if this change could be valuable to users Fixes #1908 (Where `|` is the cursor and `|H|` is a selection) Before: `|H|ello` ->...

A-editor

Example: ```rust use binrw::{io::TakeSeekExt, until_eof, BinRead}; fn main() { let data = std::fs::read("/home/minus/test.bin").unwrap(); let mut cursor = std::io::Cursor::new(&data); let data = Data::read(&mut cursor).unwrap(); println!("Data: {:?}", data); } #[derive(Debug, BinRead)] #[br(little)]...

confusing-api

## Lapce Version HEAD ## Describe the bug When using ctrl-f to search, enter works as expected where it goes to the next instance of the search text. However using...

C-bug
A-editor

## Lapce Version HEAD ## System information Linux ## Describe the bug When you have a tab that is 'kept' (or whatever it is called), where it won't close if...

C-bug

## Is your feature request related to a problem? Please describe. It would be nice to have some amount of syntax highlighting in the search results. ## Describe the solution...

C-feature
A-ui

## Lapce Version HEAD ## System information Linux (Wayland) ## Describe the bug When typing quickly in palette, especially in something that has previews like `#blah` then it flickers. This...

C-bug
A-ui