Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitced89b5

Browse files
committed
doc: corrections while reading it
1 parent64cf32f commitced89b5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

‎doc/pymode.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -358,25 +358,25 @@ Turn on the rope script *'g:pymode_rope'*
358358
*:PymodeRopeRegenerate* -- Regenerate the project cache
359359

360360
Rope uses a folder inside projects for holding project configuration and data.
361-
Its default name is`.ropeproject` If the folder doesnt exists in current
362-
working directory, parent folders will be checked.
361+
Its default name is`.ropeproject`.
363362

364363
Currently it is used for things such as:
365364

366-
*There is aconfig.py file in this folderin which you can change project
367-
configurations. Havelook at the default config.py file (s created when it
365+
*Theconfig.py file in this foldercontains project configuration. Have
366+
alook at the default config.py file (which is created when it
368367
does not exist) for more information.
369368
* It can be used for saving project history, so that the next time you open the
370369
project you can undo past changes.
371-
* It can be usedfor saving objectinformationto help ropeobjectinference.
372-
* It can be usedfor savingglobalnames cache which is usedin auto-import.
370+
* It can be usedto saveinformationaboutobjectinferences.
371+
* It can be usedto save aglobalname cache, which is usedfor auto-import.
373372

374-
If ``.ropeproject`` is not found in the current directory, rope will walk
375-
upwards looking for a ``.ropeproject`` in every dir of the parent path. If
376-
rope finds ``.ropeproject`` in a parent dir, it sets the project for all child
377-
dirs and the scan may be slow for so many dirs and files.
373+
If`.ropeproject` is not found in the current directory, rope will look
374+
recursively for it in parent folders.
375+
Warning: If rope finds`.ropeproject` in a parent dir, it will use it with
376+
all its child directories, which may slow scanning down (because of many,
377+
possibly unrelated, files)
378378

379-
Enablesearch|.ropeproject| in parent's directories
379+
Enablesearching for|.ropeproject| in parent directories
380380
*'g:pymode_rope_lookup_project'*
381381
>
382382
let g:pymode_rope_lookup_project = 1
@@ -385,7 +385,7 @@ Enable search |.ropeproject| in parent's directories
385385
Show documentation for element under cursor~
386386

387387
Show documentation for object under cursor.*'g:pymode_rope_show_doc_bind'*
388-
Leave emptyfor disable key binding.
388+
Leave emptyto disable the key binding.
389389
>
390390
let g:pymode_rope_show_doc_bind = '<C-c>d'
391391
@@ -397,18 +397,18 @@ Regenerate project cache on every save (if file has been modified)
397397
4.1 Completion~
398398
*pymode-completion*
399399

400-
By default youcould typing<Ctrl-Space> for autocompletion. Will be
400+
By default youcan use<Ctrl-Space> for autocompletion. Will be
401401
automatically selected first entry and you can press<Return> to insert in
402402
your code.<C-X><C-O> and<C-P>/<C-N> works too.
403403

404-
Autocompletion is also called by typing a period in|Insert| mode.
404+
Autocompletion is also called by typing a period in|Insert| mode by default.
405405

406406

407407
Turn on code completion support in the plugin*'g:pymode_rope_completion'*
408408
>
409409
let g:pymode_rope_completion = 1
410410
411-
Turn on autocompletion whenyoutyping a period
411+
Turn on autocompletion when typing a period
412412
*'g:pymode_rope_complete_on_dot'*
413413
>
414414
let g:pymode_rope_complete_on_dot = 1
@@ -417,8 +417,8 @@ Keymap for autocomplete *'g:pymode_rope_completion_bind'*
417417
>
418418
let g:pymode_rope_completion_bind = '<C-Space>'
419419
420-
Extended autocompletion (rope could complete objectswich hasnt be imported)
421-
from project*'g:pymode_rope_autoimport'*
420+
Extended autocompletion (rope could complete objectswhich have not been
421+
imported)from project*'g:pymode_rope_autoimport'*
422422
>
423423
let g:pymode_rope_autoimport = 1
424424

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp