Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] 2 CTabFolder patches for review

Hi folks,

I would really appreciate if those two small patches for org/eclipse/swt/custom/CTabFolder.java below could be reviewed/applied to master soon:

This one is important to make sure the non-MRU tab order, which is the default one since M6, functions properly: https://git.eclipse.org/r/43837
(Non-MRU Editor tab order doesn't keep originally opened tab order, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=462091).

The next one is simple but important because it affects overall "tabbed" UI performance: https://git.eclipse.org/r/44413
(CTabFolder forces relayout on parent when tab is added, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=460744).

They got one review each, but it needs at least two and a final push :-)

Regards,
Andrey

-- 
Kind regards,
google.com/+AndreyLoskutov


Back to the top