Commit Graph
100 Commits
Author SHA1 Message Date
David Halter 7d1d5bd492 Merge pull request #101 from ricobl/tabnew-drop
Improved opening file in existing or new tab.
2013-02-23 11:37:55 -08:00
David Halter fdcc192def Merge pull request #83 from andviro/master
fix for #81
2013-01-25 01:37:24 -08:00
David Halter bf7a5b82bb Merge remote-tracking branch 'origin/master' into dev 2013-01-22 06:56:40 +01:00
David Halter f2354d3700 Merge pull request #79 from ganwell/master
Selecting the first completion menu line
2013-01-21 21:56:00 -08: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 ef1011d8c6 Merge pull request #71 from ming13/readme-syntax-highlighting
Use VimL syntax highlighting in the readme file
2013-01-11 06:28:25 -08:00
David Halter 098cdb3eb8 Don't map <C-c> if a mapping already exists, fixes #69 2013-01-11 11:03:19 +01:00
David Halter 3c55a4bed6 Python alias works now 2013-01-07 00:28:37 +01:00
David Halter 7b60d00dbc also check for py3k in ftplugin 2013-01-07 00:00:16 +01:00
David Halter 30ea569cd8 python -> Python 2013-01-06 23:59:10 +01:00
David Halter b63454ebd4 add a Python command that is able to execute python3 and python2 2013-01-06 23:55:24 +01:00
David Halter 5670946a73 finish also ftplugin if +python is not available 2013-01-05 13:56:38 +01:00
David Halter a09b3121d5 Merge branch 'dev' of github.com:davidhalter/jedi-vim into dev 2013-01-05 13:54:47 +01:00
David Halter c3754ab670 Merge pull request #64 from lilix/master
Squelch the +python warning during initialization
2013-01-05 04:54:29 -08: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 bd01c84e9f change image links, because they were broken, fixes #61 2013-01-02 20:54:55 +01:00
David Halter b1cdfb33f5 Merge pull request #62 from Tinche/master
Small documentation fix
2013-01-02 08:12:15 -08:00
David Halter 89f21b9196 use PythonToVimStr in more places, fixes #60 2012-12-31 14:24:01 +01:00
David Halter cde62de599 Merge pull request #58 from flupke/dev
fixed jedi#new_buffer() when g:jedi#use_tabs_not_buffers = 0
2012-12-26 15:10:06 -08:00
David Halter d576d7d151 use vim.command instead of vim.execute (which doesn't even exist), thanks to @enoodle for the hint 2012-12-25 23:58:59 +01:00
David Halter 4336cbb742 by default <C-c> imaps to escape, should fix #55 2012-12-24 00:44:09 +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 6a70c84cc0 new_buffer instead of tabnew 2012-12-21 09:52:26 +01:00
David Halter 394aeffa61 update jedi version 2012-12-19 23:14:57 +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 824925debe remove unnecessary echo 2012-12-18 17:25:00 +01:00
David Halter 730c98ff67 add autocompletion_command default -> fixes #51 2012-12-18 17:14:58 +01:00
David Halter 704c1c2553 added auto configuration of VIM setting -> fixes #52 2012-12-18 16:46:28 +01:00
David Halter 64e2b1d806 added lgpl license -> #50 2012-12-18 16:33:37 +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 42900bb62f if completeopt = longest is not set, change the default behaviour of the popup menu, fixes #32 2012-12-11 15:10:03 +01:00
David Halter 1507fcc24f update of jedi version 2012-12-10 22:42:09 +01:00
David Halter 1900c0829a changed sys.path insertion, might help #28 2012-12-10 16:50:30 +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 fb744e2e6d add debugging functions for jedi 2012-11-28 10:17:52 +01:00
David Halter 71f146c6bd add c-space also for gvim, which doesn't work with <nul>, #42 2012-11-27 10:29:12 +01:00
David Halter 75dee25646 removed sorting, because jedi does that now. 2012-11-21 17:33:12 +01:00
David Halter 997be00004 add pyc to gitignore - fixes #40 2012-11-08 18:39:32 +01:00
David Halter ecd62166e8 Merge pull request #38 from hattya/dev
fix python sys.path
2012-11-05 04:43:09 -08:00
David Halter 5349c183b7 Merge pull request #37 from mattn/fix_delay_load
fix delayload. (@mattn fixed a bug related to his pull requests)
2012-10-31 09:26:08 -07:00
David Halter 8813b2312e Merge pull request #35 from mattn/delay_load
delay load python module. this change make bits faster.
2012-10-31 06:22:06 -07:00
David Halter 5ac5598b34 Merge pull request #36 from mattn/switchbuf
don't set switchbuf option until python filetype is loaded.
2012-10-31 02:25:21 -07:00
David Halter 4d62f1ea81 Merge pull request #34 from mattn/did_ftplugin
set b:did_ftplugin to avoid overwrites by pythoncomplete.vim .
2012-10-31 02:21:17 -07:00
David Halter 2143e2f0a3 Merge remote-tracking branch 'origin/master' into dev 2012-10-23 10:28:22 +02:00
David Halter 3a2cec368d show_function_definition option wasn't in the docs 2012-10-21 02:31:13 +02:00
David Halter 24053c455d Merge pull request #25 from strycore/master
Improved color contrast for function definitions in gvim
-> fixes #24
2012-10-20 13:21:14 -07: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 f356b17a70 Merge pull request #18 from tek/dev
missing bang in function definition
2012-10-18 23:29:32 -07:00
David Halter a87af78be3 don't complete on numbers, fixes #14 2012-10-17 23:35:00 +02:00
David Halter c2cb6b641b vim 7.2 has no conceal feature, fixes #13 2012-10-17 18:45:31 +02:00
David Halter 96b75d24f5 contributing pep8 2012-10-17 07:45:51 +02:00
David Halter dc919cc48a contributing changes 2 2012-10-17 07:39:26 +02:00
David Halter 17b7b0d7fd contributing changes 2012-10-17 07:37:42 +02:00
David Halter c0a66654bf added Contributing file, because I want people to push to the dev branch. 2012-10-17 07:34:06 +02:00
David Halter 8fe0bac319 display errors (caused problems with pydoc) 2012-10-16 14:36:40 +02:00
David Halter 1e3e8e1aec show_func_def raised errors again (#3), almost fixes #9 2012-10-16 09:42:25 +02:00
David Halter d1844c45a1 Merge pull request #10 from todesschaf/sorted_menu
Sort menu options
2012-10-16 00:22:17 -07:00
David Halter 27076f8adb added pictures of jedi to jedi-vim 2012-10-14 15:12:19 +02: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 766acb5757 jedi update 2012-10-14 02:22:04 +02:00
David Halter 8fd1e6d142 removed a needless function 2012-10-13 02:32:41 +02:00
David Halter 18613fe325 compressed settings 2012-10-13 02:05:57 +02:00
David Halter fa35a5510a mainly pep8 2012-10-13 01:45:17 +02:00
David Halter 8a04fde301 removed star import of jedi_vim 2012-10-13 01:32:30 +02:00
David Halter 6c21cb1520 move more code to the python module 2012-10-13 01:24:39 +02:00
David Halter 8f28773e88 moved all python functions to a cleaner python file 2012-10-13 00:51:44 +02:00
David Halter 5dd9305aa2 fixed a problem with function calls again 2012-10-13 00:36:34 +02:00
David Halter 48ab6c613f better support for in call displays (bugfixes) 2012-10-13 00:15:20 +02:00
David Halter 15426a3d51 better support for function display in strings 2012-10-12 21:48:26 +02:00
David Halter 7bc151be75 comment default override, because the highlighting didn't work there 2012-10-10 23:37:17 +02:00
David Halter 391d9c940d wrong dynamic modules setting, with non python files fixed 2012-10-04 00:38:58 +02:00
David Halter 1c29cd6d96 use CursorMovedI to check for executions as discussed in #3 2012-09-30 22:59:41 +02:00
David Halter f62067b463 vim string representation fixes #6 2012-09-30 22:41:54 +02:00
David Halter d4e2e082d6 additional dynamic modules used to complete between different vim buffers (in functions) 2012-09-26 18:42:16 +02:00
David Halter f64c64d1bc rename cursor doesn't move anymore 2012-09-23 12:44:26 +02:00
David Halter 05cac0c585 jedi#complete should always be the default -> see discussion in #1 2012-09-22 18:55:45 +02:00
David Halter 1ea59e1cfd Merge pull request #4 from tek/dev
remove func_def escape sequence from search history
thx @tek
2012-09-20 10:51:59 -07:00
David Halter 3d44b372ef Merge pull request #3 from tek/dev
catch errors in jedi#show_func_def()
thx @tek
2012-09-19 23:22:46 -07:00
David Halter e6b27a43e9 Merge pull request #1 from tek/master
vim plugin directory structure
thanks to @tek!
2012-09-19 05:37:56 -07: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