editing:auto_completion:code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
editing:auto_completion:code [2014/02/09 01:50] – external edit 127.0.0.1editing: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, macros and etc only by pressing Ctrl + Space in you code, after selecting one of the item it will be inserted in your code. If there is only one item available, it will be inserted automatically, without displaying of the list. You can select area where to search available items: +You can use this feature to get list of available functions, subroutines, macrosetc by pressing Ctrl + Space in your code. After selecting one of the items it will be inserted into your code. If there is only one item available, it will be inserted automatically, without displaying the list. You can select the specific dictionary to search for available items: 
  
-  * 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 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.
  
 {{:auto_completion:auto_completion.gif?nolink|Example of Code Completion in Editor}} {{:auto_completion:auto_completion.gif?nolink|Example of Code Completion in Editor}}