Ivan Pirog
Ivan Pirog
**ColoredCobra**: https://github.com/ivanpirog/coloredcobra ColoredCobra is a small library that allows you to colorize the text output of the Cobra library, making the console output look better.
Ok. I press Tab to indent the new list item. The Tab key indents 4 spaces from the beginning of a line. Then I write a long sentence that wraps...
> if it is possible it sounds like a lot of work. 😬 Yeah, I already looked at the source code and realized that the task is difficult (at first...
I look at: void QTextBlockFormat::setIndent ( int indentation ) void QTextCursor::setBlockFormat ( const QTextBlockFormat & format ) But it looks like it sets the indent for the entire paragraph. If...
Possible steps: 1. Get a list item string 2. Get spaces from the start of the line: ^(\s+) 3. Get paragraph font size 4. SpacesWidthInPixels = Get width in pixels...
> ```c++ > QTextBlockFormat blockFormat = currentBlock().blockFormat(); > // didn't do anything for me > blockFormat.setTextIndent(100); > // didn't do anything for me > blockFormat.setLeftMargin(50); > > Yeah, I have...
**ColoredCobra**: https://github.com/ivanpirog/coloredcobra
You can open PT3 module in VortexTracker and then export it to PSG.
Ah! Ok, I got it. Added to the to-do list :) Maybe in VT 2.7
There is two reasons to use modern open/save dialog. The first one you already described. The second reason is that the old dialog doesn't work with utf-8 encoding, which leads...