1
0
forked from VimPlug/jedi
Commit Graph

60 Commits

Author SHA1 Message Date
David Halter
6b8285bbec fixed many get_in_function_call related bugs 2012-09-16 23:10:39 +02:00
David Halter
b49b9196a6 add jedi#auto_close_doc option 2012-09-15 18:11:13 +02:00
David Halter
f4fddb5833 position of func_def window stays now the same 2012-09-15 18:04:52 +02:00
David Halter
7e62c47f22 functions -> api 2012-09-15 15:49:42 +02:00
David Halter
e184bb441c huge functions refactoring 2012-09-15 15:44:51 +02:00
David Halter
a56bc17f2c showing function calls works now. jedi is now offically *awesome*! 2012-09-15 11:33:20 +02:00
David Halter
3ac2b89fcf showing function params basically works - fine tuning needed 2012-09-15 04:14:58 +02:00
David Halter
9b7d82a251 showing function params working now on both sides, but not joined 2012-09-15 03:57:22 +02:00
David Halter
b073440369 jedi-vim preparations for showing function params 2012-09-14 19:54:34 +02:00
David Halter
65064b1312 vim: goto jumps now appear at the top of the screen 2012-09-14 00:44:16 +02:00
David Halter
139eb1d642 vim: catch if get_definition is returning a keyword 2012-09-12 12:27:32 +02:00
tek
098e29ef9a expand a:path when opening a new file with :edit 2012-09-12 03:25:39 +02:00
David Halter
74e90bf1d6 builtin modules should not be renamed 2012-09-12 01:27:25 +02:00
David Halter
ebc81a1952 discussed in issue #7 2012-09-12 01:10:52 +02:00
David Halter
a5d9d4e189 add param for rename function to switch each case as discussed in #7 2012-09-11 10:10:33 +02:00
David Halter
2ceba101df tabs are now the default, buffers are not practical for renaming 2012-09-11 01:29:37 +02:00
David Halter
dc1d660154 renaming in multiple files 2012-09-11 01:27:49 +02:00
David Halter
1001cc5e05 vim: prevent renames from happening, if they are empty. 2012-09-11 01:08:09 +02:00
David Halter
75ccf0a5d1 fix for renamings at the line end 2012-09-10 23:55:42 +02:00
David Halter
6920f15caf renames are now possible = refactoring 2012-09-10 23:29:32 +02:00
David Halter
a4a8c8f343 working related_names function 2012-09-10 13:49:43 +02:00
David Halter
a96d8dbad4 vim plugin works now also in doctests 2012-09-10 11:45:32 +02:00
David Halter
a93f695b7d again refactorings 2012-09-10 11:06:31 +02:00
David Halter
b29fdbdfde refactorings for related_names 2012-09-10 10:22:18 +02:00
tek
f0167d2958 syn include already searches rtp 2012-09-07 13:31:14 +02:00
David Halter
61cb267dd5 vim-jedi does now the help stuff by itself 2012-09-06 02:45:46 +02:00
David Halter
a238985ed8 pydoc works now with operators and keywords 2012-09-06 01:55:52 +02:00
David Halter
a6340f6f1f added K to quit the help window, which makes it easy to toggle the help window 2012-09-05 23:39:40 +02:00
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