Changes between Initial Version and Version 1 of Ticket #4160, comment 5


Ignore:
Timestamp:
01/20/21 19:40:44 (3 years ago)
Author:
psprint
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4160, comment 5

    initial v1  
    11I've fixed the indentation and coding style. The option name is now `editor_wordcompletion_collect_other_files` (it was: `…_all_files`). It is by default set to true. The other option, `editor_wordcompletion_collect_entire_file`, is also default true now. I think that the defaults should be the ones that are most useful ones, and for the completion that's to complete from all files, period. So that the completion is like in the other, competing editors like vim or emacs. 
     2 
     3PS. The completion list is now also made unique, so that the multiple occurrences (in multiple files) of a symbol are filtered out.