You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -449,7 +452,7 @@ iM Operation with inner function or method.
449
452
Check current buffer
450
453
451
454
*:PyLintAuto**PyLintAuto*
452
-
Automatic fix PEP8 errors in current buffer
455
+
Automatically fix PEP8 errors in the current buffer
453
456
454
457
*:Pyrun**Pyrun*
455
458
Run current buffer
@@ -459,36 +462,45 @@ iM Operation with inner function or method.
459
462
5. FAQ ~
460
463
*PythonModeFAQ*
461
464
462
-
Python-mode dont work
463
-
---------------------
465
+
Python-mode doesn't work
466
+
------------------------
464
467
465
-
Run ":call pymode#troubleshooting#Test()", fix warning or send me output.
468
+
Run ":call pymode#troubleshooting#Test()" and fix the warning or send me the
469
+
output.
466
470
467
471
468
472
Rope completion is very slow
469
473
----------------------------
470
474
471
-
To work rope_ creates a service directory: `.ropeproject`.
472
-
If |'pymode_rope_guess_project'| set on (by default) and `.ropeproject` in current dir not found, rope scan `.ropeproject` on every dir in parent path.
473
-
If rope finded `.ropeproject` in parent dirs, rope set project for all child dir and scan may be slow for many dirs and files.
475
+
To work, rope_ creates a service directory: `.ropeproject`. If
476
+
|'pymode_rope_guess_project'| is set on (as it is by default) and
477
+
`.ropeproject` is not found in the current dir, rope will scan for
478
+
`.ropeproject` in every dir in the parent path. If rope finds `.ropeproject`
479
+
in parent dirs, rope sets project for all child dir and the scan may be slow
480
+
for many dirs and files.
474
481
475
482
Solutions:
476
483
477
-
- Disable |'pymode_rope_guess_project'| to make rope always create `.ropeproject` in current dir.
478
-
- Delete `.ropeproject` from dip parent dir to make rope create `.ropeproject` in current dir.
479
-
- Press `<C-x>po` or `:RopeOpenProject` to make force rope create `.ropeproject` in current dir.
480
-
484
+
- Disable |'pymode_rope_guess_project'| to make rope always create
485
+
`.ropeproject` in the current dir.
486
+
- Delete `.ropeproject` from the parent dir to make rope create `.ropeproject`
487
+
in the current dir.
488
+
- Press `<C-x>po` or `:RopeOpenProject` to force rope to create `.ropeproject`
489
+
in the current dir.
481
490
482
491
483
492
Pylint check is very slow
484
493
-------------------------
485
494
486
-
In some projects pylint_ may check slowly, because it also scan imported modules if possible.
487
-
Try use pyflakes, see |'pymode_lint_checker'|.
495
+
In some projects pylint_ may check slowly, because it also scan imported
496
+
modules if possible. Try using pyflakes: see |'pymode_lint_checker'|.
488
497
489
-
You may set |exrc| and |secure| in your |vimrc| for auto set custom settings from `.vimrc` from your projects directories.
498
+
You may set |exrc| and |secure| in your |vimrc| to auto-set custom settings
499
+
from `.vimrc` from your projects directories.
490
500
>
491
-
Example: On Flask projects I automatically set 'g:pymode_lint_checker = "pyflakes"', on Django 'g:pymode_lint_checker = "pylint"'
501
+
Example: On Flask projects I automatically set
502
+
'g:pymode_lint_checker = "pyflakes"'.
503
+
On Django 'g:pymode_lint_checker = "pylint"'
492
504
<
493
505
494
506
@@ -528,14 +540,14 @@ You may set |exrc| and |secure| in your |vimrc| for auto set custom settings fro
528
540
7. License ~
529
541
*PythonModeLicense*
530
542
531
-
The Python-mode is released under the GNU lesser general public license.
543
+
Python-mode is released under the GNU lesser general public license.
532
544
See: http://www.gnu.org/copyleft/lesser.html
533
545
534
-
If you like this plugin, you can send me postcard :)
535
-
My address is here: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
536
-
Thanks for support!
546
+
If you like this plugin, you can send me a postcard :)
547
+
My address is: "Russia, 143401, Krasnogorsk, Shkolnaya 1-19" to "Kirill Klenov".
548
+
Thanks for your support!
537
549
538
-
Version 0.6.5: I still haven't received any postcard, guys :(
550
+
Version 0.6.5: I still haven't received any postcards, guys :(
0 commit comments