1
0
Fork 0
Commit Graph

13 Commits (cdb2c46f6896c76502a819da1f73aea8b1963bc8)

Author SHA1 Message Date
Felix Becker cdb2c46f68 Integrate latest protocol changes
* workspace/glob becomes workspace/files
* return type of textDocument/files is now TextDocumentItem
2016-11-12 12:35:04 +01:00
Felix Becker 898349b69f Add tests for xglob/xcontent mode 2016-11-07 13:16:14 +01:00
Felix Becker d833196757 Array only for xglob $patterns 2016-11-06 23:54:52 +01:00
Felix Becker 232f5c329d Integrate latest proposal changes 2016-11-06 23:27:22 +01:00
Felix Becker 381fd4d594 Fix workspace/xglob method naming 2016-11-06 15:19:19 +01:00
Felix Becker 35a296b7f3 Make it work 2016-11-06 14:47:36 +01:00
Felix Becker 0060045a1e Make it work 2016-11-03 10:37:19 +01:00
Felix Becker 8116305966 Rename xGlob to _glob 2016-11-03 09:11:44 +01:00
Felix Becker 6d1f1ff1d3 Add workspace/xGlob method 2016-10-31 11:48:06 +01:00
Felix Becker 04ef6c8adf Handle Client responses (#128) 2016-10-31 11:47:21 +01:00
Michal Niewrzal c667f83371 Remove unused use statements (#67) 2016-10-11 16:23:09 +02:00
Stephan Unverwerth 501d26e1d4 Global symbol search (#31)
* Implemented workspace symbol search

* Fixed missing TextEdit using declaration

* Fixed generating uri when parsing next file.

* Cleaned up code. Fixed tests

* Fixed PHPDoc for LanguageServer::initialize()

* Moved utility functions to utils.php

* Added tests for pathToUri and findFilesRecursive

* Added command line argument for socket communication

* Fixed local variable detection and containerName generation in SymbolFinder

* Fixed formatting in ProtocolStreamReader

* Store text content in PHPDocument, removed stmts, regenerate on demand

* Fixed local variable detection and containerName generation in SymbolFinder.

* Added Tests for Project and Workspace

* Added test for didChange event

* Modified lexer error handling

* Removed file that shouldn't have been committed.

* Updated sabre/event dependency to 4.0.0

* Updated readme.md to show tcp option

* make input stream non-blocking

* Correct code style

* Use triple equals

* Revert change in SymbolFinder

* Optimize processFile() a bit

* Use MessageType enum instead of number literal

* Add missing space

* Fixed ProtocolStreamWriter for nonblocking connection.

* Suppress fwrite() notice when not all bytes could be written.

* Fix another code style issue

* Throw Exceotion instead of Error

* Added ProtocolStreamWriter test

* Correct workspace/symbol documentation

* Improve exception in ProtocolStreamWriter::write()
2016-09-30 11:30:08 +02:00
Felix Becker db28e22378 Publish errors as diagnostics, improve tests 2016-09-02 21:13:30 +02:00