Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Usage

- `Alt-Z` on highlighted text will collapse it
- `Alt-Z` on an indented block's top line will collapse that block
- `Alt-Z` on a folded block will expand it
- `Alt-Z` on a folded block will expand it, but not collapsed sub-blocks
- `Alt-Q` will collapse the whole document
- `Alt-X` will expand all the collapsed blocks

Known limitation
--------
When unfolding (Alt-Z) selected text, unless the second line was indented,
the previously selected text will not appear. Please do a Alt-X to
display such text.
4 changes: 2 additions & 2 deletions folding.gedit-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Module=folding
IAge=2
Name=Simple Folding
Description=Enables Zen Coding's CSS and HTML shorthand tools for Gedit.
Description=Highlight the text and press Alt-Z to collapse. Put the cursor on the line, followed by indented text (such as def, if, class, etc.) and press Alt-Z to collapse a block of text indented. Put the cursor in a folded line and press Alt-Z to expand. Press Alt-X to expand all the collapsed blocks.
Description[ru]=Выделите текст и нажмите Alt-Z для сворачивания. Поставьте курсор на строку, после которой идет текст с отступом (например def, if, class и т.п.) и нажмите Alt-Z чтобы свернуть блок текста с отступом. Поставьте курсор в свернутую строку и нажмите Alt-Z для разворачивания. Нажмите Alt-X для разворачивания всех свернутых блоков.
Description=Highlight the text and press Alt-Z to collapse. Put the cursor on the line, followed by indented text (such as def, if, class, etc.) and press Alt-Z to collapse a block of text indented. Put the cursor in a folded line and press Alt-Z to expand. Press Alt-X to expand all the collapsed blocks. Press Alt-Q to collapse all possible blocks.
Description[ru]=Выделите текст и нажмите Alt-Z для сворачивания. Поставьте курсор на строку, после которой идет текст с отступом (например def, if, class и т.п.) и нажмите Alt-Z чтобы свернуть блок текста с отступом. Поставьте курсор в свернутую строку и нажмите Alt-Z для разворачивания. Нажмите Alt-X для разворачивания всех свернутых блоков. Нажмите Alt-Q, чтобы свернуть все возможные блоки.
Authors=Kawaikunee <kawaikunee0@gmail.com>
Copyright=Copyright © 2009 Kawaikunee <kawaikunee0@gmail.com>
Website=http://kawaikunee.blogspot.com
Loading