Commit Graph

  • 119455c3b3 cleaned up and fixed most cases of import related stuff, fixes #2 David Halter 2012-09-12 21:36:16 +02:00
  • 139eb1d642 vim: catch if get_definition is returning a keyword David Halter 2012-09-12 12:27:32 +02:00
  • 0024ab802b Merge pull request #10 from tek/dev David Halter 2012-09-12 01:55:30 -07:00
  • 098e29ef9a expand a:path when opening a new file with :edit tek 2012-09-12 03:25:39 +02:00
  • 74e90bf1d6 builtin modules should not be renamed David Halter 2012-09-12 01:27:25 +02:00
  • ebc81a1952 discussed in issue #7 David Halter 2012-09-12 01:10:52 +02:00
  • a5d9d4e189 add param for rename function to switch each case as discussed in #7 David Halter 2012-09-11 10:10:09 +02:00
  • 05cff2f27e readme description of the new functions David Halter 2012-09-11 01:38:08 +02:00
  • 2ceba101df tabs are now the default, buffers are not practical for renaming David Halter 2012-09-11 01:29:37 +02:00
  • dc1d660154 renaming in multiple files David Halter 2012-09-11 01:27:49 +02:00
  • 1001cc5e05 vim: prevent renames from happening, if they are empty. David Halter 2012-09-11 01:08:09 +02:00
  • 75ccf0a5d1 fix for renamings at the line end David Halter 2012-09-10 23:55:42 +02:00
  • 6920f15caf renames are now possible = refactoring David Halter 2012-09-10 23:07:46 +02:00
  • 0a8338f73d get_definition on import statements talked about in issue #7 David Halter 2012-09-10 14:48:59 +02:00
  • 440eae7c15 sorted output for get_definition / goto David Halter 2012-09-10 14:07:54 +02:00
  • a4a8c8f343 working related_names function David Halter 2012-09-10 13:49:43 +02:00
  • a96d8dbad4 vim plugin works now also in doctests David Halter 2012-09-10 11:45:32 +02:00
  • 1a009e6adb fixed problems with import statements in refactorings David Halter 2012-09-10 11:26:14 +02:00
  • 6e0cc7f15f fixed one off bug for all tests David Halter 2012-09-10 11:25:47 +02:00
  • a93f695b7d again refactorings David Halter 2012-09-10 11:06:31 +02:00
  • b29fdbdfde refactorings for related_names David Halter 2012-09-10 10:22:18 +02:00
  • ad8164e067 corrected wrong goto test David Halter 2012-09-10 00:57:03 +02:00
  • da3c327af7 get_related_names testing David Halter 2012-09-10 00:52:01 +02:00
  • 47262ea45e get_related_names:statements should work for now David Halter 2012-09-09 22:09:05 +02:00
  • e97df2f2ac testing for related names (renaming). with first tests David Halter 2012-09-09 21:19:39 +02:00
  • 143870fc38 same bugfix for generators (bug due to Name interface change) David Halter 2012-09-09 20:49:26 +02:00
  • 7a49bb4496 bugfix for imports (bug due to Name interface change) David Halter 2012-09-09 20:46:52 +02:00
  • abbc001a37 removed duplicate goto stuff David Halter 2012-09-09 20:42:35 +02:00
  • 4a88243b18 get_related_names basically working, without testing though David Halter 2012-09-09 20:32:03 +02:00
  • 8cdc5cc9bd renaming first steps David Halter 2012-09-09 15:01:48 +02:00
  • 740dffebfa reversed mixin David Halter 2012-09-08 23:47:58 +02:00
  • b16c4c5b83 python SystemError got fixed -> http://hg.python.org/cpython/rev/0db75a55145a & http://bugs.python.org/issue15846 David Halter 2012-09-08 23:16:42 +02:00
  • 82a79154cf Merge remote-tracking branch 'origin/master' into dev David Halter 2012-09-08 23:16:35 +02:00
  • 8a9ee19464 Merge pull request #9 from tek/master David Halter 2012-09-08 14:07:13 -07:00
  • f0167d2958 syn include already searches rtp tek 2012-09-07 13:31:14 +02:00
  • 844e222ed5 cleanup David Halter 2012-09-06 11:23:12 +02:00
  • 61cb267dd5 vim-jedi does now the help stuff by itself David Halter 2012-09-06 02:45:46 +02:00
  • 18686c1d63 is_py3k() -> is_py3k David Halter 2012-09-06 02:38:57 +02:00
  • 0008e2c703 python 2.5 compatibility David Halter 2012-09-06 02:35:38 +02:00
  • 8ebb1fbbfe compatibility David Halter 2012-09-06 02:26:24 +02:00
  • d30c0e7e34 forgot to add the new keywords module David Halter 2012-09-06 02:19:11 +02:00
  • 30c61befba fixed travis test bug David Halter 2012-09-06 02:17:53 +02:00
  • a5cb308d1f further regression tests David Halter 2012-09-06 02:14:04 +02:00
  • a238985ed8 pydoc works now with operators and keywords David Halter 2012-09-06 01:55:52 +02:00
  • 730dfdc012 added additional security to get_definition tests David Halter 2012-09-06 00:08:41 +02:00
  • eb79942a81 added regression tests. with tests for user scopes David Halter 2012-09-05 23:49:51 +02:00
  • a6340f6f1f added K to quit the help window, which makes it easy to toggle the help window David Halter 2012-09-05 23:39:40 +02:00
  • ca0b903891 user_scopes are now valid even in multi-line class/def initializations David Halter 2012-09-05 23:38:33 +02:00
  • 3371153879 bugfix for functions with get_definition on them David Halter 2012-09-05 23:22:43 +02:00
  • f9462b3cbb default debug ignored modules David Halter 2012-09-05 22:24:41 +02:00
  • b567f9e62a from now on vim-jedi is only accessible for python scripts David Halter 2012-09-05 22:23:39 +02:00
  • 7f40a9b86c vim-jedi pydoc: better formatting David Halter 2012-09-05 17:54:38 +02:00
  • 081d20d0cf fixed py3k exception David Halter 2012-09-05 16:19:00 +02:00
  • d3f36e2ddf cleaned up the mess in the Definition class David Halter 2012-09-05 15:22:40 +02:00
  • abcd3f328a pydoc works now also if the cursor is on the class / created context possibility for completions (backward tokenizer) David Halter 2012-09-05 14:19:40 +02:00
  • 37df49d598 indexing a particular position with a test is now also possible with get_definition and complete David Halter 2012-09-05 11:01:07 +02:00
  • 20b3c3c82b showing pydoc with VIM plugin David Halter 2012-09-05 10:07:51 +02:00
  • 1b1e18a9e5 get_definition is again in vim plugin (issue #7) David Halter 2012-09-04 19:14:54 +02:00
  • 686c675b6d get_definitions -> get_definition David Halter 2012-09-04 18:47:07 +02:00
  • cf953c9d02 python 2.5 compatibility, use for loop, not the next function David Halter 2012-09-04 18:22:11 +02:00
  • 268196086b added functool mixins David Halter 2012-09-04 18:15:33 +02:00
  • b111c56b06 added _weakref mixins David Halter 2012-09-04 16:21:17 +02:00
  • 778899af86 introduced std library tests (only regex for now) and a working _sre mixin, which is used by the module David Halter 2012-09-04 15:59:24 +02:00
  • f47ae1ad4f fixed a dynamic array bug, that was created, because of the InstanceElement changes David Halter 2012-09-04 15:55:11 +02:00
  • 51ee262706 ducktyping tests David Halter 2012-09-04 15:37:37 +02:00
  • db7c2fc6e7 added a scope generator for instances, which is necessary, because instance variables have priority over class vars David Halter 2012-09-04 15:25:08 +02:00
  • 3cc5c60f02 tried to clean up the mess of Instances and InstanceElements David Halter 2012-09-04 14:53:32 +02:00
  • e359eb5898 print on errors at the end, not start David Halter 2012-09-04 12:16:01 +02:00
  • 0e467146d5 InstanceElement changes -> know if it is a class var David Halter 2012-09-04 10:35:26 +02:00
  • fc788bc7bf changed get_parent_until method David Halter 2012-09-04 09:43:59 +02:00
  • 20bf5d2bf5 debug messages are now only active for non-test-results David Halter 2012-09-04 09:04:34 +02:00
  • 37df118519 InstanceElement cleanup, not all tests pass, though David Halter 2012-09-04 08:54:13 +02:00
  • a5d1427b09 method was needed David Halter 2012-09-03 17:40:34 +02:00
  • d143024408 added dict.get, because it returned tuples (don't ask why) David Halter 2012-09-03 17:00:37 +02:00
  • 77dac95ee0 weakref problem, references were killed to early David Halter 2012-09-03 16:59:12 +02:00
  • 663d808f9f removed complexity of builtin scope David Halter 2012-09-03 16:20:20 +02:00
  • 1775843e23 refined docstr parsing for builtins, because psycopg2 didn't run, even so I thought it would. David Halter 2012-09-03 14:33:16 +02:00
  • c725b6624b fixed a sys.path issue disscussed in github issue #7 David Halter 2012-09-03 14:07:35 +02:00
  • c3bdd00a8c rename psycopg2 test David Halter 2012-09-03 13:42:04 +02:00
  • c5ef4c0f2b temporary removal of a test, because it is not clear yet, what should happen in this situation David Halter 2012-09-03 01:04:10 +02:00
  • c9fb482480 psycopg2 fix for github issue 4 David Halter 2012-09-03 01:02:38 +02:00
  • e18361d161 goto tests for position zero statements David Halter 2012-09-03 00:00:55 +02:00
  • 911495da30 relative imports should work now David Halter 2012-09-02 16:25:17 +02:00
  • 1f21fadf55 class decorators are just being ignored, until I know of a use case, where Jedi returns the wrong results David Halter 2012-09-02 14:48:27 +02:00
  • 1afdb69314 function annotations are now safely ignored by the evaluation. the parser just stores them in the right objects. David Halter 2012-09-02 12:39:11 +02:00
  • acd6488891 fix for github issue 7, goto function works now right for 'from import' statements David Halter 2012-09-02 11:52:49 +02:00
  • 251a638ba6 better support for pypy, now pypy fails sometimes, because itertools.tee probably does not its job in the pypy implementation David Halter 2012-09-01 17:27:38 +02:00
  • 8eab8640fd add travis build status to readme David Halter 2012-09-01 14:11:24 +02:00
  • 7c3a1c2952 remove pypy from travis testing David Halter 2012-09-01 12:35:22 +02:00
  • 02d89fd545 remove pypy from travis implementations David Halter 2012-09-01 12:35:16 +02:00
  • 3e4a5dd111 add cleandoc to _compatibility.py because in python 2.5 it is not in the inspect module. David Halter 2012-09-01 11:37:14 +02:00
  • 01059b35db use metaclass generator for all classes (python2/3 compatibility) David Halter 2012-09-01 11:36:33 +02:00
  • a1d3ab9094 python 3 compatibility: new method 'use_metaclass' David Halter 2012-09-01 10:29:17 +02:00
  • 94f2d5e263 prevent SystemError from happening through literal_eval David Halter 2012-09-01 09:44:35 +02:00
  • 2ed7bbf5da fixed a bug that caused case insensitive values not to swap in some cases David Halter 2012-09-01 00:06:01 +02:00
  • 60d0cede1f automatically start completion on typing a dot David Halter 2012-09-01 00:02:23 +02:00
  • 139548d906 add automatically an opening bracket to a function and a dot to a module. also added settings to turn off this behaviour David Halter 2012-08-31 20:19:07 +02:00
  • 566c133130 added an option to do case sensitive completion and removed get_vim_type David Halter 2012-08-31 18:37:56 +02:00
  • dcc3b54715 thanks to ast.literal_eval the order how test results are defined, doesn't matter anymore David Halter 2012-08-31 17:58:24 +02:00
  • 469388d72d fixed position error with test David Halter 2012-08-31 17:52:07 +02:00