Commit Graph

70 Commits

Author SHA1 Message Date
tek 16c0bc852b use standard vim plugin conventions 2012-09-18 21:41:36 +02:00
David Halter d59123dc52 readme typo 2012-09-18 18:53:06 +02:00
David Halter 2161e5a49f set python sys.path 2012-09-18 18:11:23 +02:00
David Halter 879893ef65 added note on how to install jedi 2012-09-18 17:54:03 +02:00
David Halter 5890e53969 added AUTHORS.txt 2012-09-18 17:45:38 +02:00
David Halter 17abae8fc5 added gitignore 2012-09-18 17:02:49 +02:00
David Halter 7412e64ccb added jedi submodule 2012-09-18 16:59:38 +02:00
David Halter 476999d715 added vim readme 2012-09-18 16:28:23 +02:00
David Halter 94e4af53f5 moved jedi.vim 2012-09-18 16:12:44 +02:00
David Halter db77ff86d1 fixed some refactoring errors in the vim plugin 2012-09-17 23:23:01 +02:00
David Halter 1ef7e8d02f fixed many get_in_function_call related bugs 2012-09-16 23:10:39 +02:00
David Halter 0e1a8c889a add jedi#auto_close_doc option 2012-09-15 18:11:13 +02:00
David Halter 09bc262ece position of func_def window stays now the same 2012-09-15 18:04:52 +02:00
David Halter 6589628918 functions -> api 2012-09-15 15:49:42 +02:00
David Halter 5fc6de2f12 huge functions refactoring 2012-09-15 15:44:51 +02:00
David Halter 72e6f3a9de showing function calls works now. jedi is now offically *awesome*! 2012-09-15 11:33:20 +02:00
David Halter 9e186621ed showing function params basically works - fine tuning needed 2012-09-15 04:14:58 +02:00
David Halter d859fdfa94 showing function params working now on both sides, but not joined 2012-09-15 03:57:22 +02:00
David Halter e28881288d jedi-vim preparations for showing function params 2012-09-14 19:54:34 +02:00
David Halter a6f8b80562 vim: goto jumps now appear at the top of the screen 2012-09-14 00:44:16 +02:00
David Halter 17aa6e48d3 vim: catch if get_definition is returning a keyword 2012-09-12 12:27:32 +02:00
tek 04dd7c8aee expand a:path when opening a new file with :edit 2012-09-12 03:25:39 +02:00
David Halter e035e1d4cc builtin modules should not be renamed 2012-09-12 01:27:25 +02:00
David Halter 4bf4ba3866 discussed in issue #7 2012-09-12 01:10:52 +02:00
David Halter 79cc4f6330 add param for rename function to switch each case as discussed in #7 2012-09-11 10:10:33 +02:00
David Halter fe3d4f7483 tabs are now the default, buffers are not practical for renaming 2012-09-11 01:29:37 +02:00
David Halter 25cfd9df9c renaming in multiple files 2012-09-11 01:27:49 +02:00
David Halter bcb0f14b9d vim: prevent renames from happening, if they are empty. 2012-09-11 01:08:09 +02:00
David Halter 9ffe55ad9b fix for renamings at the line end 2012-09-10 23:55:42 +02:00
David Halter d20c4badd2 renames are now possible = refactoring 2012-09-10 23:29:32 +02:00
David Halter 50906ea84a working related_names function 2012-09-10 13:49:43 +02:00
David Halter 462881faf4 vim plugin works now also in doctests 2012-09-10 11:45:32 +02:00
David Halter 3ba18d902b again refactorings 2012-09-10 11:06:31 +02:00
David Halter 77ab34aca4 refactorings for related_names 2012-09-10 10:22:18 +02:00
tek 40ed1bd045 syn include already searches rtp 2012-09-07 13:31:14 +02:00
David Halter e0256a446b vim-jedi does now the help stuff by itself 2012-09-06 02:45:46 +02:00
David Halter 801aae9735 pydoc works now with operators and keywords 2012-09-06 01:55:52 +02:00
David Halter 2848ad9a23 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 da5719df59 from now on vim-jedi is only accessible for python scripts 2012-09-05 22:23:39 +02:00
David Halter 766382c3e0 vim-jedi pydoc: better formatting 2012-09-05 17:54:38 +02:00
David Halter 975ae5de5b cleaned up the mess in the Definition class 2012-09-05 15:22:40 +02:00
David Halter a6ffae1776 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 734fb5d3cf showing pydoc with VIM plugin 2012-09-05 10:07:51 +02:00
David Halter 46da7388b7 get_definition is again in vim plugin (issue #7) 2012-09-05 09:01:11 +02:00
David Halter 5e98626c74 fixed a bug that caused case insensitive values not to swap in some cases 2012-09-01 00:06:01 +02:00
David Halter 719e9fb9a6 automatically start completion on typing a dot 2012-09-01 00:02:23 +02:00
David Halter 19c8305dc7 added an option to do case sensitive completion and removed get_vim_type 2012-08-31 18:37:56 +02:00
David Halter c70720857a updated complete interface 2012-08-31 17:38:21 +02:00
David Halter 8bb410f104 refined NotFoundError doc 2012-08-31 17:16:38 +02:00
David Halter 69d5c4f3e0 jedi plugin new options 2012-08-31 16:47:58 +02:00