Commit Graph

54 Commits

Author SHA1 Message Date
David Halter
0b8448804d show_call_signatures shows now all call signatures if there are multiple, and not just one. 2013-08-22 17:18:25 +04:30
David Halter
59be959a3d show messages when py_import fails 2013-08-22 12:09:53 +04:30
David Halter
1247e258d0 enforce using jedi 0.7 2013-08-22 11:52:47 +04:30
David Halter
100e1ed8cd move py_import function finally to jedi_vim.py 2013-08-22 11:49:08 +04:30
David Halter
c58fc7c952 moved some Pyimport stuff to autoload and added a new_buffer option 2013-08-22 11:27:38 +04:30
David Halter
748a47e6e9 Pyimport command should respect tab setting 2013-08-22 10:47:13 +04:30
David Halter
6ed0b78c90 deprecate a lot of old definitions how to use functions, use instead the names of jedi functions 2013-08-20 16:17:39 +04:30
David Halter
6ee05f976d use call_signature_escape instead of the old function_definition_escape, to be compatible with jedi 2013-08-20 15:13:55 +04:30
David Halter
bba9682197 call_signatures instead of function_definition 2013-08-20 15:07:32 +04:30
David Halter
00814ef58d completions instead of complete 2013-08-20 15:01:09 +04:30
David Halter
e93976ad44 fix position of call defs cursor 2013-08-18 20:47:04 +04:30
David Halter
6028e0d379 builtin modules cannot be displayed, but show the path where they are located 2013-08-07 10:59:23 +04:30
Guillaume Poulin
ca50a02a86 Modify IndexError to LookupError in tabnew 2013-07-03 02:57:55 +08:00
heavenshell
108cfbdd5d Add whitespace after . 2013-06-03 20:55:38 +09:00
David Halter
622331afa4 Merge pull request #138 from heavenshell/fix_deprecation_warning
Fix not to use deprecated method
2013-05-31 12:07:00 -07:00
heavenshell
a8422d3682 Fix get_in_function_call() deprecation. 2013-06-01 00:56:04 +09:00
heavenshell
6f107578ee Fix related_names() deprecation. 2013-06-01 00:50:02 +09:00
heavenshell
355203cab0 Fix goto() deprecation. 2013-06-01 00:47:11 +09:00
heavenshell
e4a2a0f30e Fix get_definition() deprecation. 2013-06-01 00:41:04 +09:00
heavenshell
efb1997218 Fix show_pydoc() get_definition() deprecation. 2013-06-01 00:37:15 +09:00
heavenshell
cf3182e549 Fix complete() deprecation. 2013-06-01 00:27:14 +09:00
Matthew Moses
d56bf264e7 Fix some errors when vim is compiled with +python3.
When vim is compiled with `-python` and `+python3`, jedi-vim generates
errors because of two points in the code which are not compatible with
Python 3 (because of the `str`/`unicode` vs. `bytes`/`str` thing).
2013-05-19 03:41:46 -04:00
David Halter
ccc901f360 use is_keyword instead of hack 2013-05-19 00:11:27 +04:30
David Halter
ab5065753e update jedi notification 2013-05-14 22:20:39 +04:30
David Halter
a763f12b4e default encoding for VIM compiled with -multibyte, fixes #100 2013-02-24 08:57:36 +04:30
Enrico
7577ddc7a7 Removed has_gui variable. 2013-02-23 16:16:59 -03:00
Enrico
61f457b666 Used tab drop only when gui is available. 2013-02-23 15:57:09 -03:00
Enrico
f9ea25ec4e Improved opening file in existing or new tab. 2013-02-22 10:48:56 -03:00
David Halter
fdcc192def Merge pull request #83 from andviro/master
fix for #81
2013-01-25 01:37:24 -08:00
Andrew Rodionoff
70f4c16ae3 fixed find related names 2013-01-25 12:04:17 +04:00
David Halter
2b0e66b565 set the cursor to the right position, messed that up in the previous commit, #65 2013-01-14 16:15:06 +01:00
David Halter
69e4cead81 turn syntax highlighting on again if it's turned off by renaming (possible vim bug). 2013-01-14 15:37:59 +01:00
David Halter
3c55a4bed6 Python alias works now 2013-01-07 00:28:37 +01:00
David Halter
74d93b8c3d related_name changed sorting -> change renaming 2013-01-04 15:11:41 +01:00
David Halter
62d9b564f9 add spaces to additional get_definition quotes, fixes #63 2013-01-04 10:56:19 +01:00
David Halter
89f21b9196 use PythonToVimStr in more places, fixes #60 2012-12-31 14:24:01 +01:00
David Halter
ff10a0a6e4 escape file paths if opening new buffers/tabs, fixes #54 2012-12-21 13:03:55 +01:00
David Halter
09721ecedf problems with encodings should be fixed more or less. At least I understand encodings now. :-) #48 2012-12-19 20:46:42 +01:00
David Halter
9fbec4faf2 changed something that I absolutely don't get again. #48 2012-12-19 01:32:15 +01:00
David Halter
72571db6ee encode output strings to latin-1, vim has problems with utf8. fixes #48 2012-12-18 16:14:21 +01:00
David Halter
facb5c05ba fixed some serious problems with show_func_def, that were caused by bad unicode support of python/vim, see also: http://bugs.python.org/issue5876 2012-11-28 23:46:22 +01:00
David Halter
d613ed2266 again debug functions (was buggy before) 2012-11-28 17:43:05 +01:00
David Halter
75dee25646 removed sorting, because jedi does that now. 2012-11-21 17:33:12 +01:00
David Halter
99cb1d6f12 show_func_def shows function definition without that setting, fixes #19 2012-10-20 02:19:01 +02:00
David Halter
c2cb6b641b vim 7.2 has no conceal feature, fixes #13 2012-10-17 18:45:31 +02:00
David Halter
1e3e8e1aec show_func_def raised errors again (#3), almost fixes #9 2012-10-16 09:42:25 +02:00
Nick Hurley
97643d43f3 Sort menu options
This sorts the menu case-insensitively, so it makes some sort of sense.
2012-10-15 20:04:11 -07:00
David Halter
d885557d66 avoid problems if doc is opened 2012-10-14 12:24:05 +02:00
David Halter
be595d326d fixed another string literal problem with func defs 2012-10-14 02:44:12 +02:00
David Halter
8fd1e6d142 removed a needless function 2012-10-13 02:32:41 +02:00