Skip to content

Commit 5b99b27

Browse files
authored
Merge pull request #639 from JunoLab/sp/evalshowbug
workspace update in evalshow
2 parents e33dfb2 + bbf7104 commit 5b99b27

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

lib/runtime/evaluation.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ module.exports =
4141
rtype = if cell? then "block" else resultsDisplayMode
4242
if rtype is 'console'
4343
evalshow({text, line: line+1, mod, path: edpath})
44+
notifications.show "Evaluation Finished"
45+
workspace.update()
4446
else
4547
r = null
4648
setTimeout (=> r ?= new @ink.Result editor, [start, end], {type: rtype, scope: 'julia', goto: scrollToResult}), 0.1

script/boot_sync.jl

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)