Editor Preferences
The Editor preferences page allows you to configure smart caret positioning behaviour in the editor. Smart caret positioning determines where the cursor will jump to when the Home and End keys are pressed.
The Editor Preferences page is accessed from Window | Preferences | PHP | Editor.
Choose whether to enable:
Smart caret positioning at line start and end - If this option is unchecked the cursor will jump to the beginning/end of a line, when Home/End are pressed. If it is checked, checked, the cursor will jump to the beginning/end of the typed line (i.e. ignoring the tabs at the beginning/end of a line).
Smart caret positioning in PHP names - If this options is checked, pressing Home and End will jump to the beginning/end of a PHP name.
Click Apply to apply your settings.
Note:
More editor settings can be accessed by clicking the "Text Editors" link.
|
|
|
Related Links: |
|
|