This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 0f4aafed70 Merge pull request #6161 from
junichi11/php-reimplement-fix-imports
new 8063d36628 Replacing dependency on LineDocument with NbDocument
new eb6e98ac3c Splitting FormatterDocument into own top level class to
avoid LineDocument imports in TextDocumentServiceImpl
new e5fb9c9958 Merge pull request #6088 from
jtulach/jtulach/LessLineDocumentDependencies
The 8783 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../netbeans/modules/java/lsp/server/Utils.java | 18 +-
.../lsp/server/protocol/FormatterDocument.java | 253 +++++++++++++
.../ImplementAllAbstractMethodsAction.java | 8 +-
.../server/protocol/TextDocumentServiceImpl.java | 417 +++++----------------
4 files changed, 355 insertions(+), 341 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/FormatterDocument.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists