|
|
Line 1: |
Line 1: |
− | [[Category:Settings:IDE:IntelliTips]]<span class="idm-uestudio-only">''Note: these settings are only available in [https://www.ultraedit.com/products/uestudio/ UEStudio]''</span>
| |
| | | |
− | The '''IDE » IntelliTips » Parser''' branch of [[:Category:Settings|Settings]] includes the following options.
| |
− |
| |
− | <h2 class="setting">Auto re-parse documents when saved</h2>
| |
− | If selected, UEStudio will automatically re-parse a file on save to refresh the IntelliTips / symbol list.
| |
− |
| |
− | <h2 class="setting">Parse extensionless files as</h2>
| |
− | You can specify a file extension to be "assumed" files without an extension for the purposes of IntelliTips / symbol parsing.
| |
− |
| |
− | <h2 class="setting">Do not use cache for symbols</h2>
| |
− | This option will force UEStudio to not cache symbols in the active project. By default this option is not selected, and enabling it could cause a delay on project load. Enable this only if you have very low disk space.
| |
− |
| |
− | The cache is in your user-specific %APPDATA%\IDMComp\UEStudio directory. If the cache is not used, then the parser has to re-parse everything every time you load a project, rather than working based on dependency checks (when files are updated or changed). Therefore the use of the cache is recommended for performance reasons.
| |
− |
| |
− | <h2 class="setting">Clear cache</h2>
| |
− | Click this button to clear UEStudio's entire symbol cache. This will result in symbols being re-parsed for all projects the next time you load them.
| |