Andrei Kopats

Results 84 comments of Andrei Kopats

I really don't understand how did this happen. loader.py:316 calls RegExp class constructor. There are 2 implementations: [1](https://github.com/andreikop/qutepart/blob/master/qutepart/syntax/parser.py#L384), [2](https://github.com/andreikop/qutepart/blob/master/qutepart/syntax/parser.py#L384) And both have exactly 6 parameters. Could you clone [qutepart](https://github.com/andreikop/qutepart) and...

I'm very surprised. I really don't know any way to improperly build cParser. What happens if you build it not as a package, but manually? ``` cd qutepart ./setup.py install...

Hi I like the idea. Open a pull request with this code.

Yes, very useful feature. Sometimes I'm thinking about running second Enki instance and adjusting window sizes instead of splitting current window. So, you will have 2 windows, not 2 views...

I'm really busy this week. And @SergeySatskiy is waiting for release. Help is welcome.

There are some dependencies, which are technically not mandatory, but very useful and we'd like to automatically install it with the package (add as strong dependencies). See also #446 Now...

I noticed that enki refuses to start without qtwebengine. Will fix to make it really optional.

Enki uses `ctags` to make a tree for Navigator. Unfortunately ctags doesn't generate any tags for rules. We can either try to report bug to ctags team (But I hardly...

@vi, I've moved this issue to `git support` milestone. It is a bigger job. If enki understands git repository, it makes sense to implement some other useful features.

There is global list of ignored patterns. On the first Settings page. I've renamed this page from `General` to `Ignored files`. `*.o` is already ignored. I also added `*.class` to...