summaryrefslogtreecommitdiff
path: root/crates/typst-ide
AgeCommit message (Collapse)Author
2024-10-15Fix scales for unit conversion (#5169)Laurenz
2024-10-01Fix duration formatting precision (#5082)Laurenz
2024-09-30Add internal URL type (#5074)Laurenz
2024-09-26Make `jump_from_cursor` return a vector of `Position` (#4886)Sébastien d'Herbais de Thun
2024-08-20Share allocations for singletons (#4794)Laurenz
2024-07-15Fix duplicate completions (#4563)Laurenz
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-11Spans for cross-file go-to-definition (#4539)Laurenz
2024-07-09Basic Definition Finder for IDE (#4309)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-09Fix suggestions for '.' after code mode has exited. (#4470)shinyfelix
2024-06-22Add message when trying to access a field that is not set (#4399)+merlan #flirora
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-06-17Fix backlinks (#4409)Laurenz
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-06-09Pure location assignment (#4352)Laurenz
2024-05-30Simplify paragraph collection (#4301)Laurenz
2024-05-30Tests for jump from click/cursor (#4297)Laurenz
2024-05-29Fix `Default` impls for AST nodes (#4288)Laurenz
2024-05-22Refactor frame metadata into tags (#4212)Laurenz
2024-05-13Replace all `Prehashed` with `LazyHash` (#4127)Laurenz
2024-05-13Factor out `typst-utils` crate (#4125)Laurenz
2024-05-06Slice the before_window at char boundaries (#4028)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-04-13Better test runner (#3922)Laurenz
2024-04-02A few CI and crate config changes (#3852)Laurenz
2024-04-01Fix source path resolution in import analysis (#3842)Myriad-Dreamin
2024-04-01Add side parameter to leaf_at (#3767)Matthew Toohey
2024-03-15Final touches (#3678)Laurenz
2024-03-12Track context (#3623)Laurenz
2024-03-09Update changelog and roadmap (#3594)Laurenz
2024-02-28Fix package autocompletion deduplication (#3525)Laurenz
2024-02-28Make use of `is_some_and` where applicable (#3523)Laurenz
2024-02-27New context system (#3497)Laurenz
2024-02-21Destructuring improvements (#3463)Laurenz
2024-01-17Add `Page` structLaurenz
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2023-11-30Adjust signature of `jump_from_cursor`Laurenz
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-11-28Add missing details for type completionLaurenz
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-11-24Move delayed errors into tracerLaurenz
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-21Tidy up some importsLaurenz
2023-11-19Streamline importsLaurenz
2023-11-10Implement Oklch support (#2611)frozolotl
2023-11-08Move some things out of `util`Laurenz
2023-11-08Switch to workspace dependenciesLaurenz
2023-11-06Content rework 2 - Electric Boogaloo (#2504)Sébastien d'Herbais de Thun
2023-10-30Label tooltipLaurenz
2023-10-30Label autocompletionLaurenz
2023-10-29Reduce trigger region of closure tooltipLaurenz