Commit Graph

17 Commits

Author SHA1 Message Date
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