Petr Zemek

Results 11 issues of Petr Zemek

It would be useful to add support for files having merge conflicts (status `U`).

enhancement

In #9, a preliminary support for ignored files was implemented. Next, the handling of ignored files can be improved by the ability to add files into `.gitignore`. As noted in...

enhancement

It would be useful to add support for partially staged files (status `MM`).

enhancement

It would be useful to add support for copied files (status `C`).

enhancement

It would be useful to add support for renamed files (status `R`).

enhancement

The [retdec.com](https://retdec.com) decompilation service is to be disabled (see the [official announcement](https://retdec.com/news/2018-06-07-new-version-3-1/)). This will render the library and tools in the present repository non-functional. I will keep the repository online...

Hello @hugsy, I am one of the developers behind [RetDec](https://retdec.com/). In December 2017, we have [open-sourced](https://blog.avast.com/avast-open-sources-its-machine-code-decompiler) our decompiler. Its source code is now available [on GitHub](https://github.com/avast-tl/retdec) under the MIT license....

Consider the following line: ``` [1, 2, 3] ``` When I have the cursor inside the brackets or on the closing bracket ``` [1, 2, 3] ^ ``` the plugin...

We should consider updating elfio sources to the [latest upstream version](https://github.com/serge1/ELFIO/releases), which, at the time of writing, is [3.3](https://github.com/serge1/ELFIO/releases/tag/Release_3.3).

enhancement

When using CMake 3.11, the `cmake` command emits a deprecation warning. ## Steps to reproduce * Ensure that you have CMake 3.11 installed in your system. * Run the following...

C-build-system
P-build