1
0
forked from VimPlug/jedi
Commit Graph

32 Commits

Author SHA1 Message Date
David Halter
b567f9e62a from now on vim-jedi is only accessible for python scripts 2012-09-05 22:23:39 +02:00
David Halter
7f40a9b86c vim-jedi pydoc: better formatting 2012-09-05 17:54:38 +02:00
David Halter
d3f36e2ddf cleaned up the mess in the Definition class 2012-09-05 15:22:40 +02:00
David Halter
abcd3f328a pydoc works now also if the cursor is on the class / created context possibility for completions (backward tokenizer) 2012-09-05 14:23:08 +02:00
David Halter
20b3c3c82b showing pydoc with VIM plugin 2012-09-05 10:07:51 +02:00
David Halter
1b1e18a9e5 get_definition is again in vim plugin (issue #7) 2012-09-05 09:01:11 +02:00
David Halter
2ed7bbf5da fixed a bug that caused case insensitive values not to swap in some cases 2012-09-01 00:06:01 +02:00
David Halter
60d0cede1f automatically start completion on typing a dot 2012-09-01 00:02:23 +02:00
David Halter
566c133130 added an option to do case sensitive completion and removed get_vim_type 2012-08-31 18:37:56 +02:00
David Halter
654b845e71 updated complete interface 2012-08-31 17:38:21 +02:00
David Halter
3a8754b9f1 refined NotFoundError doc 2012-08-31 17:16:38 +02:00
David Halter
5e22c6e6c0 jedi plugin new options 2012-08-31 16:47:58 +02:00
David Halter
adbb2d18c4 Readme improved 2012-08-31 16:15:57 +02:00
David Halter
e2fb6c7d9a vim shows now docstrings also correct 2012-08-13 22:39:43 +02:00
David Halter
a5215952a9 goto of vim-jedi is now able to handle multiple goto results, displays a new buffer 2012-07-29 11:19:42 +02:00
David Halter
24c48aba67 a function to check if the definition is in a builtin module 2012-07-28 22:09:19 +02:00
David Halter
7aef288eec jedi-vim can now use tabs instead of only buffers 2012-07-28 21:51:09 +02:00
David Halter
e99ff5528e goto follows now also import statements 2012-07-28 18:28:38 +02:00
David Halter
deb2426e44 changed jedi-vim function from 'Complete' to 'complete' 2012-07-28 16:09:07 +02:00
David Halter
de5782bdc1 vim-jedi plays know correctly with the jumplist 2012-07-28 16:07:35 +02:00
David Halter
a8908ea01a basic functionality of vim-jedi goto plugin 2012-07-28 13:17:08 +02:00
David Halter
e539dc4dff removed get_definition in vim plugin 2012-07-28 09:45:06 +02:00
David Halter
fcf3e80d06 removed catching MultiLevelAtrributeError at certain places, because catching exceptions does that now, too. 2012-07-28 09:17:29 +02:00
David Halter
f948fceb4b again problems in the vim problems 2012-07-27 13:21:10 +02:00
David Halter
f0daa12f40 vim-jedi plugin didn't work with dots only 2012-07-27 10:52:42 +02:00
David Halter
e5e554bfaa vim plugin now handles cases correctly 2012-07-26 15:40:46 +02:00
David Halter
2e2e360567 removed vim exceptions 2012-06-27 20:41:38 +02:00
David Halter
22c3dc11a0 fixed bug with vim errors of tokenize 2012-05-15 00:21:28 +02:00
David Halter
ed6b47c12c show_definition added to vim interface 2012-05-13 15:19:08 +02:00
David Halter
46c4e4139a python2.5 compatibility again 2012-04-09 18:58:54 +02:00
David Halter
429a8eedb3 module imports are working now 2012-04-09 00:27:10 +02:00
David Halter
baf8c60e9a the auto completion is working! and may god bless you all! ;-) 2012-04-08 04:25:06 +02:00