branch: master
commit feb17de2a52d2e1f6a46dd9c9a52366a40970dbf
Author: Andrew Hyatt
Commit: Andrew Hyatt
Upgrade websocket library to version 1.11.1.
The major changes here are:
- Significant performance improvements for large transfers.
- Allow calling code to handle co
branch: master
commit d2f1d4e4d307d2555d9d158b251940a2a2564b61
Author: Stefan Monnier
Commit: Stefan Monnier
* externals-list: Add phps-mode
---
.gitignore | 3 +++
externals-list | 1 +
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index e93f34d..69d8f20 100644
branch: externals/phps-mode
commit 4b4a375072c32aff0c5149e7c83a841be42116bf
Author: Christian Johansson
Commit: Christian Johansson
Using lexical bindings for all files
---
phps-automation.el | 4 ++--
phps-flycheck.el | 2 +-
phps-flymake.el| 2 +-
phps-font-lock.el
branch: externals/phps-mode
commit 4098f46f2ce9296836b6eacc04430bbaa232d11b
Author: Christian Johansson
Commit: Christian Johansson
Started with incremental lexer
---
phps-functions.el | 5 +
phps-lexer.el | 13 +++--
phps-mode.el | 3 +++
s
branch: externals/phps-mode
commit dfb04271c9ad519580ab25d95f4bf74abf4947ee
Author: Christian Johansson
Commit: Christian Johansson
Added unit test for round and square bracket expressions
---
phps-mode-test-functions.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git
branch: externals/phps-mode
commit a61ff6475ff2418c4d0049b0967626df46ad92d3
Author: Christian Johansson
Commit: Christian Johansson
Renamed function get-point-data to get-current-line-data for better
semantics
---
phps-mode-functions.el | 6 ++---
phps-mode-test-functions.el | 66 +++
branch: externals/phps-mode
commit f2f41a3ee195fe831eaaacc10683fd74f91e6662
Author: Christian Johansson
Commit: Christian Johansson
Handles indentation case with } else if (...) {
---
phps-functions.el | 128 -
phps-test-functions.el |
branch: externals/phps-mode
commit a8eadfab205eeed25f9b25541995c76a0d0a55ba
Author: Christian Johansson
Commit: Christian Johansson
Improved sample files inline and alternative control structures
---
sample-php-files/alternative-control-structure.php | 13 +++--
sample-php-files/inl
branch: externals/phps-mode
commit 808f6796ffc9ca62b7453b3d783a726862dd8b3e
Author: Christian Johansson
Commit: Christian Johansson
Moved TODO to separate doc and improved syntax coloring
---
README.md | 41 +++--
docs/todo.md | 14
branch: externals/phps-mode
commit 8109c1ac667cde41f43c87b592179104b7c72c7a
Author: Christian Johansson
Commit: Christian Johansson
(uncomment-region) working
---
phps-mode-functions.el | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/phps-mode-functions.el b/php
branch: externals/phps-mode
commit 834275b2db5aa7505786c95257ad7e357f35ea73
Author: Christian Johansson
Commit: Christian Johansson
Fixed indentation calculation of nested alternative control structures
---
phps-mode-functions.el | 31 +--
phps-mode-test-fun
branch: externals/phps-mode
commit 11e151afb79b4d93376b6e310751341c6a7e3e1f
Author: Christian Johansson
Commit: Christian Johansson
Fixed linting issues in flycheck file
---
README.md | 7 +--
phps-mode-flycheck.el | 3 ++-
phps-mode-test-functions.el | 2 +-
php
branch: externals/phps-mode
commit d8ad25bb62cb5fb05d140735704d25dcf24c1f09
Author: Christian Johansson
Commit: Christian Johansson
Passes new test indentation of multi-line double-arrow inside assignment
---
phps-mode-functions.el | 85 +++--
ph
branch: externals/phps-mode
commit f2ff34a2e77414f3298db05cd439f7be91bcb90c
Author: Christian Johansson
Commit: Christian Johansson
Added TODO items for making changes inside tokens and not triggered a full
re-lexing
---
phps-mode-test-functions.el | 1 +
phps-mode-test-integration.el |
branch: externals/phps-mode
commit d6e6cbce29f59ee0fcdee310c8cfa6c6e9a3c08e
Author: Christian Johansson
Commit: Christian Johansson
Another optimization of line-number-at-pos inside loop
---
phps-mode-functions.el | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/php
branch: externals/phps-mode
commit 4592bceeb11d7a1ae975a301ea9a7e335d95de48
Author: Christian Johansson
Commit: Christian Johansson
Only running newline heuristic when rest of line is whitespace
---
phps-mode-functions.el | 12 +++-
phps-mode-test-functions.el | 8 ++--
2
branch: externals/phps-mode
commit 47793f778a5d4f964c6b322c2298641b20db5525
Author: Christian Johansson
Commit: Christian Johansson
Updated README
---
README.md | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 55af1d1..774f361 100644
-
branch: externals/phps-mode
commit 83d5de8270645ede929053a759b17d9a6c5afb5f
Author: Christian Johansson
Commit: Christian Johansson
Removed uneccesary debug output in unit test
---
phps-mode-test-functions.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-test
branch: externals/phps-mode
commit 71858d1a4c1829276c0816e8f9a13a763a7f7eba
Author: Christian Johansson
Commit: Christian Johansson
Removed side-effect of END_PARSE token being added to tokens after
processing buffer
---
phps-mode-functions.el | 2 +-
phps-mode-test-functions.el | 4 +
branch: externals/phps-mode
commit b7b778b8dd18e33fb5b85bfb533124bf43fa0d69
Author: Christian Johansson
Commit: Christian Johansson
Updated Travis CI build script
---
.travis.yml | 33 +
1 file changed, 13 insertions(+), 20 deletions(-)
diff --git a/.travis.
branch: externals/phps-mode
commit 21f883eeb4cc17929d72ca1c12370da4d372002f
Author: Christian Johansson
Commit: Christian Johansson
Updated README and copyright date
---
README.md| 5 +++--
phps-mode-map.el | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/READM
branch: externals/phps-mode
commit 2801604cb9e6a5f8fa98bd0d27ac0993f2ab4a64
Author: Christian Johansson
Commit: Christian Johansson
Added TODO item
---
phps-mode-test-functions.el | 10 ++
1 file changed, 10 insertions(+)
diff --git a/phps-mode-test-functions.el b/phps-mode-test-fu
branch: externals/phps-mode
commit 812dc49c83ee5691a53e1e3fbe6521f5d80105c3
Author: Christian Johansson
Commit: Christian Johansson
Removed TODO item
---
phps-mode-lexer.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index 33
branch: externals/phps-mode
commit ced201df9844b22c358ca77d1c60131d57998038
Author: Christian Johansson
Commit: Christian Johansson
Updated syntax colouring for namespace, class, function and constant names
---
phps-mode-functions.el | 8
phps-mode-lexer.el | 38 ++
branch: externals/phps-mode
commit 46d0575ce8ab7fb39dff39f2060b821a1a46b9ad
Author: Christian Johansson
Commit: Christian Johansson
Passes all tests for adding newline and indenting without affect lexer
---
phps-mode-test-functions.el | 10 +-
1 file changed, 5 insertions(+), 5 dele
branch: externals/phps-mode
commit 1bac28a2bf0ceb8917d1b525a3366aac2f0f3bb6
Author: Christian Johansson
Commit: Christian Johansson
Updated readme with decreased percent for indent
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index
branch: externals/phps-mode
commit dbd2825dffdd773f8ca3b4fbd07d3eab781a80bb
Author: Christian Johansson
Commit: Christian Johansson
Added unit test for multiple level namespaces and added support for it
---
README.md | 2 +-
phps-mode-functions.el | 15 +++---
branch: externals/phps-mode
commit c11bcc5e948ab8712d73f68853e49852e530453d
Author: Christian Johansson
Commit: Christian Johansson
More work on newline advice
---
phps-mode-functions.el | 2 +-
phps-mode-test-functions.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff
branch: externals/phps-mode
commit 1d58896daf505f7d09d775daa52db791fb03a8cc
Author: Christian Johansson
Commit: Christian Johansson
Minimal mode map is now loaded
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 458aed1..16d640f 1
branch: externals/phps-mode
commit 64e17894fdc543c894e910396d1429f88b5d3491
Author: Christian Johansson
Commit: Christian Johansson
Fixed indentation were assignments end at next line
---
README.md | 2 +-
phps-mode-functions.el | 7 +--
2 files changed, 6 insertions(+), 3
branch: externals/phps-mode
commit 228b657ad8f470febec7408a3db6a61aab32fb6e
Author: Christian Johansson
Commit: Christian Johansson
Updated README with license logo and Travis CI build status
---
README.md | 4
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 0
branch: externals/phps-mode
commit a14d5b2b8b79f75bcd2bf85c0b58f40e12a2124d
Author: Christian Johansson
Commit: Christian Johansson
Mode map is now loaded
---
phps-mode-map.el | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/phps-mode-map.el b/phps-mode-map.e
branch: externals/phps-mode
commit 2efd7d724a4041f87c9c77d1425561e0704ba596
Author: Christian Johansson
Commit: Christian Johansson
Started on function to move line-indent index
---
phps-mode-functions.el | 20 +++-
phps-mode-test-functions.el | 2 +-
2 files changed,
branch: externals/phps-mode
commit d4164436250d9155935b8551f1bf8927e9a420ad
Author: Christian Johansson
Commit: Christian Johansson
Added more test for moving line-indent index
---
phps-mode-test-functions.el | 12
1 file changed, 12 insertions(+)
diff --git a/phps-mode-test-f
branch: externals/phps-mode
commit fa47a17e920e89b7de84cf10fb7d8c2b3461661e
Author: Christian Johansson
Commit: Christian Johansson
Changed imenu index to a hierarchical structure
---
phps-mode-functions.el | 72 +++--
phps-mode-test-functions.el
branch: externals/phps-mode
commit 7deefdc5a0a1620b680a77ec1501eca96940302d
Author: Christian Johansson
Commit: Christian Johansson
Fixed use-package config example in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index aa4e05
branch: externals/phps-mode
commit f5c2072c9286548702a263a0c72842d87619d751
Author: Christian Johansson
Commit: Christian Johansson
Updated copyright for inclusion in ELPA
---
README.md | 2 +-
phps-mode-automation-header.wy | 27 ++-
phps-mode-
branch: externals/phps-mode
commit 55b3087d118d8b07eca0c19109bef6b1f34a8bc6
Author: Christian Johansson
Commit: Christian Johansson
Optimized lexer calling, do not call when using (indent-line)
---
phps-mode-functions.el | 3 +-
phps-mode-lexer.el | 120 ---
branch: externals/phps-mode
commit 3d3003fa663e34b1a5c6ac2cc2ef285062664cc2
Author: Christian Johansson
Commit: Christian Johansson
Started on test for newline-and-indent before white-space
---
phps-mode-functions.el | 9 +
phps-mode-test-functions.el | 15 +++
2 f
branch: externals/phps-mode
commit 65f79c8f361304beda1b67c199fd59eb4b9e7d8e
Author: Christian Johansson
Commit: Christian Johansson
Added map shortcuts for comment / uncomment region
---
phps-mode-map.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/phps-mode-map.el
branch: externals/phps-mode
commit 071acc0218073706fc97d5ced022e8ade6044d58
Author: Christian Johansson
Commit: Christian Johansson
Added support for multi-line return indentation
---
phps-mode-functions.el | 26 +++---
phps-mode-test-functions.el | 2 +-
2 files c
branch: externals/phps-mode
commit 62f1fc5473e8de2a65f40d45c44ea93d575e07a6
Author: Christian Johansson
Commit: Christian Johansson
Added another failing indentation test for return expressions
---
phps-mode-test-functions.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-mod
branch: externals/phps-mode
commit ba7a3dc082915e8ea50c8e6e3588f3dbb4f93d2a
Author: Christian Johansson
Commit: Christian Johansson
Updated TODO list with travis integration completed
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
ind
branch: externals/phps-mode
commit a0b76956dd1bcaf190b13d9cad2b3e83620cc4aa
Author: Christian Johansson
Commit: Christian Johansson
Passes unit tests for integration with electric-pair
---
README.md | 1 +
phps-mode-syntax-table.el | 20 +---
phps-mode-t
branch: externals/phps-mode
commit d27af6190843443142a33af404820c899f65bf76
Author: Christian Johansson
Commit: Christian Johansson
Fixed bug with incremental lexer were states are missing
---
phps-mode-lexer.el| 6 +++---
phps-mode-test-integration.el | 9 +
2 files cha
branch: externals/phps-mode
commit c80aa68ea3a5a97813b72f941673a72100cd0c78
Author: Christian Johansson
Commit: Christian Johansson
Added a new failing test for indentation of else expression inside switch
---
phps-mode-test-functions.el | 15 +--
1 file changed, 5 insertions(+)
branch: externals/phps-mode
commit a48386a36848bcacc4dfb688d5e9dec467a17444
Author: Christian Johansson
Commit: Christian Johansson
Do not allow failures on emacs snapshot
---
.travis.yml | 4
1 file changed, 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 5219e9d..67c46ba
branch: externals/phps-mode
commit c118f58b241b8bf2fd4e519b02d0d21bf8ec061b
Author: Christian Johansson
Commit: Christian Johansson
Added TODO items
---
phps-mode-lexer.el | 36
1 file changed, 36 insertions(+)
diff --git a/phps-mode-lexer.el b/phps-mod
branch: externals/phps-mode
commit a8fbe7dbb5beaebc04dacdb96dd55101bc2d50d8
Author: Christian Johansson
Commit: Christian Johansson
Improved syntax coloring of =, % and more
---
phps-mode-lexer.el | 21 +
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/php
branch: externals/phps-mode
commit ad53b6cd3ec10590853214b3d98d3ea8b5d29d2f
Author: Christian Johansson
Commit: Christian Johansson
Fixed warning when expected integer was nil
---
phps-mode-lexer.el | 117 +++--
1 file changed, 59 insertions(+
branch: externals/phps-mode
commit defa128601eea7386aa8069abcf509059c8b5dd1
Author: Christian Johansson
Commit: Christian Johansson
Passes unit test for imenu new structure
---
phps-mode-functions.el | 14 +++---
phps-mode-test-functions.el | 12 ++--
2 files changed, 1
branch: externals/phps-mode
commit bc1f50ffe778da245d8b8c7aee0bbf36e58df212
Author: Christian Johansson
Commit: Christian Johansson
Fixed byte-compilation in functions unit-test
---
phps-mode-test-functions.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/phps-mode-test-functions.el b
branch: externals/phps-mode
commit e9475f76dd208042aedefb428df3212c1cf6b1a7
Merge: a852669 ad94b0b
Author: Christian Johansson
Commit: Christian Johansson
Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode
branch: externals/phps-mode
commit f77edf8b9eb252c0c5187d058c2d1fbe618789ac
Author: Christian Johansson
Commit: Christian Johansson
Updated compile command to ignore that files that doesn't compile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/M
branch: externals/phps-mode
commit bd90dc9699ba8cd4ece88d8fc3195e06333c2b5d
Author: Christian Johansson
Commit: Christian Johansson
Removed debug output
---
phps-mode-functions.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-functions.el b/phps-mode-function
branch: externals/phps-mode
commit 07d9176757f7722f6543f954d50958f05e7af871
Author: Christian Johansson
Commit: Christian Johansson
Improved flycheck support
---
Makefile | 2 +-
phps-mode-flycheck.el | 70 +--
phps-mode.el
branch: externals/phps-mode
commit 895105d436f555e9b722340d33fb94f5b3555228
Author: Christian Johansson
Commit: Christian Johansson
Updated emacs version requirement and travis build
---
.travis.yml | 1 -
README.md| 2 +-
phps-mode.el | 8
3 files changed, 5 insertions(+), 6
branch: externals/phps-mode
commit 2d2aaad9e6b03c76cf7c75ea0b26b6c67221311b
Author: Christian Johansson
Commit: Christian Johansson
Added failing unit test
---
README.md | 7 ---
phps-mode-functions.el | 13 ++---
phps-mode-test-functions.el | 9 +++-
branch: externals/phps-mode
commit 3f20bd27ccb78728bed2853ac1fa646835ff4db1
Author: Christian Johansson
Commit: Christian Johansson
Updated tests and structure of hierarchical imenu
---
phps-mode-functions.el | 28
phps-mode-test-functions.el | 14 +++--
branch: externals/phps-mode
commit d05601b606ef4bf509e76ddf808f598cff54d3d2
Author: Christian Johansson
Commit: Christian Johansson
Updated documents
---
docs/heuristics.md| 2 ++
docs/imenu.md | 22 ++
branch: externals/phps-mode
commit f0912eee6c90a1b7863be95faf76981b0f8cceff
Author: Christian Johansson
Commit: Christian Johansson
Removed TODO and changed syntax color to be based on tokens only
---
docs/todo.md | 2 --
phps-mode-lexer.el | 15 ---
2 files changed, 17 d
branch: externals/phps-mode
commit 6308e3ea8aab627b0e50a6137c7179a25ac4899a
Author: Christian Johansson
Commit: Christian Johansson
Removed debug notice
---
phps-mode-lexer.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phps-mode-lexer.el b/phps-mode-lexer.el
index 0
branch: externals/phps-mode
commit a3099988e1f1d18d0bc0556ba28f1418f5298a94
Author: Christian Johansson
Commit: Christian Johansson
Integration tests passes with new function
---
phps-mode-lexer.el | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/phps-mode-lexer.e
branch: externals/phps-mode
commit 192f9ae4e7141038ced50ae128b64c822568b2d2
Author: Christian Johansson
Commit: Christian Johansson
Fix issues with test list structure
---
phps-mode-test-functions.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/phps-mod
branch: externals/phps-mode
commit 32f980862042d798b6da68d180ea086ca4e61a4b
Author: Christian Johansson
Commit: Christian Johansson
indent and imenu now triggers incremental lexer if buffer changed
---
phps-mode-functions.el | 2 ++
phps-mode.el | 6 +-
2 files changed, 3 inse
branch: externals/phps-mode
commit fe80a3ad610592dbe34d8a3ffed588b009b017ae
Author: Christian Johansson
Commit: Christian Johansson
Passes test for moving line-indents down
---
phps-mode-functions.el | 23 +--
phps-mode-test-functions.el | 8 +++-
2 files chang
branch: externals/phps-mode
commit 654ef5fc3c7245c5d8979c9d03135ba995c996fe
Author: Christian Johansson
Commit: Christian Johansson
Added another state test for newline
---
phps-mode-test-functions.el | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/php
branch: externals/phps-mode
commit 09a21235d510fb01400ed87051beaba369eef5d7
Author: Christian Johansson
Commit: Christian Johansson
Passes all tests for moving line-indent index
---
phps-mode-functions.el | 12 +++-
phps-mode-test-functions.el | 8 +++-
2 files changed, 18
branch: externals/phps-mode
commit a4b2f372e95637e4946141e4aec4ff669aae9c8f
Author: Christian Johansson
Commit: Christian Johansson
Added new TODO item
---
phps-mode-test-functions.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.
branch: externals/phps-mode
commit 282115f6a45b99a5949a2668b7a88a824eae297d
Author: Christian Johansson
Commit: Christian Johansson
Using incremental line-number calculation as optimization
---
phps-mode-functions.el | 28 +---
1 file changed, 25 insertions(+), 3 del
branch: externals/phps-mode
commit ff474c93e09f04eb1560f1bf5f46c7efa5422b63
Author: Christian Johansson
Commit: Christian Johansson
Work on invalid imenu
---
phps-mode-functions.el | 2 +-
phps-mode-test-functions.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
branch: externals/phps-mode
commit 3c959d395c08ab37ada99b8b24d327d4bf5598e7
Author: Christian Johansson
Commit: Christian Johansson
Improved README
---
README.md | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 774f361..378f1bb 100644
branch: externals/phps-mode
commit 22f75baf02e8e6e68529f4b25faa204100571e38
Author: Christian Johansson
Commit: Christian Johansson
Advice is running again in unit test
---
phps-mode-functions.el | 3 ++-
phps-mode-test-functions.el | 6 +++---
2 files changed, 5 insertions(+), 4 delet
branch: externals/phps-mode
commit 5f52f5469588f23e2aa9832e14e1198af6c41d81
Author: Christian Johansson
Commit: Christian Johansson
Fixed compilation warning after new imenu structure
---
phps-mode-functions.el | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/phps-mo
branch: externals/phps-mode
commit 3e1ff066492b33c272c35d87018c7ea9230f66e9
Author: Christian Johansson
Commit: Christian Johansson
Added integration-tests for syntax colouring and update goals
---
README.md | 5 +++--
phps-mode-test.el | 9 +++--
2 files changed, 10 insertions(
branch: externals/phps-mode
commit 92e53e82be9330e3aaeeaecee6000450a74bb75a
Author: Christian Johansson
Commit: Christian Johansson
Passes test for pressing newline before white-spaces just moves meta-data
---
phps-mode-functions.el | 51 +
p
branch: externals/phps-mode
commit 9e621570a8cd0f70f6465a9cda3c4ab9974264b8
Author: Christian Johansson
Commit: Christian Johansson
(comment-region) and (uncomment-region) now handles part of lines as well
as full lines
---
phps-mode-functions.el | 101 +---
branch: externals/phps-mode
commit 6d834c1cd6809377a5691519ec95e3257ee765f5
Author: Christian Johansson
Commit: Christian Johansson
Added support for (comment-region) and (uncomment-region)
---
phps-mode-functions.el | 7 +++
phps-mode-test-functions.el | 31 ++
branch: externals/phps-mode
commit a45b39a87e86f06d2cb3ea4fd2fb99f84fbb5743
Author: Christian Johansson
Commit: Christian Johansson
Added two failing indentation tests for concatenated equal assignment and
double arrow multi-line array declaration
---
phps-mode-test-functions.el | 12 +
branch: externals/phps-mode
commit d39152b89bff8f762f8b1b92b9fbbe58de3fb380
Author: Christian Johansson
Commit: Christian Johansson
Added unit test for NUM_STRING token inside double-quoted string
---
phps-mode-lexer.el | 18 ++
phps-mode-test-functions.el | 2 +-
branch: externals/phps-mode
commit e639ea3ff067683339ae2833d6ffb13eebb2365d
Author: Christian Johansson
Commit: Christian Johansson
Indent passing new concatenation tests
---
phps-mode-functions.el | 9 ++---
phps-mode-test-functions.el | 13 +++--
2 files changed, 13 inse
branch: externals/phps-mode
commit c2af31eb235f13a5c83c93d2eb963353d15d92a9
Author: Christian Johansson
Commit: Christian Johansson
Imenu support now shows hierarchical information
---
phps-mode-functions.el | 9 +
phps-mode-test-functions.el | 10 +++---
2 files changed,
branch: externals/phps-mode
commit 1aa0f90bb985725448791da267d54e72fb042a9d
Author: Christian Johansson
Commit: Christian Johansson
Typo in README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 171da9c..559e3c2 100644
--- a/
branch: externals/phps-mode
commit 2087abd906edfa32045440f88f19ffc909408be0
Author: Christian Johansson
Commit: Christian Johansson
Added two failing tests for switch indentation
---
phps-mode-test-functions.el | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/phps
branch: externals/phps-mode
commit ad94b0b4898c37e2966090c82f0d6f6d8bc334ef
Author: Christian Johansson
Commit: Christian Johansson
Removed some fixed TODO itemsc
---
phps-mode-functions.el | 4
phps-mode-lexer.el | 2 --
2 files changed, 6 deletions(-)
diff --git a/phps-mode-func
branch: externals/phps-mode
commit c71a97dd08daefdb973deb87ede7c4d060d477af
Author: Christian Johansson
Commit: Christian Johansson
Started on refactored indentation calculation
---
phps-mode-functions.el | 660 +++--
1 file changed, 309 insertion
branch: externals/phps-mode
commit 41c12c1e6e5023a36c40b4152012748318a0dc11
Author: Christian Johansson
Commit: Christian Johansson
Updated paths for byte-compilation
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index a1bdea5..d24b
branch: externals/phps-mode
commit bd08a00c85de0d2c439ee094f3cdd5b1a1ab7b92
Author: Christian Johansson
Commit: Christian Johansson
Added unit test for COALESCING EQUAL token
---
README.md | 2 +-
phps-mode-test-lexer.el | 8 +++-
2 files changed, 8 insertions(+), 2 deleti
branch: externals/phps-mode
commit 43bf350261e52aedc9366fac76775d459e61a332
Author: Christian Johansson
Commit: Christian Johansson
Added tests for token-less lines
---
phps-mode-functions.el | 41 ++---
phps-mode-test-functions.el | 8 +++-
2 f
branch: externals/phps-mode
commit 552eadac92e2ef37f2d6cec53fd0a90b09c017b6
Author: Christian Johansson
Commit: Christian Johansson
Tuning of incremental logic
---
phps-mode-functions.el| 8
phps-mode-lexer.el| 29 +++--
phps-mode-test-i
branch: externals/phps-mode
commit b8e94497740ac0245cc9668657e35ca6aa08632e
Author: Christian Johansson
Commit: Christian Johansson
Refactored Imenu to use a persistent variable per buffer
---
phps-mode-functions.el | 40 +++-
phps-mode-lexer.el
branch: externals/phps-mode
commit 74ab2a71b62df8b1d742a510d63afeb58c344953
Author: Christian Johansson
Commit: Christian Johansson
Work on incremental lexer and failing test for indent
---
phps-mode-lexer.el | 11 +++
phps-mode-test-functions.el | 13 ++---
2 files
branch: externals/phps-mode
commit e7cb8037848d830acde29c8312a77c4d9099f7cd
Author: Christian Johansson
Commit: Christian Johansson
Added another indentation test
---
phps-mode-test-functions.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-mode-test-functions.el b/phps-mode
branch: externals/phps-mode
commit b2a57002bd5212a0a99f98f5cd82629ac1d6aa1f
Author: Christian Johansson
Commit: Christian Johansson
Fixed indentation for multi-line optional function arguments
---
phps-mode-functions.el | 9 +
phps-mode-test-functions.el | 4 ++--
2 files chang
branch: externals/phps-mode
commit f7e7c7439c82001aaa85a1e4c7dce94f92511bc1
Author: Christian Johansson
Commit: Christian Johansson
Work on indentation for switch-case
---
phps-mode-functions.el | 92 ++---
phps-mode-test-functions.el | 14 +-
branch: externals/phps-mode
commit b251a1ebc4e13ecb52cb9fb2cb531c8db43fe072
Author: Christian Johansson
Commit: Christian Johansson
Got unit tests for wrapping region in symbols working
---
phps-mode-test-functions.el | 61 ++---
1 file changed, 57 in
branch: externals/phps-mode
commit a30e5ff0539c143e76df9dd275bafd2e3cd77259
Author: Christian Johansson
Commit: Christian Johansson
Run incremental lexer when processing file if buffer change
---
phps-mode-functions.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a
branch: externals/phps-mode
commit a85266985c898cc4bfe955c8b9a5936394da23e9
Author: Christian Johansson
Commit: Christian Johansson
Fix bug in syntax colouring, added debug outputs for incremental lexer
---
phps-mode-functions.el | 14 +-
phps-mode-lexer.el | 27
branch: externals/phps-mode
commit aa0c23dcc5ff5cef28da17a28f07454390f093c8
Author: Christian Johansson
Commit: Christian Johansson
Updated font-locks for token color syntax
---
phps-mode-lexer.el | 27 ++-
1 file changed, 14 insertions(+), 13 deletions(-)
diff --gi
branch: externals/phps-mode
commit 310521b9ccc6d66780b637ca6917fa6e85835fff
Author: Christian Johansson
Commit: Christian Johansson
Started with first integration-test
---
phps-mode-test-functions.el | 103 --
phps-mode-test-integration.el | 34 +++
1 - 100 of 407 matches
Mail list logo