mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
ide: Interpret text as errors
git-svn-id: svn://ultimatepp.org/upp/trunk@11191 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
99338804e2
commit
5a72bf7fa7
7 changed files with 27 additions and 5 deletions
|
|
@ -43,11 +43,7 @@ void Ide::BeginBuilding(bool sync_files, bool clear_console)
|
|||
SetIdeState(BUILDING);
|
||||
console.Kill();
|
||||
console.ClearError();
|
||||
error_cache.Clear();
|
||||
error.Clear();
|
||||
SyncErrorsMessage();
|
||||
error_count = 0;
|
||||
warning_count = 0;
|
||||
ClearErrorsPane();
|
||||
if(clear_console)
|
||||
console.Clear();
|
||||
build_time = GetTickCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue