summaryrefslogtreecommitdiff
path: root/phpinspect-bmap.el
AgeCommit message (Expand)Author
2025-06-05Bump version to 3.0.1externals/phpinspectHugo Thunnissen
2025-06-05Update copyright headersHugo Thunnissen
2025-05-30Bump version to 3.0.0Hugo Thunnissen
2024-10-29Remove changesetHugo Thunnissen
2024-10-02WIP shadow bufferHugo Thunnissen
2024-09-28Refactor bmap: remove overlays and use metadata tree insteadHugo Thunnissen
2024-09-20Remove phpinspect-toc.elHugo Thunnissen
2024-09-20BROKEN/WIP: refactor phpinspect-buffer.elHugo Thunnissen
2024-09-19BROKEN/WIP: change parsing of type definitionsHugo Thunnissen
2024-09-14Bump version to 2.1.0Hugo Thunnissen
2024-09-02Bump version to 2.0.1Hugo Thunnissen
2024-08-31Bump version to 2.0.0Hugo Thunnissen
2024-08-31Implement use of traits in live-edited buffersHugo Thunnissen
2024-08-31Bump version to 1.2.1Hugo Thunnissen
2024-08-22Bump version to 1.2.0Hugo Thunnissen
2024-08-21Bump version to 1.1.0Hugo Thunnissen
2024-08-21Increase version number to 1.0Hugo Thunnissen
2024-08-19Add test for incremental parser accuracy and fix some gnarly parser bugsHugo Thunnissen
2023-08-22Remove unnecessary macros + use `let' to set PLACE in iterative macrosHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-15Fix all byte compilation warnings and errors (for real this time (probably))Hugo Thunnissen
2023-08-14Keep index synchronized with buffer stateHugo Thunnissen
2023-08-06Add factilities to filter logs from different modulesHugo Thunnissen
2023-08-02Add Cask configuration and fix some compilation warningsHugo Thunnissen
2023-08-01Fix some compilation warningsHugo Thunnissen
2023-08-01Use metadata tree instead of hash table for token lookupHugo Thunnissen
2023-08-01Make parse context cancellable and restore state after interruptHugo Thunnissen
2023-07-31Expand existing overlay when possibleHugo Thunnissen
2023-07-31Optimize splay tree and use it to store token's childrenHugo Thunnissen
2023-07-30Retrieve and wrap metadata using the correct overlay for regionHugo Thunnissen
2023-07-30Implement splay tree for overlay storage/lookupHugo Thunnissen
2023-07-28Move more functionalities from main file to separate modulesHugo Thunnissen
2023-07-27Increase phpinspect-bmap-last-token-before-point backward search limit to 100Hugo Thunnissen
2023-07-22Limit token lookback range and start completion from the first non-blank char...Hugo Thunnissen
2023-07-19Remove some overly verbose loggingHugo Thunnissen
2023-07-16Make bmap-token-meta error on unexpected inputHugo Thunnissen
2023-07-16Fix some bugs introduced by the incremental parsing featureHugo Thunnissen
2023-07-16Implement Incremental ParsingHugo Thunnissen