Matvey Soloviev
Matvey Soloviev
If there is no requirement to have edits to the "published" version reflected back in the original file, it might be reasonable to implement a "publishable carbon copy" of sorts:...
This is a great addition, thanks! I'm currently away at a conference and so can't look at the implementation in detail, but two suggestions: * Rather than deciding the orientation...
I can look into it. What do you think it should do if there are conflicting changes inside the buffer and on disk? Should it prefer the program's view or...
Long on the todo list, surprisingly hard to implement. The problem is that GtkSourceView (the base of our editing component)'s undo/redo stack is not extensible, and writing our own replacement...
How's the Gtk support for digitiser input on OSX, by the way? (Are there even Apple devices with digitiser that support Homebrew?)
Thanks! Some notes- * Looks like the size group based layout broke. (I was aiming to have all the UI elements actually representing modifiable settings line up in a column.)...
I'll look into merging this in a few days (I'm willing to give up my idiosyncratic preference on the checkboxes, but I do want to adjust it so at least...
I've been wanting to make this forever, but have successfully bikeshedded myself because I couldn't decide what it should look like (a separate dialog in the style of classic text...
The code seems fairly tightly coupled with other Builder features (like this `libdazzle` thing that they've factored out a bunch of code pertaining to signal wrangling into, among others...?), but...
The CMakeLists.txt is autogenerated by [CodeLite](https://codelite.org/)'s CMake plugin from the project, and CodeLite has no "native" support for pkg-config as far as I know. In the medium run, it might...