forked from crittermike/gedit-folding
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfolding.plugin
10 lines (10 loc) · 1.15 KB
/
folding.plugin
1
2
3
4
5
6
7
8
9
10
[Plugin]
Loader=python3
Module=folding
IAge=3
Name=Folding
Description=Highlight the text and press Alt-Z to collapse. Put the cursor at the start of a code block (such as def, if, class, etc.) and press Alt-Z to collapse a block of indented text. Put the cursor on a folded line and press Alt-Z to expand. Press Alt-X to collapse code block columns until all code is folded. Press Shift-Alt-X to expand all the collapsed blocks.
Description[ru]=Выделите текст и нажмите Alt-Z для сворачивания. Поставьте курсор на строку, после которой идет текст с отступом (например def, if, class и т.п.) и нажмите Alt-Z чтобы свернуть блок текста с отступом. Поставьте курсор в свернутую строку и нажмите Alt-Z для разворачивания. Нажмите Shift-Alt-X для разворачивания всех свернутых блоков.
Authors=Kawaikunee <[email protected]>
Copyright=Copyright © 2009 Kawaikunee <[email protected]>
Website=https://github.com/aeischeid/gedit-folding