Skip to content

Add multi-monitor support for GtkSourceCompletionInfo window placement

Slatian requested to merge (removed):baschdel-master-patch-26249 into master

The changes add offsets to the position calculations of the suggestion window, which previously clipped to the edges of a non existent monitor at the top left of the display with the same dimensions as the screen the source view widget was on, it now should (I have tested the edge cases) behave as intended on multimonitor setups.

Testing (with the provided test-completion test) revealed, that maybe some additional work has to be done on the resizing/hscroll yes/no decision part.

Edited by Christian Hergert

Merge request reports