elpasync pushed a change to branch externals/company. from 8b58e58 Merge pull request #1271 from yugaego/scrollbar new 456ed84 Add User Manual new 6f44f33 Remove user manual TODO comments new e506329 Improve user manual texts new ab334b5 Merge pull request #1228 from yugaego/doc
Summary of changes: .dir-locals.el | 3 +- CONTRIBUTING.md | 2 +- company.el | 3 +- doc/.gitignore | 2 + doc/Makefile | 43 + doc/company.texi | 1473 +++++++++++++++++++++++++++ doc/images/large/echo-meta.png | Bin 0 -> 69333 bytes doc/images/large/echo-qa.png | Bin 0 -> 38014 bytes doc/images/large/echo-strip-qa.png | Bin 0 -> 42920 bytes doc/images/large/echo-strip.png | Bin 0 -> 32733 bytes doc/images/large/echo.png | Bin 0 -> 33660 bytes doc/images/large/preview-dark.png | Bin 0 -> 11935 bytes doc/images/large/preview-light.png | Bin 0 -> 12082 bytes doc/images/large/tooltip-annotations.png | Bin 0 -> 65178 bytes doc/images/large/tooltip-faces-light.png | Bin 0 -> 33947 bytes doc/images/large/tooltip-filter.png | Bin 0 -> 66912 bytes doc/images/large/tooltip-flip.png | Bin 0 -> 68029 bytes doc/images/large/tooltip-icon-bg.png | Bin 0 -> 57418 bytes doc/images/large/tooltip-icon-face.png | Bin 0 -> 61972 bytes doc/images/large/tooltip-icons-dot.png | Bin 0 -> 100640 bytes doc/images/large/tooltip-icons-text.png | Bin 0 -> 78971 bytes doc/images/large/tooltip-icons-vscode.png | Bin 0 -> 105442 bytes doc/images/large/tooltip-limit.png | Bin 0 -> 43854 bytes doc/images/large/tooltip-margin.png | Bin 0 -> 60955 bytes doc/images/large/tooltip-offset-display.png | Bin 0 -> 59630 bytes doc/images/large/tooltip-qa-faces-light.png | Bin 0 -> 60698 bytes doc/images/large/tooltip-quick-access.png | Bin 0 -> 60472 bytes doc/images/large/tooltip-search.png | Bin 0 -> 77089 bytes doc/images/small/echo-meta.png | Bin 0 -> 43396 bytes doc/images/small/echo-qa.png | Bin 0 -> 18377 bytes doc/images/small/echo-strip-qa.png | Bin 0 -> 21063 bytes doc/images/small/echo-strip.png | Bin 0 -> 15339 bytes doc/images/small/echo.png | Bin 0 -> 16360 bytes doc/images/small/preview-dark.png | Bin 0 -> 5168 bytes doc/images/small/preview-light.png | Bin 0 -> 5559 bytes doc/images/small/tooltip-annotations.png | Bin 0 -> 29532 bytes doc/images/small/tooltip-faces-light.png | Bin 0 -> 14633 bytes doc/images/small/tooltip-filter.png | Bin 0 -> 29646 bytes doc/images/small/tooltip-flip.png | Bin 0 -> 33501 bytes doc/images/small/tooltip-icon-bg.png | Bin 0 -> 25540 bytes doc/images/small/tooltip-icon-face.png | Bin 0 -> 28233 bytes doc/images/small/tooltip-icons-dot.png | Bin 0 -> 45177 bytes doc/images/small/tooltip-icons-text.png | Bin 0 -> 41525 bytes doc/images/small/tooltip-icons-vscode.png | Bin 0 -> 47354 bytes doc/images/small/tooltip-limit.png | Bin 0 -> 21246 bytes doc/images/small/tooltip-margin.png | Bin 0 -> 29931 bytes doc/images/small/tooltip-offset-display.png | Bin 0 -> 28312 bytes doc/images/small/tooltip-qa-faces-light.png | Bin 0 -> 27127 bytes doc/images/small/tooltip-quick-access.png | Bin 0 -> 19467 bytes doc/images/small/tooltip-search.png | Bin 0 -> 45384 bytes 50 files changed, 1523 insertions(+), 3 deletions(-) create mode 100644 doc/.gitignore create mode 100644 doc/Makefile create mode 100644 doc/company.texi create mode 100755 doc/images/large/echo-meta.png create mode 100755 doc/images/large/echo-qa.png create mode 100755 doc/images/large/echo-strip-qa.png create mode 100755 doc/images/large/echo-strip.png create mode 100755 doc/images/large/echo.png create mode 100755 doc/images/large/preview-dark.png create mode 100755 doc/images/large/preview-light.png create mode 100755 doc/images/large/tooltip-annotations.png create mode 100755 doc/images/large/tooltip-faces-light.png create mode 100755 doc/images/large/tooltip-filter.png create mode 100755 doc/images/large/tooltip-flip.png create mode 100755 doc/images/large/tooltip-icon-bg.png create mode 100755 doc/images/large/tooltip-icon-face.png create mode 100755 doc/images/large/tooltip-icons-dot.png create mode 100755 doc/images/large/tooltip-icons-text.png create mode 100755 doc/images/large/tooltip-icons-vscode.png create mode 100755 doc/images/large/tooltip-limit.png create mode 100755 doc/images/large/tooltip-margin.png create mode 100755 doc/images/large/tooltip-offset-display.png create mode 100755 doc/images/large/tooltip-qa-faces-light.png create mode 100755 doc/images/large/tooltip-quick-access.png create mode 100755 doc/images/large/tooltip-search.png create mode 100755 doc/images/small/echo-meta.png create mode 100755 doc/images/small/echo-qa.png create mode 100755 doc/images/small/echo-strip-qa.png create mode 100755 doc/images/small/echo-strip.png create mode 100755 doc/images/small/echo.png create mode 100755 doc/images/small/preview-dark.png create mode 100755 doc/images/small/preview-light.png create mode 100755 doc/images/small/tooltip-annotations.png create mode 100755 doc/images/small/tooltip-faces-light.png create mode 100755 doc/images/small/tooltip-filter.png create mode 100755 doc/images/small/tooltip-flip.png create mode 100755 doc/images/small/tooltip-icon-bg.png create mode 100755 doc/images/small/tooltip-icon-face.png create mode 100755 doc/images/small/tooltip-icons-dot.png create mode 100755 doc/images/small/tooltip-icons-text.png create mode 100755 doc/images/small/tooltip-icons-vscode.png create mode 100755 doc/images/small/tooltip-limit.png create mode 100755 doc/images/small/tooltip-margin.png create mode 100755 doc/images/small/tooltip-offset-display.png create mode 100755 doc/images/small/tooltip-qa-faces-light.png create mode 100755 doc/images/small/tooltip-quick-access.png create mode 100755 doc/images/small/tooltip-search.png