Closed jasonjckn closed 1 year ago
Please confirm that this issue has been resolved in the latest version of this package, version 1.0.11
.
M-x package-refresh contents
then M-x package-upgrade RET repl-driven-development
.Make a buffer with multi-line contents, such as
String shout(String string) {
return string.toUpperCase();
}
shout("hello")
M-: (java-eval (point-min) (point-max))
HELLO
emitted in an overlay.Confirmed, its fixed :)
Thank you for this wonderful package.
--
This works nicely with treesit & combobulate, which you can use to figure out where the function definition begins and ends. https://drive.google.com/file/d/1-A15QtrVW0OmPBHBP6XuzPQGWJR6PLjq/view?usp=sharing
i'm scripting
but instead of evaling the ~whole buffer, it just evals 1 line. i'll attach video. https://drive.google.com/file/d/1--STaBpRak0V7V5t73fopxzJ11tPBhjJ/view?usp=sharing
however this works