[elpa] externals/ssh-deploy b692b66: Merged changes from GitHub

2018-11-29 Thread Christian Johansson
branch: externals/ssh-deploy commit b692b668520d1682253ff5cbb6bbce0d96243be8 Author: Christian Johansson Commit: Christian Johansson Merged changes from GitHub * pre-defined hydra * pre-defined prefix map * fixed issue with boolean fallbacks on nil by using integer instead

[elpa] externals/ssh-deploy f8366e9: Updated to version 3.1

2019-04-21 Thread Christian Johansson
branch: externals/ssh-deploy commit f8366e9002618aecf8f31d34edf8caecea63ba92 Author: Christian Johansson Commit: Christian Johansson Updated to version 3.1 --- Makefile| 21 ++ README.md | 77 ++-- ssh-deploy-diff-mode.el | 106 +++--- ssh-deploy-hydra.el

[elpa] externals/phps-mode 800ba6e: Improved indentation support

2019-08-15 Thread Christian Johansson
branch: externals/phps-mode commit 800ba6ea9573eb924981e2ccc5c9f743ff5c7a81 Author: Christian Johansson Commit: Christian Johansson Improved indentation support --- Makefile | 2 +- README.md | 4

[elpa] externals/phps-mode 6ccb01a: Improved imenu, syntax-table and syntax-coloring

2019-08-20 Thread Christian Johansson
branch: externals/phps-mode commit 6ccb01a57d156ef252ca6c57167425b23fa91a45 Author: Christian Johansson Commit: Christian Johansson Improved imenu, syntax-table and syntax-coloring --- phps-mode-functions.el | 4 +- phps-mode-lexer.el | 99

[elpa] externals/phps-mode c890607: Added support for indentation for inline HTML areas

2019-08-26 Thread Christian Johansson
branch: externals/phps-mode commit c89060765d66cd5bcbbe8376b3adafc3d67db122 Author: Christian Johansson Commit: Christian Johansson Added support for indentation for inline HTML areas --- README.md | 1 + docs/heuristics.md

[elpa] externals/ssh-deploy f7ca596: More idiomatic code for mode-line status updates

2019-09-09 Thread Christian Johansson
branch: externals/ssh-deploy commit f7ca596113618430b49b8a3e4bf0cfc3caab1cbf Author: Christian Johansson Commit: Christian Johansson More idiomatic code for mode-line status updates --- ssh-deploy.el | 176 -- 1 file changed, 61

[elpa] externals/ssh-deploy ba3b5c4: Fix error in hydra byte-compilation when hydra is not installed

2019-09-17 Thread Christian Johansson
branch: externals/ssh-deploy commit ba3b5c4532846063770858b45340a99805a2b811 Author: Christian Johansson Commit: Christian Johansson Fix error in hydra byte-compilation when hydra is not installed --- Makefile| 2 +- ssh-deploy-hydra.el | 78

[elpa] externals/ssh-deploy 600c0b9: Fixed default exclude values, path for multi-hop recursive directory differences

2019-09-06 Thread Christian Johansson
branch: externals/ssh-deploy commit 600c0b9ef1ba95fd5137ef348f7bd23c14449224 Author: Christian Johansson Commit: Christian Johansson Fixed default exclude values, path for multi-hop recursive directory differences --- .gitignore | 5 +- .travis.yml | 19

[elpa] externals/phps-mode d121daa: Improved support for non-ascii labels

2019-07-17 Thread Christian Johansson
branch: externals/phps-mode commit d121daa997e8f86957707e4f7049b5b911f4a980 Author: Christian Johansson Commit: Christian Johansson Improved support for non-ascii labels --- README.md | 7 --- docs/todo.md| 2 +- phps-mode-lexer.el | 6 -- phps-mode

[elpa] externals/phps-mode 2cc670e: Improved documentation, minor code optimizations

2019-07-16 Thread Christian Johansson
branch: externals/phps-mode commit 2cc670ef4061b5236bc0f5e0ed2396678e343c26 Author: Christian Johansson Commit: Christian Johansson Improved documentation, minor code optimizations --- README.md | 45 -- docs/heuristics.md

[elpa] externals/phps-mode afc0543: Improved support for indentation with mixed PHP and INLINE HTML contents

2019-09-26 Thread Christian Johansson
branch: externals/phps-mode commit afc05433f92f2ac9f525600e394d2a2bcdb9880a Author: Christian Johansson Commit: Christian Johansson Improved support for indentation with mixed PHP and INLINE HTML contents --- README.md | 3 +++ phps-mode-functions.el | 58

[elpa] externals/phps-mode 426380c: Improved indentation for cases with mixed HTML and PHP

2019-09-26 Thread Christian Johansson
branch: externals/phps-mode commit 426380c4f7b8b52fd343dac0cf804f1989051094 Author: Christian Johansson Commit: Christian Johansson Improved indentation for cases with mixed HTML and PHP --- phps-mode-functions.el | 9 - phps-mode-test-functions.el | 2 +- 2 files changed, 9

[elpa] externals/phps-mode 0deaca3: Comment and un-comment region now only acts on actual PHP code

2019-09-27 Thread Christian Johansson
branch: externals/phps-mode commit 0deaca3f2cdf1664bf598bd8a0a34f87c99780ae Author: Christian Johansson Commit: Christian Johansson Comment and un-comment region now only acts on actual PHP code --- phps-mode-functions.el | 221 phps-mode

[elpa] externals/phps-mode 0adcdfa: Improved syntax colouring for inline html tokens

2019-09-26 Thread Christian Johansson
branch: externals/phps-mode commit 0adcdfaee6ef90dbc3a57e46e9d76ea0f75e5532 Author: Christian Johansson Commit: Christian Johansson Improved syntax colouring for inline html tokens --- phps-mode-lexer.el | 53 ++ sample-php-files

[elpa] externals/phps-mode 7f4d7dd: Improved incremental lexer, processing dynamics

2019-11-04 Thread Christian Johansson
branch: externals/phps-mode commit 7f4d7dda09fc12679b0175950efb79434a705d1f Author: Christian Johansson Commit: Christian Johansson Improved incremental lexer, processing dynamics --- README.md | 4 + phps-mode-analyzer.el | 693

[elpa] externals/phps-mode 3427bf1: Added support for alternative newline characters

2019-11-11 Thread Christian Johansson
branch: externals/phps-mode commit 3427bf16654bd391b42028c3ea366830c3032281 Author: Christian Johansson Commit: Christian Johansson Added support for alternative newline characters --- phps-mode-analyzer.el | 87 +-- phps-mode.el

[elpa] externals/phps-mode dd1cb7a: Fixed indentation of special case single line alternative control structure

2019-11-11 Thread Christian Johansson
branch: externals/phps-mode commit dd1cb7a130a7b512daf977d1045ded7570cd3e0e Author: Christian Johansson Commit: Christian Johansson Fixed indentation of special case single line alternative control structure --- phps-mode-analyzer.el| 12 +--- phps-mode.el

[elpa] externals/phps-mode 32b0077: Improved clearence of imenu index cache, work on compilation issues

2019-11-05 Thread Christian Johansson
branch: externals/phps-mode commit 32b00778a5863a82b577881c78489410a823d3e3 Author: Christian Johansson Commit: Christian Johansson Improved clearence of imenu index cache, work on compilation issues --- Makefile | 2 +- phps-mode-analyzer.el | 167

[elpa] externals/phps-mode 6be3cd4: Fixed some ELPA compilation warnings and wrapped long lines

2019-11-07 Thread Christian Johansson
branch: externals/phps-mode commit 6be3cd4878e64dc5c0c7839bd010a1c94dc0fb1b Author: Christian Johansson Commit: Christian Johansson Fixed some ELPA compilation warnings and wrapped long lines --- Makefile| 4 +- phps-mode-analyzer.el

[elpa] externals/phps-mode ec12a4c: Resolved issue with incremental changes when switching buffer

2019-11-06 Thread Christian Johansson
branch: externals/phps-mode commit ec12a4c89967d2561d8ea86530a4f04c43f57d30 Author: Christian Johansson Commit: Christian Johansson Resolved issue with incremental changes when switching buffer --- phps-mode-analyzer.el | 8 +++- phps-mode.el | 2 +- 2 files changed, 8

[elpa] externals/phps-mode 761b56e: Added algorithm for token-blind indentation, implementing PHP CG function

2019-11-17 Thread Christian Johansson
branch: externals/phps-mode commit 761b56e418e994a55a3da354b1f95f719e92cbfb Author: Christian Johansson Commit: Christian Johansson Added algorithm for token-blind indentation, implementing PHP CG function --- admin/phps-mode-automation.el | 3 +- phps-mode-analyzer.el | 93

[elpa] externals/phps-mode 18deb2f: Fixed issue with mixed newline glyphs and indentation

2019-11-12 Thread Christian Johansson
branch: externals/phps-mode commit 18deb2f5bde374569bbc0eb13852407a3d114a95 Author: Christian Johansson Commit: Christian Johansson Fixed issue with mixed newline glyphs and indentation --- phps-mode-analyzer.el| 39 --- phps-mode.el

[elpa] externals/phps-mode b45f811: Removed trailing zero

2019-11-06 Thread Christian Johansson
branch: externals/phps-mode commit b45f811a7de57c935f9e2aae4b7ff1b4e8bcdd79 Author: Christian Johansson Commit: Christian Johansson Removed trailing zero --- phps-mode-analyzer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phps-mode-analyzer.el b/phps-mode

[elpa] externals/phps-mode f0c18c8: Improved token-blind indentation

2019-11-20 Thread Christian Johansson
branch: externals/phps-mode commit f0c18c8e2afac126013ec7e896644dcd31800b96 Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation --- phps-mode-analyzer.el | 167 ++--- phps-mode.el | 17

[elpa] externals/phps-mode 2613e72: Improved token-blind indentation and tests for the same

2019-11-21 Thread Christian Johansson
branch: externals/phps-mode commit 2613e7206180450568bf48b11c4ae81b2bce6349 Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation and tests for the same --- phps-mode-analyzer.el| 7 --- phps-mode.el | 2 +- test/phps

[elpa] externals/phps-mode 2833a34: Improved alternative for assignment

2019-12-13 Thread Christian Johansson
branch: externals/phps-mode commit 2833a34b0d56e7b8240e809f467634fc5e29953b Author: Christian Johansson Commit: Christian Johansson Improved alternative for assignment --- phps-mode-analyzer.el| 37 +-- phps-mode.el | 4 +-- test/phps-mode

[elpa] externals/phps-mode beb5b0b: Optimized lexer regex and added support for PSR-12

2019-12-04 Thread Christian Johansson
branch: externals/phps-mode commit beb5b0ba765ea4de1ed7d06a5ed414133583a938 Author: Christian Johansson Commit: Christian Johansson Optimized lexer regex and added support for PSR-12 --- Makefile | 6 - README.md| 5 ++-- phps-mode-analyzer.el

[elpa] externals/phps-mode 42239f9: Improved token-blind indentation for closing brackets and doc-block comments

2019-12-11 Thread Christian Johansson
branch: externals/phps-mode commit 42239f95715a65d7b92bdd986d7bfeeae391660e Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation for closing brackets and doc-block comments --- phps-mode-analyzer.el| 23 +-- phps-mode.el

[elpa] externals/phps-mode 8692934: Improved token-blind indentation for } else { blocks

2019-11-26 Thread Christian Johansson
branch: externals/phps-mode commit 8692934d20e44babb257e439535145128e2d8f7c Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation for } else { blocks --- phps-mode-analyzer.el| 22 +++--- phps-mode.el | 4

[elpa] externals/phps-mode b6dc7e7: Lexer now detects escaped double quotes inside double quoted strings

2019-12-02 Thread Christian Johansson
branch: externals/phps-mode commit b6dc7e75047903ae6349c82e86693c245b1424fb Author: Christian Johansson Commit: Christian Johansson Lexer now detects escaped double quotes inside double quoted strings --- phps-mode-analyzer.el| 4 ++-- phps-mode.el | 4 ++-- test

[elpa] externals/phps-mode 76d72d3: Improved indentation for mixed PHP and HTML content

2019-10-07 Thread Christian Johansson
branch: externals/phps-mode commit 76d72d38ce30e51c5428d4237f963548db5bcb2b Author: Christian Johansson Commit: Christian Johansson Improved indentation for mixed PHP and HTML content --- phps-mode-analyzer.el| 7 +-- phps-mode.el | 4 ++-- test/phps

[elpa] externals/phps-mode 5d77b9b: Improved imenu generation, comment/uncomment and more work on Wisent

2019-10-05 Thread Christian Johansson
branch: externals/phps-mode commit 5d77b9bda38bed1f352178754d38115d2b26055a Author: Christian Johansson Commit: Christian Johansson Improved imenu generation, comment/uncomment and more work on Wisent --- .gitignore | 1 + admin/phps-mode-automation-header.wy

[elpa] externals/phps-mode ff7f4cb: Improved presentation of lexer errors

2019-12-20 Thread Christian Johansson
branch: externals/phps-mode commit ff7f4cb499f9231574c7de3cd3b4a3bb9895a08f Author: Christian Johansson Commit: Christian Johansson Improved presentation of lexer errors --- README.md | 7 ++-- phps-mode-analyzer.el | 103

[elpa] externals/phps-mode e89976c: Error-handling and presentation of lexer errors

2019-12-19 Thread Christian Johansson
branch: externals/phps-mode commit e89976c46c38fe4e4f94aee6f40cf5bf14e8fd65 Author: Christian Johansson Commit: Christian Johansson Error-handling and presentation of lexer errors --- docs/todo.md |1 + phps-mode-analyzer.el| 2610

[elpa] externals/phps-mode 73ccf46: Using utf-8-unix instead of unix for PSR-12 file encoding

2019-12-09 Thread Christian Johansson
branch: externals/phps-mode commit 73ccf467e4980b731cf662c1f73bea0165df4924 Author: Christian Johansson Commit: Christian Johansson Using utf-8-unix instead of unix for PSR-12 file encoding --- phps-mode.el | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff

[elpa] externals/phps-mode 7160da6: Improved re-scan feature and road-map document

2019-12-09 Thread Christian Johansson
branch: externals/phps-mode commit 7160da611d599a509569326f36f4387553902668 Author: Christian Johansson Commit: Christian Johansson Improved re-scan feature and road-map document --- README.md| 5 - phps-mode.el | 37 +++-- 2 files changed, 27

[elpa] externals/phps-mode ad75e75: Serial commands now captures all kinds of signals

2020-02-25 Thread Christian Johansson
branch: externals/phps-mode commit ad75e7576683c266fd1d2c13f7d83e1823b15894 Author: Christian Johansson Commit: Christian Johansson Serial commands now captures all kinds of signals --- phps-mode-lex-analyzer.el | 2 +- phps-mode-serial.el | 164

[elpa] externals/ssh-deploy 02083e7: Added support for forced uploads on explicit save

2020-03-06 Thread Christian Johansson
branch: externals/ssh-deploy commit 02083e7e05aa36a1c6c39f14e818241c2d25ab48 Author: Christian Johansson Commit: Christian Johansson Added support for forced uploads on explicit save --- .github/FUNDING.yml | 12 README.md | 4 +++- ssh-deploy-test.el | 37

[elpa] externals/phps-mode 62b855c: Fixed a case with alternative indentation after array/object assignment

2020-02-17 Thread Christian Johansson
branch: externals/phps-mode commit 62b855ce0b20ab2886bf9641bc541fc80c325347 Author: Christian Johansson Commit: Christian Johansson Fixed a case with alternative indentation after array/object assignment --- phps-mode-lex-analyzer.el | 9 ++--- phps-mode.el

[elpa] externals/phps-mode 83dd8e8: Improved error-reporting and error-handling

2020-02-18 Thread Christian Johansson
branch: externals/phps-mode commit 83dd8e8fdc77b70c76bcff897768c1f635407f63 Author: Christian Johansson Commit: Christian Johansson Improved error-reporting and error-handling --- phps-mode-lex-analyzer.el | 24 +++- phps-mode-lexer.el| 6 +++--- phps-mode

[elpa] externals/phps-mode 8f3ada6: Improved indentation in two edge cases

2020-02-17 Thread Christian Johansson
branch: externals/phps-mode commit 8f3ada6f51c0a45f37009fb3957567005fcebf4b Author: Christian Johansson Commit: Christian Johansson Improved indentation in two edge cases --- Makefile| 2 +- README.md | 3 +- phps-mode-lex-analyzer.el

[elpa] externals/phps-mode f56a7b8: Added mode-line status feature

2020-02-23 Thread Christian Johansson
branch: externals/phps-mode commit f56a7b8bbb805b6e646ef2048d33e19e55e83bdd Author: Christian Johansson Commit: Christian Johansson Added mode-line status feature --- README.md | 1 + phps-mode-serial.el | 237 +--- phps-mode.el

[elpa] externals/phps-mode 04d328b: Improved error reporting with asynchronous threads

2020-02-20 Thread Christian Johansson
branch: externals/phps-mode commit 04d328b0b2a37f80e4fffc62e902a1df323b165c Author: Christian Johansson Commit: Christian Johansson Improved error reporting with asynchronous threads --- phps-mode-serial.el | 13 +++-- phps-mode.el| 8 +++- 2 files changed, 6

[elpa] externals/phps-mode 02ae2ec: Added support for asynchronous lexer

2020-01-16 Thread Christian Johansson
branch: externals/phps-mode commit 02ae2ec886c14fa8feb779e04e1ec811872445b7 Author: Christian Johansson Commit: Christian Johansson Added support for asynchronous lexer --- Makefile | 2 +- README.md | 46 +- phps-mode-analyzer.el | 386

[elpa] externals/phps-mode de29cf9: Fixed issue with buffer focus when lexer was running

2020-04-10 Thread Christian Johansson
branch: externals/phps-mode commit de29cf9276ae5e4e3a77dca309e474a94684be57 Author: Christian Johansson Commit: Christian Johansson Fixed issue with buffer focus when lexer was running --- phps-mode-lex-analyzer.el | 3 +-- phps-mode.el | 4 ++-- 2 files changed, 3 insertions

[elpa] externals/phps-mode 4d72218: Improved alternative indentation after conditional equalities

2020-04-14 Thread Christian Johansson
branch: externals/phps-mode commit 4d72218a820f84807af0a8ed22b180e2f56602bc Author: Christian Johansson Commit: Christian Johansson Improved alternative indentation after conditional equalities --- phps-mode-lex-analyzer.el | 17 +++-- phps-mode.el

[elpa] externals/phps-mode 8e57414: Improved alternative indentation with trailing opening bracket on line with previous multiple closing brackets

2020-04-15 Thread Christian Johansson
branch: externals/phps-mode commit 8e5741493c0efc58415fe3d34fae039fd7c7a5f3 Author: Christian Johansson Commit: Christian Johansson Improved alternative indentation with trailing opening bracket on line with previous multiple closing brackets --- phps-mode-lex-analyzer.el | 11

[elpa] externals/phps-mode cd3d1ff: Improved alternative indentation after doc comment blocks

2020-04-16 Thread Christian Johansson
branch: externals/phps-mode commit cd3d1ffcf57cd9fa41a8cbe7c3d3fa30db6ccf97 Author: Christian Johansson Commit: Christian Johansson Improved alternative indentation after doc comment blocks --- phps-mode-lex-analyzer.el | 6 +++--- phps-mode.el| 4

[elpa] externals/phps-mode 7fcef9b: Added lexer support for dynamic object properties and methods

2020-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 7fcef9b1affa3e04730ee974e18709867b1ff2a0 Author: Christian Johansson Commit: Christian Johansson Added lexer support for dynamic object properties and methods --- phps-mode-lexer.el | 7 ++- phps-mode.el | 4 ++-- test/phps

[elpa] externals/phps-mode 54ad285: Improved token-blind indentation after assignments

2020-04-25 Thread Christian Johansson
branch: externals/phps-mode commit 54ad285910c01e06c68a225ce1883d8c78ba83e0 Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation after assignments --- admin/phps-mode-automation-header.wy | 32 admin/phps-mode

[elpa] externals/phps-mode ac1ec14: Improved alternative indentation after opening doc-comment block

2020-05-04 Thread Christian Johansson
branch: externals/phps-mode commit ac1ec14406753f8a2176669954d263b79619b1d1 Author: Christian Johansson Commit: Christian Johansson Improved alternative indentation after opening doc-comment block --- phps-mode-lex-analyzer.el | 8 + phps-mode.el| 4

[elpa] externals/phps-mode 9507e85: Optimized error-handling emacs-26 and emacs-27

2020-05-12 Thread Christian Johansson
branch: externals/phps-mode commit 9507e85c28b6b08ce0e6921eef2e3eabe6e8361a Author: Christian Johansson Commit: Christian Johansson Optimized error-handling emacs-26 and emacs-27 --- phps-mode-lex-analyzer.el | 9 +++-- phps-mode-serial.el | 18 ++ phps-mode.el

[elpa] externals/phps-mode be810f9: Improved token-blind indentation around multi-line assignments

2020-05-08 Thread Christian Johansson
branch: externals/phps-mode commit be810f9922edb1b6d33073de40f137b674a32717 Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation around multi-line assignments --- phps-mode-lex-analyzer.el | 173 ++- phps-mode.el

[elpa] externals/phps-mode 76d9276: Added support for emacs-26 error handling

2020-05-11 Thread Christian Johansson
branch: externals/phps-mode commit 76d927663829ad30b466ae3cd08a7d4ed0a40e82 Author: Christian Johansson Commit: Christian Johansson Added support for emacs-26 error handling --- phps-mode-lex-analyzer.el | 5 - phps-mode-serial.el | 6 ++ phps-mode.el | 4 ++-- 3

[elpa] externals/phps-mode d3ae8da: Improved error-handling and error-presentation

2020-05-18 Thread Christian Johansson
branch: externals/phps-mode commit d3ae8da2acf67db1717784132cc87071cfcb9057 Author: Christian Johansson Commit: Christian Johansson Improved error-handling and error-presentation --- phps-mode-lex-analyzer.el | 123 -- phps-mode-lexer.el| 185

[elpa] externals/phps-mode df9305f: Improved incremental lexer of heredoc and nowdoc

2020-05-20 Thread Christian Johansson
branch: externals/phps-mode commit df9305fbbbe24e8ca5d773335133b18aebdbfbf8 Author: Christian Johansson Commit: Christian Johansson Improved incremental lexer of heredoc and nowdoc --- phps-mode-lex-analyzer.el | 146 +++-- phps-mode-lexer.el

[elpa] externals/phps-mode 83faeee: Improved variable bookkeeping for catch and anonymous function blocks

2020-09-11 Thread Christian Johansson
branch: externals/phps-mode commit 83faeee3f1c94cfcbf1f9307af56d0b4748d0849 Author: Christian Johansson Commit: Christian Johansson Improved variable bookkeeping for catch and anonymous function blocks --- phps-mode-lex-analyzer.el | 265 +++- phps

[elpa] externals/phps-mode 6f4b863: Added bookkeeping via syntax coloring

2020-09-09 Thread Christian Johansson
branch: externals/phps-mode commit 6f4b86356e654d062e098d3e6f1a466e2fec7726 Author: Christian Johansson Commit: Christian Johansson Added bookkeeping via syntax coloring --- README.md | 3 +- phps-mode-lex-analyzer.el | 645

[elpa] externals/phps-mode 3a3bfe8: Added missing FSF header to file

2020-09-10 Thread Christian Johansson
branch: externals/phps-mode commit 3a3bfe8b82be246437f91b7835cb03b76734615b Author: Christian Johansson Commit: Christian Johansson Added missing FSF header to file --- phps-mode-parser-grammar-macro.el | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff

[elpa] externals/phps-mode 970cd47: Improved lexing of variables with offset in double quoted strings

2020-09-15 Thread Christian Johansson
branch: externals/phps-mode commit 970cd47da808fe12d5162dff2b8b5ec7c79ee723 Author: Christian Johansson Commit: Christian Johansson Improved lexing of variables with offset in double quoted strings --- Makefile| 2 +- phps-mode-lex-analyzer.el

[elpa] externals/phps-mode 88ad178: Bookkeeping support for arrow function variables

2020-09-16 Thread Christian Johansson
branch: externals/phps-mode commit 88ad17844c57efdb9bb75092810865b3ad0c282a Author: Christian Johansson Commit: Christian Johansson Bookkeeping support for arrow function variables --- phps-mode-lex-analyzer.el | 67 + phps-mode.el

[elpa] externals/phps-mode d543750: Improved bookkeeping about class methods, variable references and array variable declarations

2020-09-14 Thread Christian Johansson
branch: externals/phps-mode commit d5437507eead4229a2468edff07f415411000fd5 Author: Christian Johansson Commit: Christian Johansson Improved bookkeeping about class methods, variable references and array variable declarations --- phps-mode-lex-analyzer.el | 156

[elpa] externals/ssh-deploy 9efc523: Fixed typo in prefix-map

2020-10-16 Thread Christian Johansson
branch: externals/ssh-deploy commit 9efc523b41eee9bfb3daaa4dd706457841ff40e0 Author: Christian Johansson Commit: Christian Johansson Fixed typo in prefix-map --- README.md | 11 +++ ssh-deploy.el | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git

[elpa] externals/phps-mode adb54ae: Fixed comment/un-comment in buffer with un-processed changes

2020-10-16 Thread Christian Johansson
branch: externals/phps-mode commit adb54aee05c1ba4e9eaf7d0e2165f8284f7e4c61 Author: Christian Johansson Commit: Christian Johansson Fixed comment/un-comment in buffer with un-processed changes --- phps-mode-lex-analyzer.el |8 + phps-mode-parser-grammar-raw.wy | 1245

[elpa] externals/phps-mode 9d2e70a: Made an optimization to previous release

2020-10-16 Thread Christian Johansson
branch: externals/phps-mode commit 9d2e70ad2240a69fa0abe88bb0e429a62d9f3d1a Author: Christian Johansson Commit: Christian Johansson Made an optimization to previous release --- phps-mode-lex-analyzer.el | 8 ++-- phps-mode.el | 2 +- 2 files changed, 7 insertions(+), 3

[elpa] externals/phps-mode f2c386d: Fixed interface class imenu indexing and bookkeeping of isset() !empty() conditional blocks

2020-09-23 Thread Christian Johansson
branch: externals/phps-mode commit f2c386d6d48e9101268ccd5858ad6842d7ed7058 Author: Christian Johansson Commit: Christian Johansson Fixed interface class imenu indexing and bookkeeping of isset() !empty() conditional blocks --- phps-mode-lex-analyzer.el | 974

[elpa] externals/phps-mode a6b7363: Improved token-blind indentation around echo and print statements

2020-05-25 Thread Christian Johansson
branch: externals/phps-mode commit a6b7363492b982d1163b29323779b5dcfc663395 Author: Christian Johansson Commit: Christian Johansson Improved token-blind indentation around echo and print statements --- phps-mode-lex-analyzer.el | 36 phps

[elpa] externals/phps-mode a6e68e2: Improved bookkeeping of global declared variables in functional-oriented PHP

2020-10-21 Thread Christian Johansson
branch: externals/phps-mode commit a6e68e2cd145bdef910c2654954621c352f0a6fd Author: Christian Johansson Commit: Christian Johansson Improved bookkeeping of global declared variables in functional-oriented PHP --- phps-mode-lex-analyzer.el | 3 +-- phps-mode.el

[elpa] externals/phps-mode 6be9923: Improved incremental parsing and bookkeeping of super-globals variables

2021-01-29 Thread Christian Johansson
branch: externals/phps-mode commit 6be99234df65ab3f2be1f0f1ee384796b8d211ec Author: Christian Johansson Commit: Christian Johansson Improved incremental parsing and bookkeeping of super-globals variables --- phps-mode-lex-analyzer.el | 30 -- phps-mode

[elpa] reference refs/remotes/elpa/externals/ssh-deploy created (now 908de0b)

2021-06-26 Thread Christian Johansson
cjohansson pushed a change to reference refs/remotes/elpa/externals/ssh-deploy. at 908de0b Fixed bug with remote shell terminals not opening, updated copyright years No new revisions were added by this update.

[elpa] externals/ssh-deploy 908de0b: Fixed bug with remote shell terminals not opening, updated copyright years

2021-06-26 Thread Christian Johansson
branch: externals/ssh-deploy commit 908de0b05a94f72c29a02b1830aa40b571cd581b Author: Christian Johansson Commit: Christian Johansson Fixed bug with remote shell terminals not opening, updated copyright years --- ssh-deploy-diff-mode.el | 2 +- ssh-deploy-hydra.el | 2 +- ssh-deploy

[elpa] externals/ssh-deploy 7c68d80 3/4: Updated copyright years in README

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 7c68d80422037cc9fdbd1e8b66142c9314dca193 Author: Christian Johansson Commit: Christian Johansson Updated copyright years in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9fb515

[elpa] externals/ssh-deploy 7c5fe8a 4/4: Merge remote-tracking branch 'elpa/externals/ssh-deploy'

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 7c5fe8af2d62d8f6d32ebe2d3bfc53051a9432d1 Merge: 7c68d80 908de0b Author: Christian Johansson Commit: Christian Johansson Merge remote-tracking branch 'elpa/externals/ssh-deploy'

[elpa] externals/ssh-deploy 574d3a9 1/4: Fixed issue with remote shell not starting if explicit executable is not set

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 574d3a94ffc649a06a225709d0f6df4d7f65644c Author: Christian Johansson Commit: Christian Johansson Fixed issue with remote shell not starting if explicit executable is not set --- ssh-deploy.el | 16 ++-- 1 file changed, 10 insertions(+), 6

[elpa] externals/ssh-deploy updated (908de0b -> 7c5fe8a)

2021-06-30 Thread Christian Johansson
cjohansson pushed a change to branch externals/ssh-deploy. from 908de0b Fixed bug with remote shell terminals not opening, updated copyright years new 574d3a9 Fixed issue with remote shell not starting if explicit executable is not set new 660df97 Updated version

[elpa] externals/ssh-deploy 660df97 2/4: Updated version and change-date and copyright years

2021-06-30 Thread Christian Johansson
branch: externals/ssh-deploy commit 660df97a150e54283da30cfe714732b317f6b84b Author: Christian Johansson Commit: Christian Johansson Updated version and change-date and copyright years --- ssh-deploy-diff-mode.el | 2 +- ssh-deploy-hydra.el | 2 +- ssh-deploy-test.el | 2 +- ssh

[elpa] 1.3 dfa648d 24/26: Be lenient by default to unknown methods or notifications

2021-04-29 Thread Christian Johansson
tag: 1.3 commit dfa648df67f0ded3d1101a7af9af4efc8f25774f Author: João Távora Commit: João Távora Be lenient by default to unknown methods or notifications * eglot.el (eglot-strict-mode): Describe meaning of disallow-non-standard-keys. (eglot-handle-notification,

[elpa] 1.2 1aeeb45 085/101: Support ocaml-language-server out of the box (#149)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 1aeeb45e6674d57951717b2188a565d47cee4a16 Author: Mario Rodas Commit: João Távora Support ocaml-language-server out of the box (#149) Copyright-paperwork-exempt: yes * eglot.el (eglot-server-programs): Add ocaml-language-server. * README.md

[elpa] 1.2 2971683 075/101: Rework test macros for hopefully more stable testing

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 2971683d80048221d013bfefcc698f7b55823b7e Author: João Távora Commit: João Távora Rework test macros for hopefully more stable testing Among other changes, discovered that the zzz-eglot-ensure test that could only misteriously be run last was victom of a

[elpa] 1.2 5707785 024/101: * eglot.el (eglot-cquery): Capitalize docstring.

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 5707785c9f295ea0e41ae7402066fd945d4baae4 Author: Michał K Commit: João Távora * eglot.el (eglot-cquery): Capitalize docstring. --- eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglot.el b/eglot.el index 7f0e91d..9e16d43 100644 --- a/eglot.el

[elpa] 1.2 d54e494 046/101: Ignore extra keys in textDocument/publishDiagnostics (#81)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit d54e4941ebdc8d03c25cb1d6155b3e13966d4d3d Author: Phillip Dixon Commit: João Távora Ignore extra keys in textDocument/publishDiagnostics (#81) Accoding to the "discussion" in https://reviews.llvm.org/D50571, it was deemed sufficient that VSCode is fine with the

[elpa] 1.2 8ed2524 038/101: Close #50: Support snippet completions

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 8ed25241925e48da1890cae5b448b586cbf62ecf Author: João Távora Commit: João Távora Close #50: Support snippet completions * eglot.el (eglot-client-capabilities): Declare support for snippet-based completions. (eglot-completion-at-point): Expand snippet

[elpa] 1.2 746505f 072/101: Require subr-x at compile time (#139)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 746505fb1deba50913a184fb95a01bb35bb11efd Author: Alex Branham Commit: João Távora Require subr-x at compile time (#139) if-let and when-let are macros that the byte compiler can expand at compile time. No need to require subr-x at run time. * eglot.el

[elpa] 1.2 6067ec6 023/101: Minor fixes to test infrastructure

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 6067ec63fa375acb47e65f4fbbecc1f2ed3105df Author: João Távora Commit: João Távora Minor fixes to test infrastructure * eglot-tests.el (eglot--with-timeout): Eval timeout. (eglot--wait-for): Pass a list to eglot--with-timeout. (eglot--tests-connect): Take

[elpa] 1.2 a1e8946 045/101: Close #80: Consider :triggerCharacters in company completion

2021-04-29 Thread Christian Johansson
tag: 1.2 commit a1e8946389c171d044dc15356baa7ccb8aaceb68 Author: João Távora Commit: João Távora Close #80: Consider :triggerCharacters in company completion * eglot.el (eglot-completion-at-point): Take advantage of :company-prefix-length. --- eglot.el | 9 +++-- 1 file

[elpa] 1.2 0ef245f 051/101: Fix serious breakage introduced by #93

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 0ef245fdab763b7ccee9d36a7292c16db953e66a Author: João Távora Commit: João Távora Fix serious breakage introduced by #93 string-prefix-p doesn't work on symbols * eglot.el (eglot-handle-notification): Coerce method name to string. --- eglot.el | 2 +- 1

[elpa] 1.2 d0ec044 041/101: Add go-langserver (#74)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit d0ec044cd7a63dd119c01493bd5b706426fdf706 Author: Evgeni Kolev Commit: João Távora Add go-langserver (#74) Copyright-paperwork-exempt: yes * README.md (Installation and usage): Add go-langserver. * eglot.el (eglot-server-programs): Add go-langserver. ---

[elpa] 1.2 660d9e3 078/101: Slightly robustify test engine

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 660d9e3a297e7e9454014721ffd3f71acdbfef83 Author: João Távora Commit: João Távora Slightly robustify test engine No longer do tests break because of servers take a long time to shutdown, or even fail to do so properly. This is common in "slow" servers such

[elpa] 1.2 065f71a 080/101: Add support for code action literals

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 065f71aed8e2ae56bc6ca8fefb35682173725366 Author: Michał Krzywkowski Commit: mkcms Add support for code action literals Code action literals allow the server to simply return a WorkspaceEdit for a code action, so the client does not have to execute a command.

[elpa] 1.2 240f88c 050/101: Don't warn on implementation-specific notifications (#93)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 240f88cb4e317cb36bef7c929603c411bb4f104e Author: Fangrui Song Commit: João Távora Don't warn on implementation-specific notifications (#93) Only warn when method name doesn't start with '$'. Per the spec: "if a server or client receives notifications or

[elpa] 1.2 71012bc 067/101: Add tests for eclipse.jdt.ls connection

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 71012bc24e2a6019ea010fc634b4f43af45b015e Author: Michał Krzywkowski Commit: mkcms Add tests for eclipse.jdt.ls connection * eglot-tests.el (eglot--have-eclipse-jdt-ls-p): New helper. (eclipse-connect): (eclipse-workspace-folders): New tests. ---

[elpa] 1.2 ce9076d 047/101: Close #82: Correctly delete text before expanding snippet completions

2021-04-29 Thread Christian Johansson
tag: 1.2 commit ce9076d3056f4ca01a1456a9f64e231ea6f73701 Author: João Távora Commit: João Távora Close #82: Correctly delete text before expanding snippet completions Suggested by Amol Mandhane. * eglot.el (eglot-completion-at-point): Use length of obj in

[elpa] 1.2 1408860 052/101: Close #94: Prefer ccls over cquery for C/C++

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 1408860430a0d7e1222ef262a2d28b9734c38b67 Author: João Távora Commit: João Távora Close #94: Prefer ccls over cquery for C/C++ * README.md (Installation and usage): Prefer ccls to cquery. Mention clangd. * eglot.el (eglot-server-programs): Suggest ccls for

[elpa] 1.2 7e9cc05 098/101: Fix #154: fix potential security issue fontifying LSP doc

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 7e9cc0519e371f6d368ede1e6561b8d224f0d4d7 Author: João Távora Commit: João Távora Fix #154: fix potential security issue fontifying LSP doc Previously, a server could mistankely or maliciously call *-mode functions by in the response to a completion or hover

[elpa] 1.2 ba9877f 048/101: Close #86: Handle case when :textDocumentSync isn't a number

2021-04-29 Thread Christian Johansson
tag: 1.2 commit ba9877f24b9798adce24f2a31b700d5e726547da Author: João Távora Commit: João Távora Close #86: Handle case when :textDocumentSync isn't a number Also closes #87. * eglot.el (eglot--signal-textDocument/didChange): Grab :change from :textDocumentSync server

[elpa] 1.2 6788dbc 074/101: Don't ignore unknown SymbolKinds in imenu

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 6788dbc492f33a5b2804f87b22bbe5794a497c9f Author: Michał Krzywkowski Commit: Michał Krzywkowski Don't ignore unknown SymbolKinds in imenu Some servers provide custom SymbolKinds. For example, ccls says that symbols defined with #define are of kind 255.

[elpa] 1.2 eec30e3 070/101: Fix misspelling of "outstanding" (#74)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit eec30e337a2a9775da470e7a6a0b3d3fb3c20b88 Author: Dale Sedivec Commit: Michał Krzywkowski Fix misspelling of "outstanding" (#74) Copyright-paperwork-exempt: yes * eglot.el (eglot--mode-line-format): Fix a typo. --- eglot.el | 2 +- 1 file changed, 1

[elpa] 1.2 912d10f 088/101: Fix a bug introduced by previous bugfix

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 912d10f0319f1f9288968b76c3d7737d1aeaed95 Author: João Távora Commit: João Távora Fix a bug introduced by previous bugfix This commit fixes a bug but introduced another when completing a symbol in xref-find-definitions. commit

[elpa] 1.2 2bbf06e 097/101: Add support for R's languageserver (#161)

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 2bbf06eded52091e4d3d8629e59ad85019c31e50 Author: Alex Branham Commit: Michał Krzywkowski Add support for R's languageserver (#161) Copyright-paperwork-exempt: yes * eglot.el (eglot-server-programs): Add R language server. * README.md (Installation and

[elpa] 1.2 4550c08 077/101: Re-enable eclipse-jdt tests

2021-04-29 Thread Christian Johansson
tag: 1.2 commit 4550c0867b76707061c5800a91f262966b538bc2 Author: João Távora Commit: João Távora Re-enable eclipse-jdt tests * eglot-tests.el (eglot--have-eclipse-jdt-ls-p): Reenable. (eclipse-connect, eclipse-workspace-folders): Don't eglot-shutdown explicitly. Fix

  1   2   3   4   5   6   7   8   9   10   >