The Editor display » Miscellaneous branch of Settings includes the following options.
This setting sets the maximum columns allowed within the editor before it wraps the line (soft wrap). The default is 4096 columns but a maximum of 20,000 is allowed.
This setting causes the editor to show wrapped lines with different line numbers. By default this is not set.
When this option is selected, line numbers will not be displayed in the editor and the "Line numbers" option will be subdued in the View tab.
This setting causes the editor to start the ruler at 1. If this option is not selected (default) the editor starts the ruler at 0.
If this option is selected, the list of recent projects in the "Recent" dropdown under the Project tab will display the full paths for projects. If this is not selected, the project paths may be shortened with an ellipsis.
This option toggles the state of the auto-correct feature in syntax highlighted files. If this option is selected, keywords detected will be corrected to match their case in the active wordfile. For example, "javaarray" would automatically be changed to "JavaArray" for JavaScript files. If the wordfile for the active highlighting type contains the Nocase
directive, keywords are treated as case-insensitive and will never be auto-corrected.
If this option is selected, increasing/decreasing font size using Ctrl + mouse scroll will be disabled.
If this option is selected, a color swatch tooltip will be displayed when you hover over a defined color value in CSS, HTML, Javascript, Perl, PHP, Python, or Ruby files. You can Ctrl + Click the color swatch tooltip to open a color picker and choose a different color, which will then insert the appropriate values into the active file.