Changes between Initial Version and Version 1 of Ticket #13072, comment 11


Ignore:
Timestamp:
Mar 12, 2018, 5:39:15 AM (6 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13072, comment 11

    initial v1  
    1515
    1616Works well. Thanks!
    17 
    18 I noticed that some autocompletions add the closing characters. For example, `{` autocompletes to `{1}` when report `1` is selected. However, `[wiki:` autocompletes to `[wiki:WikiStart` when `WikiStart` is selected.
    19 
    20 Should we always add the closing characters, resulting in `[wiki:WikiStart]`?
    21 
    22 In the case of `tag`/`tagged`, it gets more complex because `replace_end` will depend on whether the term starts with a `"`.