
The [Editor] section describes global editor settings, like tab width, AutoIndent and the display of whitespace. The following code snippet shows potential settings for the DevStudio.ini file:
[Editor] TabSize = 5 AutoIndent = 1 ShowWhitespace = 0 VirtualWhitespace = 0 ReplaceTabs = 0 MatchCase = 1 |
These settings are defined in Table 14:
| Key | Description |
| TabSize | Indicates the number of space characters by which a tab is represented. Default value=4. |
| ShowWhitespace | Indicates whether new text is indented to the current line when the return key is pressed. Default=0. |
| VirtualWhitespace | Controls the ability to place the cursor outside the range of the current text. Default=0. |
| ReplaceTabs | Controls whether tabs are replaced by space characters. Default=0. |
| MatchCase | For keyword matching, controls the default option for matching the case of the search text. Default=1. |
Copyright © Rogue Wave Software, Inc. All Rights Reserved.
The Rogue Wave name and logo, and Stingray, are registered trademarks of Rogue Wave Software. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.