Matvey Soloviev

Results 103 comments of Matvey Soloviev

It wouldn't actually be particularly hard; there already is a mechanism that stores whether you last left a folder opened or closed (via xattrs). However, the xattrs method turned out...

Uh, it wouldn't be impossible to add, but I'm thinking it would be kind of hard to make decent UX for it. There is currently code in place that renders...

> I don't know how hard it is to implement this, as I find the code very confusing (i've tried to fix, that the app dosn't crash when entering parsed,...

Actually, it looks like cLaTeXMath throws an exception out of LaTeX::parse. 09ae30518828c580193d66baca30053dbe1673ae should fix this. > what is now part of notekit and what is part of gtksourceview Well, everything...

Thanks! Flatpak has been suggested before (#42), but my last attempt to create a package ended in more than a day sunk into reading documentation with nothing to show for...

Ugh. I'd fix this, but I'm honestly extremely confused by the entire state of the Gtk menu API, especially as it's represented in Gtkmm; with several classes, it's unclear what...

There are a number of issues here. * the two rules you introduced are named the same as already existing rules (which overwrites those rules) * the names are therefore...

Documents for the language spec: [here](http://getfr.org/pub/dragonfly-release/usr-local-share/doc/gtksourceview-3.0/lang-reference.html) Markdown spec: [Github's version is probably the most legible](https://github.github.com/gfm/)

Do you mean the drawings? Those are in a proprietary format more or less out of necessity (if we stored them as bitmaps, it would not be possible to erase...

Another problem is that I've received reports (#38) that some/many Markdown viewers don't even play nice with data: URIs. To cover for those, you'd therefore really need to maintain a...