fix #27 - Messages associated to a DUB runnable are not cleared between two calls to "Run DUB single file package"

This commit is contained in:
Basile Burg 2020-04-20 19:05:55 +02:00
parent 9550af9711
commit b508a99162
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Bugs fixed
- DUB projects: dependencies specified with _path_ were not available for auto-completion, also improved the detection patterns so that the _path_ property work with more packages. (#29)
- DUB runnables: document specific messages were not cleared between two calls to "Run DUB single file package". (#27)
## Other
- Toolchain: removed the background tool _dastworx_ and replaced it with a library called _libdexed-d_. Although this will not change the user experience:

View File

@ -3433,6 +3433,7 @@ begin
if fDoc.isNil then
exit;
FreeRunnableProc;
fMsgs.clearByData(fDoc);
fRunProc := TDexedProcess.Create(nil);
if fDoc.fileName.fileExists then
fDoc.save