1
0
forked from VimPlug/jedi
Commit Graph

47 Commits

Author SHA1 Message Date
David Halter
3474d481b6 faster get_in_function_call, may improve #34 2012-11-20 18:14:42 +01:00
David Halter
3e631f7980 Merge branch 'dev' of github.com:davidhalter/jedi into dev 2012-11-11 02:49:44 +01:00
David Halter
3d1f67b8a0 better support for get_in_function_call - fixes #57 2012-11-11 02:48:33 +01:00
Takafumi Arakaki
817ab133d0 Fix the failing multibyte source test
The optional source_encoding optional argument is added to
jedi.api.Script.__init__.
2012-11-10 20:45:11 +01:00
David Halter
5550bb4c9a additional documentation, affects #28 2012-11-07 18:55:54 +01:00
David Halter
1d6dafbff4 moved all result classes to api_classes.py. 2012-11-07 18:41:22 +01:00
David Halter
2a1ac82e04 add documentation, why goto can return multiple objects -> fixes #42 2012-11-07 18:04:25 +01:00
Takafumi Arakaki
cfd4bb6fc6 Use Function.doc from api.Definition.doc 2012-11-06 22:09:45 +01:00
Takafumi Arakaki
cffb3d2483 Refactoring: add Function.doc 2012-11-06 22:02:59 +01:00
David Halter
9650520f60 raw_doc additionally, for #53 2012-11-06 19:13:00 +01:00
David Halter
90a4a9240b Merge pull request #53 from tkf/call-signature-in-completion
Call signature in Completion.doc
2012-11-04 15:35:43 -08:00
Takafumi Arakaki
5a20cd1665 Use AttributeError instead of hasattr 2012-11-04 11:26:06 +01:00
Takafumi Arakaki
5c76b20434 Add call signature to Completion.doc 2012-11-03 23:57:31 +01:00
David Halter
7d39ccc360 better type description of completion 2012-11-03 23:19:33 +01:00
David Halter
0704873fd7 switched completely to unicode (in python2), fixes #52 2012-11-02 16:08:38 +01:00
David Halter
99739754ef pep8 2012-10-21 14:33:14 +02:00
David Halter
51cfb43716 a comment... 2012-10-21 14:31:32 +02:00
David Halter
559491c301 fixed a few bugs in get_in_function_call caching 2012-10-21 01:56:42 +02:00
David Halter
36fd73a239 much faster parsing for get_in_function_call, fixes parts of #34 2012-10-21 01:42:05 +02:00
David Halter
4519221f33 move scan_array_for_pos to helpers 2012-10-20 18:52:24 +02:00
David Halter
bb76792ea8 make source_path in script optional, fixes #32 2012-10-20 13:57:04 +02:00
Takafumi Arakaki
40810b047e Do not return None from Completion.description 2012-10-19 21:51:43 +02:00
David Halter
fa9772c82e import statements completion; little bug noticed in #27 2012-10-18 00:16:49 +02:00
David Halter
3838b5482e builtin scope doesn't load by default anymore. This makes Jedi faster at startup. -> jedi issue 7 2012-10-17 21:26:55 +02:00
David Halter
25229561fe more docstrings -> #28 2012-10-17 20:55:56 +02:00
Takafumi Arakaki
f3d51772d6 Fix api.Script docstring 2012-10-16 22:32:41 +02:00
David Halter
77e48fcd95 better care for aliases in imports in jedi-vim issue 8 2012-10-16 12:00:41 +02:00
David Halter
db315f44f4 better support for get_in_function_call 2012-10-07 21:43:27 +02:00
David Halter
eda2430ad7 __class__ -> type 2012-10-01 08:50:12 +02:00
David Halter
ff84e4670b keyword completion shouldn't occur all the times; thanks to Tobias Halter for his brilliant Kantischueler logic. 2012-09-30 16:46:28 +02:00
David Halter
511369ad88 python keyword completion, fixes #21 2012-09-30 15:56:57 +02:00
David Halter
40a61d7b9e doc/todos 2012-09-24 11:50:08 +02:00
David Halter
56a97c9df5 can now refactor statements ahead of '=', fixes #20 2012-09-23 14:19:47 +02:00
David Halter
111f7c637f reverse rename sorting -> fixes issue 5 of jedi-vim 2012-09-23 11:01:37 +02:00
David Halter
78f2059c12 rename / goto fully functional 2012-09-22 17:20:51 +02:00
David Halter
5982c7c93d testing should now work without duplicates 2012-09-22 16:36:39 +02:00
David Halter
c7e8278ca4 changed rename tests 2012-09-22 16:06:30 +02:00
David Halter
4735126f1b goto / related_name fixed -> tests are passing again 2012-09-22 15:15:21 +02:00
David Halter
0c71a9d86a renaming works now a little bit better with modules 2012-09-22 01:48:17 +02:00
David Halter
7dc96502eb again working with further refactorings 2012-09-22 00:54:20 +02:00
David Halter
c464925647 removal of old unused goto stuff 2012-09-22 00:26:30 +02:00
David Halter
fd760f1870 renaming and goto work now +/- 2012-09-22 00:15:32 +02:00
David Halter
32b51e0c68 import goto tests work almost again 2012-09-21 23:26:39 +02:00
David Halter
ef451f6dca rename working again with different goto function. now change the goto function itself 2012-09-21 22:36:47 +02:00
David Halter
bfca702bf9 total rewrite of goto -> incomplete 2012-09-21 20:26:41 +02:00
David Halter
40eac8eeed import stuff in __init__.py 2012-09-18 16:05:01 +02:00
Danilo Bargen
21826e7a34 Moved jedi files to separate package folder 2012-09-17 22:38:38 +02:00