equal
deleted
inserted
replaced
35 #include <QRegExp> |
35 #include <QRegExp> |
36 |
36 |
37 #include "HistoryLineEdit.h" |
37 #include "HistoryLineEdit.h" |
38 |
38 |
39 /** |
39 /** |
40 * @brief A {@link HistoryLineEdit} that features auto-completion with TAB key |
40 * @brief {@link HistoryLineEdit} that features auto-completion with TAB key |
41 * and clear with ESC key. |
41 * and clear with ESC key. |
42 * |
42 * |
43 * Notes: |
43 * Notes: |
44 * <ul> |
44 * <ul> |
45 * <li>A Keyword can either be a command (if first word) or |
45 * <li>A Keyword can either be a command (if first word) or |