Commit graph

106 commits

Author SHA1 Message Date
b59e1d9e46
feature: importing the buffer 2024-05-17 16:19:50 -04:00
fddaf8e52b
document the ipython-detection timeout 2024-05-16 12:08:28 -04:00
ce67b62261
make script execution more robust 2024-05-16 12:07:14 -04:00
fba8ea7e41
make launching python more robust 2024-05-16 12:02:35 -04:00
a779742e6f
rev version 2024-05-16 11:45:21 -04:00
4558d98099
fix send-buffer for standard python 2024-05-16 11:44:41 -04:00
862eb0dcd3
also adapt run-buffer-file 2024-05-16 11:37:47 -04:00
d3a6d0235e
add info about REPL scripts 2024-05-16 11:32:55 -04:00
067e67ea7e
use ipython magic if possible and plain python otherwise 2024-05-16 11:26:09 -04:00
cc4ae4f19b
implement running general scripts and detecting ipython 2024-05-16 11:04:52 -04:00
2d9cc5f0c5
don't run hooks maunally 2024-05-15 10:47:59 -04:00
c0db7c24f8
implement repl restart
Co-authored-by: Shigeaki Nishina <shgaki@gmail.com>
2024-05-15 09:31:29 -04:00
cbeb9f3e31
add todo about making run-current-function a bit more intelligent 2024-05-14 11:40:34 -04:00
7cf1589b43
bump version 2024-05-13 13:59:20 -04:00
a1ddf8213a
add todos and document send-current-function 2024-05-13 13:58:52 -04:00
35643f2f63
implement send-current-function 2024-05-13 13:47:01 -04:00
5e2976c916
use (header) as default top cell name 2024-05-12 21:58:35 -04:00
175cb89ebf
mention the original fork 2024-05-12 21:03:32 -04:00
2257b27ffc
fix prompt indicators 2024-05-11 20:29:22 -04:00
shg
8eff5bde44
Fix regexp to get the last non-empty line 2024-05-11 20:28:12 -04:00
f84208434d
do use an empty string instead of "nil" as empty cell name 2024-05-11 19:56:43 -04:00
2192c23d8b
use %run -i to run cells 2024-05-11 19:54:16 -04:00
502d6fbb86
remove babel reference in readme 2024-05-11 19:41:08 -04:00
d76e0d4967
fix bolding 2024-05-11 19:33:24 -04:00
ee68dbe5c2
correct lighter in readme 2024-05-11 19:28:48 -04:00
756192c2c5
add maintainer email 2024-05-11 19:16:21 -04:00
724a0ae90c
update creation date and version 2024-05-11 19:15:31 -04:00
873820d60e
add use package instructions 2024-05-11 19:06:47 -04:00
8aece63590
add "silent cell" support 2024-05-11 19:00:39 -04:00
8d71598fbf
add spyder cell support 2024-05-11 18:43:23 -04:00
d876422417
use python by default 2024-05-11 16:52:50 -04:00
5ff444bc9c
fix from run-buffer function name 2024-05-11 16:33:55 -04:00
9eb98786a0
tweak readme to reflect the port to python 2024-05-11 16:32:05 -04:00
bf20984058
use a pure python way to cd 2024-05-11 16:31:51 -04:00
a7a603c24d
port to python 2024-05-11 16:29:05 -04:00
shg
6d67b618a6 Fix string/regexp patterns for prompt detection
- Bump version to 0.24
2023-08-16 08:18:18 +09:00
shg
3e0ce9fc14 Support numbered prompt introduced in Julia 1.9
- Also update Copyright line and bump version to 0.23
2023-08-11 11:47:35 +09:00
shg
7bee25f807 Fix capitalization 2023-08-11 11:43:21 +09:00
shg
1af9e36e90 Add a leading whitespace to the lighter string of julia-vterm-mode 2023-04-04 17:26:19 +09:00
shg
e4d1c28935 Enable session name completion when opening a REPL
- Bump version to 0.22
2022-09-12 11:46:09 +09:00
shg
a3ab6cef6c Remove the code to reuse the REPL or script buffer in another frame
- Bump the version to 0.21
2022-09-07 15:33:47 +09:00
shg
738b9eb50b Bump version to 0.20 2022-08-25 17:34:42 +09:00
shg
a82419796d Ensure a newline at the end of the string sent to REPL (fixes #2) 2022-08-25 14:54:02 +09:00
shg
cfa4d2d632 Remove some redundant code
- Merge julia-vterm-repl-buffer and
  julia-vterm-repl-buffer-with-session-name
2022-08-18 12:15:20 +09:00
shg
a19c0c4917 Make julia-vterm-repl-program buffer-local 2022-08-13 23:06:42 +09:00
shg
4c7d5ed137 Use julia-session as a variable alias for julia-vterm-session 2022-08-13 23:04:47 +09:00
shg
45ec4a4e29 Update some doc strings 2022-08-13 06:57:33 +09:00
shg
698ca35da0 Allow to specify session using a buffer local variable 2022-07-20 23:10:14 +09:00
shg
fef0df66e1 Bump version to 0.18 2022-07-13 11:16:09 +09:00
Shohei YOSHIDA
1563d2bbff
Fix byte-compile error (#10) 2022-07-13 11:14:44 +09:00