aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding version checkapi-global-identifierYuchen Pei2022-10-051-0/+25
|
* Adding ability to navigate within help bufferYuchen Pei2022-10-054-9/+60
|
* fixing naming of identifiers in hcel-resultsYuchen Pei2022-10-051-23/+24
|
* clarifying names w.r.t identifiersYuchen Pei2022-10-054-45/+48
| | | | | | - identifier should refer to an IdentifierInfo type on server - internal-id <-> InternalId - external-id <-> ExternalId
* localhost needs http schemaYuchen Pei2022-09-301-1/+1
|
* a tiny bugYuchen Pei2022-09-301-8/+10
|
* removing a hardcoded local dirYuchen Pei2022-09-301-1/+1
|
* using highlight instead of underscore for highlighting idYuchen Pei2022-09-291-1/+1
|
* fixing a bugYuchen Pei2022-09-291-1/+1
|
* updating readmeYuchen Pei2022-09-291-18/+38
|
* Fixing clean compiling warning.Yuchen Pei2022-09-293-18/+17
|
* minor changes.Yuchen Pei2022-09-292-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 docYuchen Pei2022-09-292-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 documentationYuchen Pei2022-09-291-1/+7
|
* linking in documentationYuchen Pei2022-09-294-13/+42
| | | | Only to module source for now.
* cut off component in minibuffer if too longYuchen Pei2022-09-292-12/+20
|
* get rid of clean byte compiling warningsYuchen Pei2022-09-293-21/+21
|
* making haskell-mode an optional depYuchen Pei2022-09-291-13/+19
|
* minorYuchen Pei2022-09-281-1/+1
|
* initial version of integration with help mode.Yuchen Pei2022-09-281-44/+74
|
* improving completion in hcel-idsYuchen Pei2022-09-282-32/+78
|
* allow toggle display of exported ids in hcel-outline modeYuchen Pei2022-09-282-13/+32
|
* do not try to go to haddorg if the identifier is not exportedYuchen Pei2022-09-281-16/+22
|
* Moving declarations from local var to text propertyYuchen Pei2022-09-281-15/+36
|
* adding occurrence to text property in hcel-sourceYuchen Pei2022-09-281-39/+14
|
* Adding a function to go from hcel to haddorgYuchen Pei2022-09-281-0/+48
|
* using occurrence in eldocYuchen Pei2022-09-271-8/+14
| | | | - allows showing docs for things like literal strings and _
* adding font-locking without haskell-modeYuchen Pei2022-09-271-7/+35
| | | | | - also faster - but some font-locking is tricky
* minor fixesYuchen Pei2022-09-271-7/+5
|
* Separating out hcel-minor mode to avoid recursive requiresYuchen Pei2022-09-237-157/+189
|
* fixing compiler warnings and removing major-modeYuchen Pei2022-09-234-29/+31
|
* updating copyright for elpaYuchen Pei2022-09-237-7/+7
|
* typoYuchen Pei2022-09-211-6/+6
|
* Fixing some compile warningsYuchen Pei2022-09-216-37/+54
|
* fixing a renamed functionYuchen Pei2022-09-212-6/+7
|
* fixing header commentsYuchen Pei2022-09-213-6/+4
|
* fix a fixme Make sure all definitions have an `hcel-' prefix.Yuchen Pei2022-09-212-15/+14
|
* adding "foo ends here", and provide hcel instead of hcYuchen Pei2022-09-216-1/+6
|
* Patch from Stefan Monnier.Yuchen Pei2022-09-218-84/+90
| | | | https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01378.html
* small tweaks to find referencesYuchen Pei2022-09-191-2/+4
|
* find definition / references / eldoc now look at previous point too.Yuchen Pei2022-09-193-46/+48
|
* minor fixYuchen Pei2022-09-191-1/+1
|
* minor fix var nameYuchen Pei2022-09-192-11/+11
|
* minor wordingYuchen Pei2022-09-191-1/+1
|
* updated readme with featuresYuchen Pei2022-09-191-1/+11
|
* first commit, moving out of hcel.Yuchen Pei2022-09-1910-0/+2269