Panel użytkownika
Nazwa użytkownika:
Hasło:
Nie masz jeszcze konta?

Zwijanie dowolnego fragmentu kodu za pomocą Code::Blocks

Ostatnio zmodyfikowano 2013-11-15 18:27
Autor Wiadomość
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?
P-95324
SeaMonster131
» 2013-11-05 13:01:29
A czemu nie chcesz użyć klamer do schowania tekstu?
P-95325
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.
P-95326
pekfos
» 2013-11-05 17:09:15
Jak będziesz wstawiać byle co i byle gdzie, to będą błędy.
P-95349
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:
Frazy, które należy wpisać w wyszukiwarkę google:

/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 con gured 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 de ned 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.
C/C++
//{
code with user defined folding
//}

Źródło: http://mmc2.igeofcu.unam.mx​/luiggi/MMC​/CodeBlocks-manual_en.pdf
P-96312
« 1 »
  Strona 1 z 1