Page MenuHomeFeedback Tracker

Compile & Reload Scripts does not clear Errors list
Assigned, NormalPublic

Description

In the Script Editor, the "Compile and Reload Scripts" button does not clear the errors list found in the "Errors" window.
Pressing "Validate" will however clear this list.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10
Category
General
Steps To Reproduce
  1. copy-paste:
create error
modded class SCR_BudgetEditorComponent {
	protected STH_VehicleLimiterComponent m_VehicleLimiterComponent;
	override void UpdatePreviewCost(notnull array<ref SCR_EntityBudgetValue> budgetCosts) {
		super.UpdatePreviewCost(budgetCosts);
	}
}
  1. Validate
  2. Delete "create error"
  3. Compile & Build
  4. View Errors panel

Under the additional information section you will see a demonstration of this

Additional Information

Event Timeline

Geez changed the task status from New to Assigned.Wed, Jul 3, 2:01 PM