Zwijanie dowolnego fragmentu kodu za pomocą Code::Blocks
Ostatnio zmodyfikowano 2013-11-15 18:27
DzieckoBezZycia Temat założony przez niniejszego użytkownika |
Zwijanie dowolnego fragmentu kodu za pomocą Code::Blocks » 2013-11-05 12:48:52 Siema!
Jak wiecie, w C::B można chować tekst zamieszczony w nawiasach {}, ale mam pytanie:
Czy da się w ten sposób chować kod, który nie jest w nawiasach, tylko jest po prostu tekstem? |
|
SeaMonster131 |
» 2013-11-05 13:01:29 A czemu nie chcesz użyć klamer do schowania tekstu? |
|
DzieckoBezZycia Temat założony przez niniejszego użytkownika |
» 2013-11-05 13:04:15 Bo jeżeli są to np. definicje, to powstają błędy. |
|
pekfos |
» 2013-11-05 17:09:15 Jak będziesz wstawiać byle co i byle gdzie, to będą błędy. |
|
DejaVu |
» 2013-11-15 18:27:51 Visual C++: http://stackoverflow.com/questions/1626036/how-do-i-collapse-selected-chunks-of-code-in-visual-studio-2008
Spróbuj poszukać odpowiedzi pod hasłami:
/edit:
1.11.10 Code folding
CodeBlocks supports so called cold folding. With this feature you can fold e.g. functions
within the CodeBlocks editor. A folding point is marked by minus symbol in the left
margin of the editor view. In the margin the beginning and the end of a folding point is
visible as vertical line. If you click the minus symbol with the left mouse button the code
snippet will be folded or unfolded. Via the menu 'Edit' !'Folding' you can select the
folding. In the editor you see folded code as continous horizontal line.
Note:
The folding style and the folding depth limit can be congured via
menu 'Settings' !'Editor' !'Folding' .
|
CodeBlocks provides the folding feature also for preprocessor directives. To enable this
feature select 'Fold preprocessor commands' via the menu 'Settings' !'Editor' in the
folding entry.
Another possibility is to set user dened folding points. The start of folding point is
entered as comment with a opening bracket and the end is market with a comment with
a closing bracket.
code with user defined folding
|
Źródło: http://mmc2.igeofcu.unam.mx/luiggi/MMC/CodeBlocks-manual_en.pdf |
|
« 1 » |