Krysl

Results 12 issues of Krysl

问题: 1. 双击显示有点乱,看起来不知道按了多少下 2. 按住拖动时没有提示,不知道按没按住 解决方案: - 希望能添加另一个动画模式“分层的扩张收缩” - 大致流程: - 第1个左键按下,触发圆圈扩张到`Width`(从透明变为不透明),触发多击检测(开始倒计时A) - 如果左键弹起,且倒计时A时间未到达 - 维持圈的存在不消失 - 否则开始圈的收缩动画 - 第2个左键按下,触发圆圈扩张到`Width-2*圆圈宽度`,重置倒计时A的时间 - 第N个左键按下,触发圆圈扩张到`Width-2*(N-1)*圆圈宽度`,重置倒计时A的时间 - 如果左键弹起,倒计时A时间到达 - 将存在的N个圈同时收缩 - 鼠标拖动时把N个圈同时移动

**Is your feature request related to a problem? Please describe.** My memory usage often exceeds 90%, so I often need to find out which group of processes is causing a...

enhancement

### Description of the feature, modification, idea or suggestion My memory usage often gets close to 100% and then Chrome, VSCode, etc. will crash. I hope processhacker can make a...

enhancement

I want to record a video about reproducing bugs in some other software, and then I found that there is no sound. I think it would be much better if...

enhancement

### Operating System Win 10 ### Installation Method Official Release ### Xournal++ Version 1.2.2 ### libgtk Version 3.24.39 ### Bug Description Xournalpp startup too slow. **No window show up** several...

bug

比如我用这么一个按键序列: `umount /mnt/sda/sda1{ENTER}` 结果变成了: `umount、模拟题、送达、送达`

test code from #74 If I have another file also have some breakpoints (such as `Ztest.g`, which is used by `setBreakPointsRequest()` later than `test.g`). The breakpoints set by `test.g` will...

possible bug

**Describe the bug** "else" branch should not be folded **Screenshots** ![BetterFolding-if-else-branch-should-not-fold](https://user-images.githubusercontent.com/5905801/232030627-cd1ffb2a-f149-4a52-96a5-90b02e80459f.gif)

## Changes Fixes #1948 ## Checklist - [x] An issue to be fixed by this PR is listed above. - [ ] New tests are added to ensure new features...

**Is your feature request related to a problem? Please describe.** Show too much lint messages in VSCode problem panel, if I had defined some strict lint rules in analysis_options.yaml. Even...

enhancement
good first issue