mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Dictionary fixes for large containers, watch fixes for containers
This commit is contained in:
parent
5af6428bf4
commit
609dbfa256
5 changed files with 68 additions and 30 deletions
|
@ -3128,6 +3128,7 @@ namespace IDE.ui
|
|||
});
|
||||
|
||||
// Fixits
|
||||
if ((mSourceViewPanel.mIsBeefSource) && (mSourceViewPanel.mProjectSource != null))
|
||||
{
|
||||
ResolveParams resolveParams = scope .();
|
||||
mSourceViewPanel.DoClassify(ResolveType.GetFixits, resolveParams, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue