Kevin Matthes

Results 62 issues of Kevin Matthes

This Pull Request will fix #79 with minimal effort.

When opening a file from the command line, the status bar shows separators next to the line / column and progress information fields. As soon as one calls the file...

Although this is just a "nice-to-have" functionality, it might help especially new users to become familiar with Zee: an information in the status bar which indentation settings are currently applied....

SCons is a build system which is based upon Python scripts named `SConstruct` and describes itself as a replacement for `make`. Despite the fact that those `SConstruct` scripts typically carry...

When working with Zee, it is useful to have a second terminal to do the Git operations there, for instance committing the latest progress, run tests and so on. Sometimes,...

This Pull Request brings an initial CFF as suggested in #61.

Especially for debugging, it would be a great enhancement to know for which reason the application quit. In the C world, there is the famous `sysexits.h` header which defines a...

As mentioned in #30 by @mcobzarenco, the colour themes shall be outsourced from the source code in future releases. With this issue, I would like to suggest a procedure on...

Hello! Thank you for this software! At the moment, I am trying to get started with `zee` but I often need to work myself through the respective implementation of a...

[Tree-Sitter](https://github.com/tree-sitter/tree-sitter)s are syntax parsers with which some editors, like [Zee](https://github.com/zee-editor/zee) or [Helix](https://github.com/helix-editor/helix), manage their syntax highlighting for the respective coding languages. Although CFF could be highlighted with a simple YAML...