Marc

Results 36 issues of Marc

### Description I tried opening a file which somehow had scrambled encoding (Japanese Shift JIS displayed on macOS) and special characters like Ü and °. Opening the file with CodeEdit...

bug

### Description When opening a file the window always opens in the bottom left corner. Always with the same size and position. Even when I resize or move the window,...

bug

### Description When opening the attached header file, syntax highlighting fails on many occasions of the keyword `double`. The color switches between bright and dark blue. ### Download source file...

bug

### Description When opening the attached header file, syntax highlighting fails on many occasions of the keyword `double`. The color switches between bright and dark blue. ### Download source file...

bug

I installed cppman using homebrew on macOS. When trying to view any man page like `cppman vector` or `cppman std::vector` the following error is generated: ``` cppman std::vector gunzip: error...

With the new hyperborder version (v2) the CPU usage is very high when enabling animation. I ruled out any other plugin by disabling them for testing. With all other plugins...

enhancement

### Description See CodeEditApp/CodeEdit#1267 When trying to compile the current sources with XCode 14.3 on macOS 13.3.1(a) I get the following compilation error: ``` .../CodeEditTextView/Tests/CodeEditTextViewTests/CodeEditTextViewTests.swift:4:1 Usage of // swiftlint:disable all...

bug

- [X] I am on the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [X] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is not a duplicate - **OS version...

When I set a flag like this: ```cpp app.add_flag("--hidden,!--no-hidden", showHiddenFiles, "Show or hide hidden files"); ``` the resulting help text looks like this: ``` --hidden, --no-hidden{false} Show or hide hidden...

_This is the new PR I've mentioned to work on in PR #858_ ## A better Help Formatter _See below for images of the new help page_ Finally, after a...