You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
When I use Ctrl-Shift-Enter in a Javascript file, the tick mark only appears on the first form in the file. I can eval individual forms using Ctrl-Enter.
The text was updated successfully, but these errors were encountered:
When using Ctrl-Shift-Enter, I do see the whole file evaled but only the bottom expression has an inline widget. The example I verified was this:
vark=1;kvarw=k+4;w
The inline widget only appeared on the w. We should be showing multiple inline results like we do for clojure. Marking as a bug unless @ibdknox knows a reason why this isn't possible
cldwalker
changed the title
Eval editor contents only appears to eval the first form
Eval editor contents only displays result for one expression.
Nov 7, 2014
Are you using the latest JavaScript mode? Pretty sure I added this.
On Fri, Nov 7, 2014 at 5:35 AM Gabriel Horner [email protected]
wrote:
When using Ctrl-Shift-Enter, I do see the whole file evaled but only the
bottom expression has an inline widget. The example I verified was this:
var k = 1;
kvar w = k + 4;
w
The inline widget only appeared on the w. We should be showing multiple
inline results like we do for clojure. Marking as a bug unless @ibdknox https://github.com/ibdknox knows a reason why this isn't possible
—
Reply to this email directly or view it on GitHub #3 (comment).
When I use Ctrl-Shift-Enter in a Javascript file, the tick mark only appears on the first form in the file. I can eval individual forms using Ctrl-Enter.
The text was updated successfully, but these errors were encountered: