> Good thing to ping it so "somebody" is reminded to try it and merge if they > get a chance. Otherwise things get lost/forgotten, if it happens that nobody > has time immediately, don't leave it nearly a year until the next ping.
Understood! Would someone be so kind as to approve my latest changes now? With regards to the coloring the indent guides, I feel like it should be possible and I got pretty close but no dice yet. Using the scintilla API I can quickly and easily infer what the indentation color should be, but using `SSM(sci, SCI_STYLESETFORE, STYLE_INDENTGUIDE, color)` sets the guide color for the entire document not just an indentation block. Using indicators and `INDIC_BOX` I feel like I could probably implement the right half of this example but I personally think it looks ugly.  -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#issuecomment-2347373118 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1221/[email protected]>
