Takafumi Arakaki
722d849530
Fix ein:notebook-rename-command
2012-08-20 04:23:59 +02:00
Takafumi Arakaki
1c5d8c049a
Add ein:worksheet-set-buffer-name
2012-08-20 04:23:58 +02:00
Takafumi Arakaki
b6391d2be2
Remove ein:get-cell-at-point/traceback--notebook
2012-08-20 04:23:57 +02:00
Takafumi Arakaki
7abe7a8244
Remove unused macros from ein-notebook.el
2012-08-20 04:23:55 +02:00
Takafumi Arakaki
84ad0cdfba
Shorten ein:notebook-execute-autoexec-cells
2012-08-20 04:23:53 +02:00
Takafumi Arakaki
0b0547ab5f
Add auto-execution commands in ein-worksheet.el
2012-08-20 04:22:35 +02:00
Takafumi Arakaki
7192deb514
Fix maybe_reset_undo.Notebook event
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
3d1c70017d
Fix ein:notebook-modified-p
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
07dc0b3360
Move event set_next_input.Notebook to Worksheet
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
b99d8de73f
Add ein:worksheet-imenu-create-index
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
388ce0217a
Add generic getter in ein-worksheet.el
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
856d49e0db
Add ein:worksheet-execute-all-cell
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
7e8ec0710c
Add ein:worksheet-execute-cell-and-goto-next
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
54294bef18
Add ein:worksheet-execute-cell
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
35b51d0bba
Add ein:worksheet-clear-all-output
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
8271ac2ae9
Add ein:worksheet-clear-output
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
c2fbb0ae33
Add ein:worksheet-set-collapsed-all
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
ea589ac069
Add ein:worksheet-toggle-output
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
01f93f1162
Add ein:worksheet-move-cell-up/down
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
c6b42e49ea
Add ein:worksheet-goto-next/prev-input
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
2b980a021e
Add ein:worksheet-merge-cell
2012-08-20 03:03:29 +02:00
Takafumi Arakaki
919eba27b1
Add ein:worksheet-split-cell-at-point
2012-08-20 03:03:29 +02:00
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
2f77f12939
s/ein:@worksheet/ein:%worksheet%/g
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
aa55525048
Add (empty) sections in ein-worksheet.el
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
8ac72f3b54
More details in ein:worksheet-render
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
91c733d8c9
Mock up worksheet rendering
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
66dac516cf
Add ein:worksheet
2012-08-20 03:03:28 +02:00
Takafumi Arakaki
3c0f853497
Add empty 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
beef229870
Merge branch 'refactor-tooltip-and-completion'
...
Tooltip and completion commands for notebook and connected buffer
are unified.
2012-08-19 23:13:32 +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
3b13458d0d
Fix functional test
2012-08-19 21:48:33 +02:00
Takafumi Arakaki
c7a5de2c11
Fix failing unit test (add test-ein-pytools.el)
2012-08-19 21:48:32 +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
e2be2ab3b0
Merge branch 'decouple-events-buffer'
...
Decouple `ein:events' from notebook buffer
This will help implementing worksheet in EIN as notebook can have
multiple buffers.
* The `:buffer' slot is removed from the class `ein:events'.
* Test that callback given to `ein:events-on' carries buffer
information when necessary.
2012-08-19 13:13:53 +02:00
Takafumi Arakaki
5afc60c768
Add test ein:notebook-undo-via-events
2012-08-19 13:13:01 +02:00
Takafumi Arakaki
a2d49ca51d
Simplify ein:notification--fadeout-callback
2012-08-19 12:45:22 +02:00
Takafumi Arakaki
7ca779e836
Move ein:with-live-buffer to ein-utils.el
2012-08-19 12:44:00 +02:00
Takafumi Arakaki
3043937a66
Fix the failing test in test-ein-notification.el
2012-08-19 12:37:56 +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
4037bcc91f
Restore current buffer in ein:notification--fadeout-callback
2012-08-19 12:21:57 +02:00
Takafumi Arakaki
62ab5c5ba9
Use ignore function in ein:shared-output-bind-events
2012-08-19 12:15:31 +02:00
Takafumi Arakaki
8acb9409b1
Remove :buffer slot from ein:events class
2012-08-19 12:10:36 +02:00
Takafumi Arakaki
9d74a806a0
Merge branch 'relax-notebook-buffer'
...
Relax notebook-buffer dependencies.
This will help implementing worksheet in EIN as notebook will have
multiple notebook buffer representing worksheet.
* ein:notebook--opened-map stores instances of opened notebook, not
buffers.
* ein:notebook-modified-p takes notebook instance as argument
instead of notebook buffer.
2012-08-19 05:03:06 +02:00