Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| editing:auto_completion:code [2014/02/09 01:50] – external edit 127.0.0.1 | editing:auto_completion:code [2018/03/23 13:11] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Code Completion ====== | ====== Code Completion ====== | ||
| - | You can use feature to get list of available functions, subroutines, | + | You can use this feature to get a list of available functions, subroutines, |
| - | * Using of internal dictionary with keywords. | + | * Using the internal dictionary with keywords. |
| - | * Using external dictionary (load keywords list on request with support of icons and insert pattern requests). | + | * Using the external dictionary (load keywords list on request with a support of icons and insert pattern requests). |
| - | * Using of simple completion dictionary. Suggested items extracted from already typed or loaded text. | + | * Using simple completion dictionary. Suggested items extracted from already typed or loaded text. |
| - | Auto-completion is programming language and context dependent | + | Auto-completion is programming language and context dependent. |
| - | Auto Completion results can be also filtered in a list (when more then one type of data displayed) by data type with additional filter buttons, or by prefix during typing. | + | Auto Completion results can be also filtered in a list (when more than one type of data is displayed) by data type with additional filter buttons, or by prefix during typing. |
| {{: | {{: | ||