When I'm splitting the editor window, the auto-indent feature doesn't work anymore on the new window (at least when writing python). I found an old issue report about this bug : [https://sourceforge.net/p/geany/bugs/947/%5D(here)
Lots of things don't work in split window, just search issues. That will also give you discussions about the various attempts to fix it. ATM split windows should really be seen as a read only window, even if basic editing works because the Scintilla edit does it.
tl;dr fixing it is a lot of work as most of Geany is coded on the assumption of only one editing window, and no plugin can change that, so "somebody" has to make the changes
Search will also show the various ways attempts have been made to fudge it with varying success, but never good enough to keep.
github-comments@lists.geany.org