Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed a done item from readme todo | Yuchen Pei | 2022-10-05 | 1 | -1/+0 |
| | |||||
* | Adding version checkapi-global-identifier | Yuchen Pei | 2022-10-05 | 1 | -0/+25 |
| | |||||
* | Adding ability to navigate within help buffer | Yuchen Pei | 2022-10-05 | 4 | -9/+60 |
| | |||||
* | fixing naming of identifiers in hcel-results | Yuchen Pei | 2022-10-05 | 1 | -23/+24 |
| | |||||
* | clarifying names w.r.t identifiers | Yuchen Pei | 2022-10-05 | 4 | -45/+48 |
| | | | | | | - identifier should refer to an IdentifierInfo type on server - internal-id <-> InternalId - external-id <-> ExternalId | ||||
* | localhost needs http schema | Yuchen Pei | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | a tiny bug | Yuchen Pei | 2022-09-30 | 1 | -8/+10 |
| | |||||
* | removing a hardcoded local dir | Yuchen Pei | 2022-09-30 | 1 | -1/+1 |
| | |||||
* | using highlight instead of underscore for highlighting id | Yuchen Pei | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | fixing a bug | Yuchen Pei | 2022-09-29 | 1 | -1/+1 |
| | |||||
* | updating readme | Yuchen Pei | 2022-09-29 | 1 | -18/+38 |
| | |||||
* | Fixing clean compiling warning. | Yuchen Pei | 2022-09-29 | 3 | -18/+17 |
| | |||||
* | minor changes. | Yuchen Pei | 2022-09-29 | 2 | -3/+2 |
| | | | | | - https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01971.html - https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01444.html | ||||
* | Extracting out button actions in rendered html doc | Yuchen Pei | 2022-09-29 | 2 | -27/+45 |
| | | | | | | | - help mode: should stay in help mode (unimplemented due to API limitation, goto definition for now). - eldoc / id query results: should goto definition. | ||||
* | fixing source code in documentation | Yuchen Pei | 2022-09-29 | 1 | -1/+7 |
| | |||||
* | linking in documentation | Yuchen Pei | 2022-09-29 | 4 | -13/+42 |
| | | | | Only to module source for now. | ||||
* | cut off component in minibuffer if too long | Yuchen Pei | 2022-09-29 | 2 | -12/+20 |
| | |||||
* | get rid of clean byte compiling warnings | Yuchen Pei | 2022-09-29 | 3 | -21/+21 |
| | |||||
* | making haskell-mode an optional dep | Yuchen Pei | 2022-09-29 | 1 | -13/+19 |
| | |||||
* | minor | Yuchen Pei | 2022-09-28 | 1 | -1/+1 |
| | |||||
* | initial version of integration with help mode. | Yuchen Pei | 2022-09-28 | 1 | -44/+74 |
| | |||||
* | improving completion in hcel-ids | Yuchen Pei | 2022-09-28 | 2 | -32/+78 |
| | |||||
* | allow toggle display of exported ids in hcel-outline mode | Yuchen Pei | 2022-09-28 | 2 | -13/+32 |
| | |||||
* | do not try to go to haddorg if the identifier is not exported | Yuchen Pei | 2022-09-28 | 1 | -16/+22 |
| | |||||
* | Moving declarations from local var to text property | Yuchen Pei | 2022-09-28 | 1 | -15/+36 |
| | |||||
* | adding occurrence to text property in hcel-source | Yuchen Pei | 2022-09-28 | 1 | -39/+14 |
| | |||||
* | Adding a function to go from hcel to haddorg | Yuchen Pei | 2022-09-28 | 1 | -0/+48 |
| | |||||
* | using occurrence in eldoc | Yuchen Pei | 2022-09-27 | 1 | -8/+14 |
| | | | | - allows showing docs for things like literal strings and _ | ||||
* | adding font-locking without haskell-mode | Yuchen Pei | 2022-09-27 | 1 | -7/+35 |
| | | | | | - also faster - but some font-locking is tricky | ||||
* | minor fixes | Yuchen Pei | 2022-09-27 | 1 | -7/+5 |
| | |||||
* | Separating out hcel-minor mode to avoid recursive requires | Yuchen Pei | 2022-09-23 | 7 | -157/+189 |
| | |||||
* | fixing compiler warnings and removing major-mode | Yuchen Pei | 2022-09-23 | 4 | -29/+31 |
| | |||||
* | updating copyright for elpa | Yuchen Pei | 2022-09-23 | 7 | -7/+7 |
| | |||||
* | typo | Yuchen Pei | 2022-09-21 | 1 | -6/+6 |
| | |||||
* | Fixing some compile warnings | Yuchen Pei | 2022-09-21 | 6 | -37/+54 |
| | |||||
* | fixing a renamed function | Yuchen Pei | 2022-09-21 | 2 | -6/+7 |
| | |||||
* | fixing header comments | Yuchen Pei | 2022-09-21 | 3 | -6/+4 |
| | |||||
* | fix a fixme Make sure all definitions have an `hcel-' prefix. | Yuchen Pei | 2022-09-21 | 2 | -15/+14 |
| | |||||
* | adding "foo ends here", and provide hcel instead of hc | Yuchen Pei | 2022-09-21 | 6 | -1/+6 |
| | |||||
* | Patch from Stefan Monnier. | Yuchen Pei | 2022-09-21 | 8 | -84/+90 |
| | | | | https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01378.html | ||||
* | small tweaks to find references | Yuchen Pei | 2022-09-19 | 1 | -2/+4 |
| | |||||
* | find definition / references / eldoc now look at previous point too. | Yuchen Pei | 2022-09-19 | 3 | -46/+48 |
| | |||||
* | minor fix | Yuchen Pei | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | minor fix var name | Yuchen Pei | 2022-09-19 | 2 | -11/+11 |
| | |||||
* | minor wording | Yuchen Pei | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | updated readme with features | Yuchen Pei | 2022-09-19 | 1 | -1/+11 |
| | |||||
* | first commit, moving out of hcel. | Yuchen Pei | 2022-09-19 | 10 | -0/+2269 |