You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the children of a large translation unit will be expanded in the Project Explorer view, the UI gets locked for minutes until the tree has been filled with child elements:
The text was updated successfully, but these errors were encountered:
...to prevent a longer UI freeze. More children can be shown in
navigator Treeview in Project Explorer via 'Show next x items from
remaining y'. The limit will be taken from the 'Initial maximum number
of elements shown in views' in the General preference page.
fixeseclipse-cdt#305
Reasons:
- since more than 100 items cannot be displayed in an average monitor,
we'll limit it here. 100 symbols deliver an acceptable UI response.
- WorkbenchPlugin.getDefault() is not public API
[#305] limit TU children/symbols to be added
...to prevent a longer UI freeze. More children can be shown in
navigator Treeview in Project Explorer via 'Show next x items from
remaining y'. The limit will be taken from the 'Initial maximum number
of elements shown in views' in the General preference page.
should fix#305
When the children of a large translation unit will be expanded in the Project Explorer view, the UI gets locked for minutes until the tree has been filled with child elements:

The text was updated successfully, but these errors were encountered: