1
0
forked from VimPlug/jedi
Commit Graph

24 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
d1f23444b1 add property tests for renaming and removed some limitations of renaming, fixes davidhalter/jedi-vim#57 2012-12-27 00:03:02 +01:00
David Halter
a7deb4766f test for davidhalter/jedi-vim#57 2012-12-26 23:28:24 +01:00
David Halter
45c9fe16b8 many tests and fixes for instance element renamings 2012-12-26 22:56:56 +01:00
David Halter
2534269cce many new renaming tests (and bug fixes) 2012-12-26 21:34:21 +01:00
David Halter
3bf0ec70fc improved goto on assignees (just return the assignee). 2012-12-26 20:53:15 +01:00
David Halter
70b949b6e5 test for class inheritance renaming 2012-12-24 17:22:45 +01:00
David Halter
1a4b556ddb removed whitespace in renaming tests 2012-12-24 17:15:21 +01:00
David Halter
6322df11f3 renaming tests refactored. It's now much easier and understandable to create rename tests 2012-12-24 17:12:46 +01:00
David Halter
01da60b594 fix another = error and goto error with dicts 2012-10-09 07:55:42 +02:00
David Halter
56a97c9df5 can now refactor statements ahead of '=', fixes #20 2012-09-23 14:19:47 +02:00
David Halter
7c45d84721 dict assignment renaming -> fixes #20 2012-09-22 18:19:47 +02:00
David Halter
78f2059c12 rename / goto fully functional 2012-09-22 17:20:51 +02:00
David Halter
5982c7c93d testing should now work without duplicates 2012-09-22 16:36:39 +02:00
David Halter
c7e8278ca4 changed rename tests 2012-09-22 16:06:30 +02:00
David Halter
4735126f1b goto / related_name fixed -> tests are passing again 2012-09-22 15:15:21 +02:00
David Halter
ef451f6dca rename working again with different goto function. now change the goto function itself 2012-09-21 22:36:47 +02:00
David Halter
bfca702bf9 total rewrite of goto -> incomplete 2012-09-21 20:26:41 +02:00
David Halter
521aa6691c commit wasn't clean a few commits ago 2012-09-20 00:33:07 +02:00
David Halter
076a537801 basic work to get renaming to work in other modules/folders. 2012-09-20 00:25:32 +02:00
David Halter
a93f695b7d again refactorings 2012-09-10 11:06:31 +02:00
David Halter
da3c327af7 get_related_names testing 2012-09-10 00:52:01 +02:00
David Halter
47262ea45e get_related_names:statements should work for now 2012-09-09 22:09:19 +02:00
David Halter
e97df2f2ac testing for related names (renaming). with first tests 2012-09-09 21:19:51 +02:00