[Github-comments] [geany/geany] Split Window: home-key and end-key don't work in the second window (Issue #3115)

elextr notifications at xxxxx
Thu Jan 27 21:50:49 UTC 2022


Moved from geany-plugins because split window is part of the Geany repository.

Lots of things don't work in split window.  Because its a plugin, Geany code doesn't know about the second editing window, and isn't written to handle it, so any operations that are implemented in Geany won't work.  Operations that are not implemented in Geany and which fall through to the underlying Scintilla widget will still work.

Really the split window should only be considered as a read-only window and all Scintilla editing operations also disabled, or the split moved from a plugin to Geany and work properly, but "somebody" has to do it.

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

Message ID: <geany/geany/issues/3115/1023669731 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220127/36cd7b6e/attachment.htm>


More information about the Github-comments mailing list