Takafumi Arakaki
28cbe9dfd4
Merge pull request #89 from yarikoptic/master
...
minor typo in ein:tb-jump-to-source-at-point error message
2012-12-06 09:50:25 -08:00
Takafumi Arakaki
41c9f872df
Merge branch 'ac-dont-expand-on-dot-complete'
...
Improve `ein:completer-dot-complete` and `ein:jedi-dot-complete`.
Do not expand common part when inserting dot, to make typing code
containing dots less surprising.
Call signature of ein:completer-complete is changed. The CALLBACKS
argument must be passed as a keyword argument now. It was a
positional argument.
2012-12-06 18:42:29 +01:00
Takafumi Arakaki
5bf5086e8f
Fix test ein:completer-finish-completing
2012-12-06 18:38:36 +01:00
Yaroslav Halchenko
a46100f532
DOC: typo in the error message (exi[s]t)
2012-12-06 12:19:09 -05:00
Takafumi Arakaki
5ab8e39d7c
Change ein:completer-complete call signature
2012-12-06 17:48:05 +01:00
Takafumi Arakaki
5f0f75dcc8
Add utility function ein:plist-exclude
2012-12-06 17:41:39 +01:00
Takafumi Arakaki
784f43c18f
Update change log
2012-12-06 17:12:30 +01:00
Takafumi Arakaki
b501948d6d
Do not expand common part by ein:completer-dot-complete
...
* Change the call signature of completer callback, to
pass arguments to completer callback.
* Use expand option to suppress auto expansion when
used as dot-complete.
2012-12-06 16:52:56 +01:00
Takafumi Arakaki
2bf52f3e5e
Merge pull request #87 from yarikoptic/patch-1
...
just a small typo in README.rst
2012-12-06 07:23:59 -08:00
Yaroslav Halchenko
1193ae6a35
just a small typo in README.rst
2012-12-06 10:20:01 -05:00
Takafumi Arakaki
a1466a15d1
Fix ein:ac-chunk-regex: handle string literal
...
fixes #86
2012-12-06 15:05:56 +01:00
Takafumi Arakaki
60b457ee38
Update CONTRIBUTING.md
2012-12-06 00:23:21 +01:00
Takafumi Arakaki
4ff3c89e7b
Improve ein:dev-bug-report-template: IPython version
2012-12-06 00:14:26 +01:00
Takafumi Arakaki
1996764cea
Merge branch 'refactor-jedi-complete'
2012-12-05 23:42:43 +01:00
Takafumi Arakaki
26e093c044
Simplify ein:completer-finish-completing-ac
...
As ein:jedi-complete does not use ein:jedi-complete,
SOURCES optional argument is not needed anymore.
2012-12-05 23:41:12 +01:00
Takafumi Arakaki
b794e5a05c
Simplify ein:jedi-complete
2012-12-05 23:34:24 +01:00
Takafumi Arakaki
5e9bc0a774
Merge branch 'dont-expand-on-dot-complete'
2012-12-05 23:29:44 +01:00
Takafumi Arakaki
c2e217b075
Do not expand on dot-complete
2012-12-05 23:28:45 +01:00
Takafumi Arakaki
f52228656b
Make ac-expand-on-... configurable in jedi-complete
...
Diff is big comparing to the actual change. ein:jedi-complete
passes the value of ac-expand-on-auto-complete to the async
callback and it can be specified via EXPAND keyword argument.
2012-12-05 23:28:39 +01:00
Takafumi Arakaki
42508f6bc3
Docstring for ein:completer-complete
2012-12-05 22:13:11 +01:00
Takafumi Arakaki
938bb43560
Add comment on ein:jedi-complete
2012-12-05 22:12:42 +01:00
Takafumi Arakaki
08513c37bf
Merge branch 'refactor-kernel-start'
...
Better error message when kernel_id or ws_url cannot be fetched from
server.
see: #85
2012-12-04 14:24:09 +01:00
Takafumi Arakaki
1606a8d32c
Fix failing tests
2012-12-04 11:38:14 +01:00
Takafumi Arakaki
ec70eb916f
Stop when kernel_id and ws_url are not sent from server
...
This does not fix anything. But make error clearer.
see #85
2012-12-04 11:12:16 +01:00
Takafumi Arakaki
2865bc1ff5
Refactor ein:kernel--kernel-started
2012-12-04 11:06:04 +01:00
Takafumi Arakaki
0576e54486
Log url-http-method when querying
2012-12-04 11:04:46 +01:00
Takafumi Arakaki
4111decfa7
Advice fill-paragraph command to avoid read-only error
...
fixes #84
2012-11-27 02:54:45 +01:00
Takafumi Arakaki
6223dffa0c
Update ein-loaddefs.el
2012-11-19 23:27:17 +01:00
Takafumi Arakaki
66bc62918a
Better highlight in the html document
2012-11-19 23:13:12 +01:00
Takafumi Arakaki
ffef5582b1
Merge branch 'ein-jedi'
...
Added Jedi.el support.
2012-11-19 22:28:26 +01:00
Takafumi Arakaki
6464629ef2
Add documentation and changelog
2012-11-19 22:23:33 +01:00
Takafumi Arakaki
1aa0b4b523
Document ein:jedi-setup more
2012-11-19 22:21:55 +01:00
Takafumi Arakaki
c4650eacb6
Do not fail to load ein-jedi.el
...
even if jedi.el does not exist on the load-path
2012-11-19 22:18:36 +01:00
Takafumi Arakaki
4926e86bc9
Document ein-jedi.el
2012-11-19 22:02:55 +01:00
Takafumi Arakaki
e581c420db
Add ein:jedi-setup
2012-11-19 21:56:39 +01:00
Takafumi Arakaki
b057d8704c
Add autoload cookies
2012-11-19 21:31:55 +01:00
Takafumi Arakaki
a14681b055
Make ein:jedi-complete an interactive command
2012-11-19 21:25:30 +01:00
Takafumi Arakaki
6b911124ce
Use deferred:parallel in ein:jedi-complete
...
Also, destructuring-bind in the callback is fixed.
Previous version may work better than the current version
if I use this code. But let's use this "parallel" approach
until I find some glitch.
2012-11-19 21:22:38 +01:00
Takafumi Arakaki
11ed4c539d
Wrap ein:completer-complete in deferred
2012-11-19 21:04:16 +01:00
Takafumi Arakaki
2a7c25befb
Add ein-jedi.el
2012-11-19 20:49:17 +01:00
Takafumi Arakaki
723c8af780
Refactoring: ein:completer-finish-completing-ac can take SOURCES argument
2012-11-19 20:46:36 +01:00
Takafumi Arakaki
4efb68e226
Refactoring: ein:completer-complete can take CALLBACKS argument
2012-11-19 20:46:09 +01:00
Takafumi Arakaki
9323f96b0d
Eagerer ein:helm-kernel-history-search-auto-pattern
2012-11-13 12:30:28 +01:00
Takafumi Arakaki
1de6280c72
Merge branch 'silent-eval'
2012-11-03 22:19:05 +01:00
Takafumi Arakaki
85e020bb8d
Do not record ein:connect-eval-buffer to IPython history
2012-11-03 22:18:06 +01:00
Takafumi Arakaki
40f9bf0d2e
Do not record run-buffer commands to IPython history
2012-11-03 22:12:17 +01:00
Takafumi Arakaki
5a0605f586
Pass keyword option to ein:kernel-execute
2012-11-03 22:11:19 +01:00
Takafumi Arakaki
aaf535d01b
Merge branch 'eldomain-new-replace-option'
...
"C-c TAB" and "C-c RET" are not the keybind I intended. Fixed them
using the new `:replace:` option for `el:keymap` directive.
2012-10-21 02:30:48 +02:00
Takafumi Arakaki
9ad21d1455
Remove redundant option from conf.py
...
It is in eldomain.py now.
2012-10-21 02:26:14 +02:00
Takafumi Arakaki
e5c59dcfac
Use the new :replace: option for .. el:keymap:
2012-10-21 02:25:19 +02:00