(Created page with "Category:Settings:IDE:IntelliTips<span class="idm-uestudio-only">''Note: these settings are only available in [https://www.ultraedit.com/products/uestudio/ UEStudio]''<...") |
(No difference)
|
Note: these settings are only available in UEStudio
The IDE » IntelliTips » Miscellaneous branch of Settings includes the following options.
If selected, a pair of parentheses will be inserted after you type a function call with the caret between the parentheses.
If selected, then typing ".." will automatically be changed to "->" in any file. This is typical C/C++ syntax for a pointer to a structure member rather than referencing the structure/structure member directly (e.g. "struct.member").
If selected, when you edit text on a commented line which forces a wrap to a new line, the new line will automatically be line commented as well. This allows you to write multi-line comments without stopping to insert the line comment character.
This setting prevents UEStudio from auto-correcting keywords following a "." or "->". This was configured as the default due to issues faced particularly by Java programmers using auto-complete. If not selected, keywords following these items are automatically corrected.