sdasda7777

Results 47 issues of sdasda7777

### Operating System Linux ### What's the issue you encountered? File switching gets completely confused when opening either two files of the same name ('A/a.txt' and 'B/a.txt') - after switching...

### What feature would you like to see? When editing a file, ImHex is completely oblivious to any changes happening to the file. It doesn't automatically offer reloading/resaving, and there...

feature request

### What feature would you like to see? Firstly, it seems to me when having multiple files open, you can see that some of the files were changed, but not...

bug
feature request

This pull request fixes multiple bugs related to BBEditor and time signatures, stemming from incorrect or outdated usage of method getBar(): - Lines 212 and 228: Fix the issue of...

after-refactor

I like that you have to swipe to turn the alarm off (unlike with the default clock app's alarm that turns off with the slightest touch to the display), but...

feature request

The readme unfortunately doesn't seem to mention this (which it definitely should, right on the first line), but this project is no longer maintained. Fortunately there is a fork that...

Fixes #100. Implements support for multiline comments such as `/* comment */`. The example file [riscv1_min.asm](https://github.com/TheThirdOne/rars/files/13047561/riscv1_min.txt) (file extension changed to be allowed here) renders and compiles like this (the colour...

This is tangentially related to #14746. I spend stupid amount of time trying to debug a regex, but the Boost flavour of regexes just doesn't have a lot of support...

feature

### Description of the Issue It seems that access modifiers in Rust confuse the function list. ```Rust impl ExampleObject { fn new_private() -> Self { ExampleObject{} } pub fn new_public()...

language-support
function list

### Description of the feature Would it be possible to allow multiple windows to be shown in single sidebar at the same time? There are windows that would be really...