Skip to content
Snippets Groups Projects
  1. Nov 16, 2022
  2. Sep 13, 2022
  3. Sep 12, 2022
  4. Aug 29, 2022
  5. Aug 26, 2022
  6. Aug 24, 2022
  7. Aug 23, 2022
  8. Aug 22, 2022
  9. Aug 21, 2022
  10. Aug 19, 2022
  11. Aug 18, 2022
  12. Aug 16, 2022
    • Albert Gräf's avatar
      Improved sort critera for relevance (hopefully). · ee211ffa
      Albert Gräf authored
      Built-in flag and live usage data are now combined into a single numeric
      relevance score, with a boost factor determining the weight of the
      former relative to the latter. This makes it easy to adjust the
      relevance order. Currently we have the boost factor at 50, which means
      that an external needs to have 51 uses before it gets preferred over a
      built-in with no uses at all. Is this too large? Too small? Also, should
      the fuse similarity score take precedence over relevance (currently it
      doesn't)? At present nobody knows, so let's give it a try and listen to
      user feedback to improve it.
      ee211ffa
    • Albert Gräf's avatar
      Scrape library information from the help patches. · 4201907b
      Albert Gräf authored
      If we find any LIBRARY meta data, record it in the completion index.
      Currently this is only used to list built-ins ("internal" library) first
      if sorting by relevance is enabled.
      4201907b
    • Albert Gräf's avatar
      Revisit the NAME entries. · 9284c5d9
      Albert Gräf authored
      We now properly deal with argument completions scraped from the NAME
      field, by checking for existing objects and argument completions, and
      updating the object accordingly.
      9284c5d9
Loading