| **Navigation:**  [[clarion ide.htm|Development Environment (IDE)]] > General Setup and Navigation > Configuration Options > Text Editor >====== General ====== | [[edt2 font.htm|{{btn_prev_n.gif|Previous page}}]][[clarion ide.htm|{{btn_home_n.gif|Return to chapter overview}}]][[icsharpcode sharpdevelop defaulteditor gui optionpanels markerstexteditorpanel.htm|{{btn_next_n.gif|Next page}}]] | | || **Enable doublebuffering** On some machine configurations, the drawing of multi-colored text and other items can sometime cause flicker, due to the multiple passes that must be performed. Check this box to enable double buffering, which draws each line of text into an off-screen buffer before displaying it visually. This can have an effect of slower loading in some older machines, but doublebuffering in most cases is recommended. **Enable folding** Check this box to enable the folding of all data and code structures. This feature is handy for consolidating complex code sections, but also has a disadvantage of losing readability with more complex nested structures. Folding in most cases is recommended. **Show Quick ClassBrowser Panel** Check this box to display a special panel that allows you to quickly jump to selected areas of the text file. {{quickclassbrowser.jpg|QuickClassBrowser.jpg}} The drop list on the left lists all data structures, like files and queues. The drop list on the right stores class structures used in this text file **Font** The Font settings allow you to control the appearance of text displayed in the Text Editor. A sample window is provided to view the font and other options that you have selected.