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
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
26a6dfe6ff
Fix: ein:notebook is referenced
2012-08-19 04:34:47 +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
ecd7a2c044
Fix failing unit tests
...
* Undocumented returned value of ein:notebook-request-open-callback
(previously notebook buffer, now notebook) is used.
Now this implicit dependency is removed.
* ein:notebook-opened-map renamed to ein:notebook--opened-map
2012-08-19 03:40:59 +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
e2aeb9d26d
Merge branch 'rename-buffer-local-variables'
...
* Buffer local variables previously named `ein:@NAME' or `ein:NAME'
are renamed to `ein:%NAME%`.
Variables which may be used by user remain as obsolete alias
variables.
* Classes previously naed `ein:$NAME' are renaed to `ein:NAME'.
Note that *struct*s remain as-is.
2012-08-19 02:26:07 +02:00
Takafumi Arakaki
bf4b4b8fdc
Rename class: %s/$shared-output/shared-output/g
2012-08-19 00:26:09 +02:00
Takafumi Arakaki
63d234cd82
Rename class: %s/$connect/connect/g
2012-08-19 00:24:18 +02:00
Takafumi Arakaki
3a3c21e785
Add a note on naming rule in ein.el
2012-08-19 00:24:17 +02:00