JuBan1
JuBan1
@Teklad You can give this a whirl now if you want. The amount of outstanding issues I know of is fairly manageable by now: * No multiple cursor selection. *...
Yes, sorry about the build issues! I've been working on it from two different computers, one of which doesn't have Qt installed. So I was hacking away at it in...
*Note: I rebased the ote branch so if you want to test, you'll probably have to do a force pull* Making good progress. The OTE branch now compiles fine into...
> some features I particularly care about are indeed multiple cursors and Math mode, and I don't think removing them would be good, even if for just a few releases....
[Well, it's getting somewhere, slowly.](https://gfycat.com/ZanyGoldenIndianjackal).
I found a [handy library](https://github.com/jkriege2/JKQtPlotter) for Qt that can render to pixmaps without external dependencies. I tried to replicate the current behavior, but it turns out manipulating the height of...
Getting line or block height isn't the issue, but setting it is. You can see [in the original Mathjax issue thread](https://github.com/notepadqq/notepadqq/pull/625) how the line height grows (a little) to accomodate...
I'm not dead yet! And OTE isn't dead yet either. I've been putting more work into an API to project arbitrary labels into the editor. That can be used for...
Okay, the labels stuff is in a pretty good spot now and I've pushed a rebase+update to https://github.com/JuBan1/notepadqq/tree/ote. For testing purposes LaTex- and Colorlabels are always enabled at the moment....
My last comment tells most of the story. I've got some rudimentary code for multi-cursor selection now but nothing presentable yet. It's a fairly tricky feature because of its tight...