1
0
forked from VimPlug/jedi
Commit Graph

26 Commits

Author SHA1 Message Date
Dave Halter 54d9d325da temporary fix for #315. in the future we should be removing that whole indent change crap 2014-03-28 02:08:22 +01:00
Dave Halter 5b7843747c test for recurring use of variable name with gotos, #315 2014-03-28 02:01:57 +01:00
Dave Halter c5833003dc remove strange Definition.description length limitation 2014-03-13 23:09:40 +01:00
David Halter d216ab331a also add a test for class execution, which still fails due to another bug, that has been (almost) fixed lately, fixes #305 2013-09-06 15:09:12 +04:30
David Halter fcc6c4d811 goto before assignments should still work, 305 2013-09-06 14:56:35 +04:30
David Halter 95bac43840 before assignment goto test, #305 2013-09-06 14:35:56 +04:30
David Halter 4a6f421b80 test for goto in loops that use e.g. empty arrays as input, #283 2013-08-15 11:33:32 +04:30
David Halter e0b781987a fix two failed tests due to previous changes 2013-08-14 00:59:33 +04:30
David Halter 51428fa38e first functioning for loop tests, see #283 2013-08-13 22:36:54 +04:30
David Halter 7c8fee1257 removed a lot of the goto usages, used goto_assignments instead. Did the same also for a lot of definition uses 2013-05-03 21:26:29 +04:30
David Halter 1b7fc1ee50 fixes for goto 2013-02-19 00:21:04 +04:30
David Halter 21bd50c608 follow 'from . import variable', fixes parts of davidhalter/jedi-vim#56 2012-12-27 15:30:43 +01:00
David Halter 31b335dc08 fix for tar_import stuff, that was caused by http://bugs.python.org/issue16791, may affect davidhalter/jedi-vim#56 2012-12-27 13:32:39 +01:00
David Halter 3bf0ec70fc improved goto on assignees (just return the assignee). 2012-12-26 20:53:15 +01:00
David Halter 92cd50b2b7 added goto tests for params 2012-12-25 02:26:36 +01:00
David Halter ad8164e067 corrected wrong goto test 2012-09-10 00:57:03 +02:00
David Halter 8cdc5cc9bd renaming first steps 2012-09-09 15:01:48 +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 77dac95ee0 weakref problem, references were killed to early 2012-09-03 16:59:12 +02:00
David Halter c5ef4c0f2b temporary removal of a test, because it is not clear yet, what should happen in this situation 2012-09-03 01:04:10 +02:00
David Halter e18361d161 goto tests for position zero statements 2012-09-03 00:00:55 +02:00
David Halter acd6488891 fix for github issue 7, goto function works now right for 'from import' statements 2012-09-02 11:52:49 +02:00
David Halter 63c81a0bfe goto: more import tests 2012-08-02 20:31:03 +02:00
David Halter d8c0b8f8e9 again import tests 2012-08-02 20:09:45 +02:00
David Halter 24f81ea75c updated/added import test (nested structures) 2012-08-02 13:49:40 +02:00
David Halter e9d9213f10 goto tests, which i previously forgot to commit 2012-07-28 18:31:36 +02:00