summaryrefslogtreecommitdiff
path: root/test/test-buffer.el
AgeCommit message (Expand)Author
2025-06-05Update copyright headersHugo Thunnissen
2024-10-29Reove commented/obsolete buffer testHugo Thunnissen
2024-10-29Fix bug in buffer-shadow synchronization + make eldoc function asyncHugo Thunnissen
2024-10-05WIP create common base library for threading operationsHugo Thunnissen
2024-10-03Shadow buffer in semi usable stateHugo Thunnissen
2024-10-02WIP shadow bufferHugo Thunnissen
2024-10-01WIP fixing incremental parserHugo Thunnissen
2024-09-20BROKEN/WIP: refactor phpinspect-buffer.elHugo Thunnissen
2024-09-18Implement deletion node for splay tree and simplify toc updatesHugo Thunnissen
2024-09-02Add test for incremental parsing of comments + fix bug in parserHugo Thunnissen
2024-08-31Remove debug statementsHugo Thunnissen
2024-08-31Add test for update of method names in buffers + fix bug in completionHugo Thunnissen
2024-08-31Use `delete-char' instead of `delete-backward-char'Hugo Thunnissen
2024-08-31Remove debug statementsHugo Thunnissen
2024-08-31Fix: Don't discard first char after opening brace of class blockHugo Thunnissen
2024-08-31Implement property cells for more reliable property inheritance modelingHugo Thunnissen
2024-08-31Fix bug in parsing of interfacesHugo Thunnissen
2024-08-31Implement use of traits in live-edited buffersHugo Thunnissen
2024-08-31Replace phpinspect--class with new phpinspect-typedef structureHugo Thunnissen
2024-08-31Fix bug in indexation of live edited buffer (function with preceding bareword...Hugo Thunnissen
2024-08-20Fix a bug in the incremental parsing of function tokensHugo Thunnissen
2024-08-20Index types used in class property initializers and combine change calls for ...Hugo Thunnissen
2024-08-19Add test for incremental parser accuracy and fix some gnarly parser bugsHugo Thunnissen
2024-08-16Implement containing type inference for collection-like class propertiesHugo Thunnissen
2024-08-12Fix phpinspect-buffer-index-functions testHugo Thunnissen
2024-08-03Implement support for PHP8.1 property typehintsHugo Thunnissen
2024-03-12Fix bug in `phpinspect-splayt-find-all-between' that impacted import indexationHugo Thunnissen
2023-08-20Implement stub index for builtin functions and typesHugo Thunnissen
2023-08-16Apply overall code quality improvementsHugo Thunnissen
2023-08-15Fix compilation of benchmarks and testsHugo Thunnissen
2023-08-15Update copyright statements and apply some code style improvementsHugo Thunnissen
2023-08-14Keep index synchronized with buffer stateHugo Thunnissen
2023-08-06Fix let parenthesis in test-buffer.elHugo Thunnissen
2023-08-06Add tests for incremental parsing + fix parser bugs that came to lightHugo Thunnissen
2023-07-16Fix some bugs introduced by the incremental parsing featureHugo Thunnissen
2023-07-16Implement Incremental ParsingHugo Thunnissen
2022-11-04Implement @method annotation indexationHugo Thunnissen
2022-11-01Transition from index script to autoloaderHugo Thunnissen