PovClipse editor auto-typing

The PovClipse editor supports a number of auto-typing features being automatically executed when scene code is typed.

NameFunction
Brace completion When hitting the RETURN key on a line having an opening brace ({) the needed closing brace (}) is automatically inserted.
Angle bracket completionWhen typing an opening angle bracket (<) the needed closing angle bracket (>) is automatically inserted.
Bracket completionWhen typing an opening bracket ([) the needed closing bracket (]) is automatically inserted.
Quote completionWhen typing a double quote " the needed closing quote is automatically inserted. This is only done if left to the cursor position is an odd number of " characters in the line (including the new one).

The auto-typing can be turned of individually at the PovClipse preferences, section "Editor preferences".


Hosted by SourceForge.net Logo