Takafumi Arakaki
abb9203373
Add ein:worksheet-change-cell-type
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
1e05d2f73f
Add ein:worksheet-toggle-cell-type
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
6f0317428d
Add delete/kill/copy/yank commands
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
6b03c53114
Add ein:worksheet-to-json
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
7bc41fff61
Notebook rendering works now
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
a6a662d59e
Notebook rendering is moved to ein-worksheet.el
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
985de9c7e8
Fix ein:notebook-complete-dot
...
Dot was not inserted in non-code type cell.
2012-08-20 02:58:08 +02:00
Takafumi Arakaki
c55e4c83c0
Move completion functions to ein-completer.el
...
Unify functions in ein-notebook.el and ein-connect.el.
2012-08-19 23:04:00 +02:00
Takafumi Arakaki
f32a169920
Move tooltip and help command to pytools
...
ein-notebook.el and ein-connect.el can share same command thanks to
the generic getter function.
2012-08-19 21:48:28 +02:00
Takafumi Arakaki
66bb888424
Restore current buffer in event callbacks in ein-notebook.el
2012-08-19 12:36:13 +02:00
Takafumi Arakaki
8acb9409b1
Remove :buffer slot from ein:events class
2012-08-19 12:10:36 +02:00
Takafumi Arakaki
37b79cef84
Fix ein:notebook-kill-all-buffers
2012-08-19 05:02:18 +02:00
Takafumi Arakaki
c020d6e645
Add sections in ein-notebook.el
2012-08-19 04:41:26 +02:00
Takafumi Arakaki
5e342cb19a
Move ein:notebook-opened-buffer-names
2012-08-19 04:18:02 +02:00
Takafumi Arakaki
49d3d5acf7
Change: ein:notebook-modified-p takes notebook now
2012-08-19 04:17:34 +02:00
Takafumi Arakaki
0025cca406
Fix ein:notebook-get-opened-buffer
2012-08-19 03:43:54 +02:00
Takafumi Arakaki
2c1680a0a8
Add functions to manipulate opened notebook map
...
This gives better encapsulation.
2012-08-19 03:19:46 +02:00
Takafumi Arakaki
3766cc1c1a
Add API function ein:notebook-buffer-p
2012-08-19 02:32:11 +02:00
Takafumi Arakaki
733e68284a
Rename: ein:notebook -> ein:%notebook%
...
%s/\_<ein:notebook\_>/ein:%notebook%/g
Define obsolete alias, as user might use this variable.
2012-08-18 22:59:31 +02:00
Takafumi Arakaki
aa7fa77906
Remove buffer specific logging
...
It is not super useful feature. Simplifying logging module by
removing this is better.
2012-08-16 17:54:03 +02:00
Takafumi Arakaki
714f07e759
Add ein:ewoc-create in ein-utils
2012-08-16 17:03:53 +02:00
Takafumi Arakaki
6beaf48c38
Move ein:notebook-console-* to ein:console-*
2012-08-16 15:52:41 +02:00
Takafumi Arakaki
3a6fffa0d1
Better error for incompatible EWOC version
...
Old ewoc-create does not have NOSEP argument.
See also #49
2012-08-16 03:37:17 +02:00
Takafumi Arakaki
2d96f0d970
Merge branch 'generic-getter'
...
Generic getter functions `ein:get-*' remove complex dependencies.
Commands `ein:tb-show', `ein:shared-output-show-code-cell-at-point',
and `ein:shared-output-eval-string' use the getter functions to get
appropriate object in buffer/at point, so that these functions are
usable in many types of buffer.
2012-08-16 03:34:51 +02:00
Takafumi Arakaki
b3c92e11dc
Merge branch 'master' of github.com:tkf/emacs-ipython-notebook
2012-08-16 03:34:19 +02:00
Takafumi Arakaki
99b0f59ff9
Replace ein:notebook-eval-string
...
with ein:shared-output-eval-string
2012-08-16 01:59:20 +02:00
Takafumi Arakaki
f4a2ea78a2
Adapt to newer python.el
...
Also stop calling python-shell-parse-command because it just
adds "-i" in the command line.
fixes #50
2012-08-15 22:47:16 +02:00
Takafumi Arakaki
1193f12b8f
Move notebook-show-in-shared-output to shared-output
2012-08-15 21:41:05 +02:00
Takafumi Arakaki
9709c74b9f
Remove ein:notebook-view-traceback
2012-08-14 21:11:16 +02:00
Takafumi Arakaki
730741bd03
Add ein:tb-show command
2012-08-14 21:11:13 +02:00
Takafumi Arakaki
2faeb54475
Add ein:get-traceback-data generic getter
2012-08-14 21:05:12 +02:00
Takafumi Arakaki
4d4e22912b
Add ein:get-cell-at-point generic getter
2012-08-14 21:05:11 +02:00
Takafumi Arakaki
f0a4888c90
Remove ein:get-notebook-buffer
2012-08-14 21:05:08 +02:00
Takafumi Arakaki
f510e8d50f
Implement "generic getter" mechanism
...
See the docstring of ein:generic-getter
2012-08-14 21:05:03 +02:00
Takafumi Arakaki
2199309759
Remove traceback method from ein$notebook
...
This simplifies the dependency.
2012-08-13 18:47:21 +02:00
Takafumi Arakaki
764e67ee4a
Save nbformat_minor (send to server if it is given)
2012-08-12 19:43:39 +02:00
Takafumi Arakaki
5269926ddd
Add ein:notebook--check-nbformat
2012-08-12 19:33:39 +02:00
Takafumi Arakaki
0ed3f93e78
Refactoring: add ein:notebook-opened-buffer-names
2012-08-10 22:10:18 +02:00
Takafumi Arakaki
454ecffa8d
Check that the cell to merge exists
2012-08-01 23:20:57 +02:00
Takafumi Arakaki
4308b8ba9f
Reverse the direction to merge
...
Rational to do this is this makes split+merge an identity operation.
2012-08-01 23:19:37 +02:00
Takafumi Arakaki
d4d1b0c9aa
Fix ein:notebook-merge-cell-command undo spec
...
Follow the specification written in ein:notebook-enable-undo.
2012-08-01 23:04:48 +02:00
Takafumi Arakaki
22848bdd91
Use the output area of the bottom cell when merge
...
fixes #37
2012-08-01 23:02:17 +02:00
Takafumi Arakaki
b3050b27ef
Preserve output of the bottom cell when splitting
...
Also eintest:notebook-undo-after-split is fixed. Previous test
was actually wrong. Note that (ein:notebook-empty-undo-maybe)
is added to make the test pass for ein:notebook-enable-undo=yes.
The current behavior is what mentioned in ein:notebook-enable-undo.
fixes (part of) #37
2012-08-01 22:44:00 +02:00
Takafumi Arakaki
d25ef23ba8
Do not start completion by "." when in comment/str
2012-08-01 20:04:47 +02:00
Takafumi Arakaki
96dd850ee5
Document ein:complete-on-dot bit more
2012-07-29 18:19:28 +02:00
Takafumi Arakaki
64ead0598a
Use set-keymap-parent instead of setcdr
...
Otherwise, the previous commit does not work.
2012-07-29 18:14:33 +02:00
Takafumi Arakaki
38d8321259
Option to start completion when "." is inserted
2012-07-29 18:14:31 +02:00
Takafumi Arakaki
0995fe51e8
Document autoexec more
2012-07-29 17:11:57 +02:00
Takafumi Arakaki
a65822a982
Add ein:notebook-turn-on-autoexec command
2012-07-29 17:11:57 +02:00
Takafumi Arakaki
dbfeb30f89
Invoke auto-execution via after-save-hook
2012-07-29 17:11:57 +02:00