Commit graph

24 commits

Author SHA1 Message Date
Takafumi Arakaki
ce193c1421 Add "Open In Browser" button in the list buffer 2012-05-19 17:09:22 +02:00
Takafumi Arakaki
525145defa Make subpackage customization easier
* add ein:use-SUBPACKAGE customizable variables.
* add ein:SUBPACKAGE-config-once fuctions.
* add ein:subpackages-load function.
2012-05-19 15:47:09 +02:00
Takafumi Arakaki
bfafc1ac0e Open newly created notebook directly from the list 2012-05-18 02:23:30 +02:00
Takafumi Arakaki
60eb668803 Add eintest:wait-until for faster functional test 2012-05-17 20:47:23 +02:00
Takafumi Arakaki
575f0d852b Add bare-bones functional testing 2012-05-17 20:12:40 +02:00
Takafumi Arakaki
2050e9529e Key "q" for burying notebook list buffer 2012-05-17 04:10:27 +02:00
Takafumi Arakaki
71d964ee87 Put no default when completing url-or-port
... because you need to delete existing URL or PORT to use completion
if there is already something in minibuffer.
2012-05-16 19:56:11 +02:00
Takafumi Arakaki
4a07075806 Add completion in ein:notebooklist-open 2012-05-16 19:44:01 +02:00
Takafumi Arakaki
04b339812b Add ein:notebooklist-{prev,next}-item 2012-05-15 04:16:06 +02:00
Takafumi Arakaki
d107a075b9 Remove ein:notebook-keymap 2012-05-15 03:44:53 +02:00
Takafumi Arakaki
a494a16f50 Add ein:notebooklist-mode 2012-05-15 03:41:08 +02:00
Takafumi Arakaki
ec45bec664 Support lazy loading by default 2012-05-14 18:51:50 +02:00
Takafumi Arakaki
9024f273b2 Notebook can be deleted now 2012-05-13 06:51:26 +02:00
Takafumi Arakaki
93ba882240 Fix: convert string port number to integer
ein:notebooklist-open was not working when port number was given interactively.
2012-05-13 06:26:51 +02:00
Takafumi Arakaki
906cb8e236 Check status code in ein:notebooklist-url-retrieve-callback 2012-05-13 06:24:46 +02:00
Takafumi Arakaki
681479a69d ein:notebooklist-open asks URL/port now 2012-05-13 05:33:20 +02:00
Takafumi Arakaki
c477e5de2e Add "g" as a keybind for updating list 2012-05-13 05:26:01 +02:00
Takafumi Arakaki
4bcc662793 Add "Reload List" button 2012-05-13 05:18:38 +02:00
Takafumi Arakaki
c88da06bec Big refactoring over URL to allow multiple servers
URL was fixed in the previous version.  As Emacs does not know URL of
IPython web server like JS does implicitly by page location, I need to
pass URL around in notebook list/notebook/kernel.  I add `url-or-port'
slot to each structs so it is easy to get URL from the struct.
2012-05-13 03:49:40 +02:00
Takafumi Arakaki
e0cfc90662 Add ein:deflocal to eliminate boilerplate 2012-05-12 22:55:44 +02:00
Takafumi Arakaki
0f6d6afa5e Document ein-notebooklist.el 2012-05-12 00:59:15 +02:00
Takafumi Arakaki
02a0681d5c Move [Open] button to the left of the line 2012-05-12 00:48:39 +02:00
Takafumi Arakaki
5d7f6adb86 Support new notebook creation 2012-05-12 00:34:00 +02:00
Takafumi Arakaki
a074a168c9 First commit of bare bone version 2012-05-07 14:41:15 +02:00