Commit Graph

  • 21a7346bac Added setup.py #15 Danilo Bargen 2012-09-17 23:19:49 +02:00
  • 385b925041 Added AUTHORS file (fixes #14) Danilo Bargen 2012-09-17 23:12:22 +02:00
  • be4ccdda60 Merge pull request #12 from gwrtheyrn/folderstructure origin/master David Halter 2012-09-17 13:55:17 -07:00
  • 80cf9a7709 Fixed tests #12 Danilo Bargen 2012-09-17 22:45:08 +02:00
  • a26023c5b9 Uppercased LICENSE.txt Danilo Bargen 2012-09-17 22:38:52 +02:00
  • 21826e7a34 Moved jedi files to separate package folder Danilo Bargen 2012-09-17 22:38:38 +02:00
  • a82e89957b removed doc, because it's extremely outdated David Halter 2012-09-17 22:24:39 +02:00
  • b6562973c0 added param names to completion items (see also #7) David Halter 2012-09-17 09:34:52 +02:00
  • 11bfbbab6f builtin functions didn't have a self attribute until now David Halter 2012-09-16 23:38:02 +02:00
  • fa02410fda testing again David Halter 2012-09-16 23:34:16 +02:00
  • 066068f407 fixed InstanceElement / Function differentiation bug David Halter 2012-09-16 23:21:34 +02:00
  • 6b8285bbec fixed many get_in_function_call related bugs David Halter 2012-09-16 23:09:21 +02:00
  • b69847610e readme corrections David Halter 2012-09-16 01:49:41 +02:00
  • b49b9196a6 add jedi#auto_close_doc option David Halter 2012-09-15 18:11:13 +02:00
  • f4fddb5833 position of func_def window stays now the same David Halter 2012-09-15 18:04:52 +02:00
  • 60e8f57c32 fixed some bugs related to func param display David Halter 2012-09-15 17:33:18 +02:00
  • 24d86c72a0 _clear_caches is now __del__ David Halter 2012-09-15 16:17:58 +02:00
  • 3e9f3e12b5 README functions -> api David Halter 2012-09-15 16:06:42 +02:00
  • ea7692e66b doc@api.Script David Halter 2012-09-15 16:04:17 +02:00
  • 9e7e5293d8 pep8 David Halter 2012-09-15 16:02:39 +02:00
  • 7e62c47f22 functions -> api David Halter 2012-09-15 15:49:42 +02:00
  • e184bb441c huge functions refactoring David Halter 2012-09-15 15:44:51 +02:00
  • c3eab377f7 additional get_in_function_call tests David Halter 2012-09-15 12:12:27 +02:00
  • a56bc17f2c showing function calls works now. jedi is now offically *awesome*! David Halter 2012-09-15 11:33:00 +02:00
  • 3ac2b89fcf showing function params basically works - fine tuning needed David Halter 2012-09-15 04:14:47 +02:00
  • 9b7d82a251 showing function params working now on both sides, but not joined David Halter 2012-09-15 03:57:22 +02:00
  • 4a23a1d533 _scan_array didn't search for all names David Halter 2012-09-14 22:25:57 +02:00
  • fd37ae53f2 parsing refactorings, because the errors were not catched the right way David Halter 2012-09-14 21:00:57 +02:00
  • b073440369 jedi-vim preparations for showing function params David Halter 2012-09-14 19:54:34 +02:00
  • 444e4fd466 sys path modifications working not only on imports, but on everything David Halter 2012-09-14 04:03:32 +02:00
  • 9a2ec13230 sys path modifications David Halter 2012-09-14 03:05:31 +02:00
  • 65064b1312 vim: goto jumps now appear at the top of the screen David Halter 2012-09-14 00:44:16 +02:00
  • eb30530c06 removed unused code David Halter 2012-09-13 15:26:25 +02:00
  • 6f0cbf18db again all sort of import related stuff, relative imports work now! fixes #2 David Halter 2012-09-13 15:03:10 +02:00
  • c2d1b2d865 readme David Halter 2012-09-13 02:29:41 +02:00
  • 77839b0a7d if tokenize died, the wrong tokenizer was created again David Halter 2012-09-13 02:29:17 +02:00
  • 1a4de1bc68 getattr() / __getattribute__ / __getattr__ implementation David Halter 2012-09-13 02:09:50 +02:00
  • dd8d1217c6 lgpl license, closes #5 David Halter 2012-09-12 23:31:20 +02:00
  • d0406b416d fixed ModuleNotFound error David Halter 2012-09-12 23:19:53 +02:00
  • 0322aceeca fixed remainig problems with imports. detected with py3k David Halter 2012-09-12 22:56:29 +02:00
  • 44c96e5b98 typos David Halter 2012-09-12 22:15:41 +02:00
  • 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 #10 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 #9 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