Split window is intended to be a display only window, no editing operations 
including search are intended to work.  A few simple editing operations do in 
fact work, but most do not.

There is no simple solution to the issue, many editing operations in Geany are 
written on the assumption of a single editing window, as that is the design of 
base Geany.  A plugin like split window adding a new window is not going to 
change the base implementation.  

An alternative implementation that effectively swapped the base window to the 
split window fixed most of the missing functionality but was reported to be 
unacceptably slow on GTK3 so the developer has not been willing to release it.

Alternative solutions are welcome.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/602#issuecomment-328839164

Reply via email to