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
My current version of julia-mode moves the cursor to the next line, regardless of whether it is empty line, commented, or active code. Can this be changed like the R version where it moves to the next line of active code? Thx. J
The text was updated successfully, but these errors were encountered:
In ess, C-return runs ess-eval-region-or-line-visibly-and-step, which has behavior significantly more complex than what you describe. I don't think this behavior is appropriate for a basic package like julia-mode which is merely trying to provide the bare minimum support for the julia language. ess is by-design much wider in scope.
You could always use ess-julia-mode which will have C-return mapped to the same function.
My current version of julia-mode moves the cursor to the next line, regardless of whether it is empty line, commented, or active code. Can this be changed like the R version where it moves to the next line of active code? Thx. J
The text was updated successfully, but these errors were encountered: