summaryrefslogtreecommitdiff
path: root/src/ide
AgeCommit message (Collapse)Author
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-04Fix autocompletion after non-hashtag expressionLaurenz
2023-03-28Fix basic lints (cargo clippy) (#383)Marek Barvíř
2023-03-27Fix hovering over commentsLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-21Fix crash for jump to outdated spanLaurenz
2023-03-19Renaming and refactoringLaurenz
2023-03-18Rename formula to equationLaurenz
2023-03-18Fix hover tooltip value collapsingLaurenz
2023-03-17Hover and autocomplete in show rulesLaurenz
2023-03-17CountersLaurenz
2023-03-17More jump targetsLaurenz
2023-03-15Node linksLaurenz
2023-03-14Bibliography and citationsLaurenz
2023-03-14Reference supplementsLaurenz
2023-03-13Fix font tooltipLaurenz
2023-03-12Consider glyph side when determining cursor positionLaurenz
2023-03-12Jump to destinationLaurenz
2023-03-11Jump to source and previewLaurenz
2023-03-11Section referencesLaurenz
2023-03-11Autocompletion for raw language tagsLaurenz
2023-03-10Expose content representation moreLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-07Fully untyped modelLaurenz
2023-03-01Split up `model` moduleLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-25Show only math fonts in formula show ruleLaurenz
2023-02-24Better font autocompletionLaurenz
2023-02-24Don't complete in commentsLaurenz
2023-02-24Don't complete params directly after commaLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-12Fix hover tooltip in mathLaurenz
2023-02-12Require colon in show ruleLaurenz
2023-02-12Autocomplete parenthesesLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2023-01-31Remove `Category` to `Tag`Laurenz
2023-01-31More `PartialEq` impls for `EcoString`Laurenz
2023-02-03Fix function call highlightingLaurenz
2023-02-02Fix inconsistency between text and idents in mathLaurenz
2023-01-30Highlighting and docs fixesLaurenz
2023-01-29HTML highlightingLaurenz
2023-01-29Import completionsLaurenz
2023-01-29Find first hovered ancestor expressionLaurenz
2023-01-29Differentiate between text and code tooltipsLaurenz
2023-01-28Dictionary field completionLaurenz
2023-01-28Better analysis for literalsLaurenz
2023-01-28Remove method call syntax kindLaurenz
2023-01-28More capable math callsLaurenz
2023-01-28Rework math attachments and accentsLaurenz
2023-01-27Autocomplete methodsLaurenz