branch: externals/phps-mode
commit 9d3f6447e56650765d29c9e03c7ddabb8b758385
Author: Christian Johansson
Commit: Christian Johansson
Separated indentation tests for lexer tests
---
Makefile | 12 ++--
README.md | 10 +--
phps-test-functions.el | 76
branch: externals/phps-mode
commit 394f7aed8ac2c47acfdaaed21aae1b31e4e5ab61
Author: Christian Johansson
Commit: Christian Johansson
Fixed issue with empty strings before non-empty strings
---
phps-lexer.el | 106 ++---
sample-php-files/cl
branch: externals/phps-mode
commit 64a3ca8818d3fe043cbed0b96e9d7d3dc0834bec
Author: Christian Johansson
Commit: Christian Johansson
Modified start and end for single and double quoted strings
---
phps-lexer.el | 8
phps-test-lexer.el | 6 +++---
2 files changed, 7 insertions(+
branch: externals/phps-mode
commit 7fa9fdbd99677f6c9de02b2e1d676dd303ed
Author: Christian Johansson
Commit: Christian Johansson
More unit tests for lexing comments and doc comments
---
phps-test-lexer.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-test-lexer.el b/phps-
branch: externals/phps-mode
commit ce656a57256030c3f421c449b6c0b4a252d83998
Author: Christian Johansson
Commit: Christian Johansson
More general cleaning up
---
phps-automation.el | 8 +++--
phps-flymake.el | 3 +-
phps-font-lock.el| 93 +
branch: externals/phps-mode
commit f3205d56c5244a8a6bd36a68a6e5f133cd032d8f
Author: Christian Johansson
Commit: Christian Johansson
Fixed lexing of basic tokens
---
phps-lexer.el | 8 ++--
phps-test-lexer.el | 9 +++--
2 files changed, 13 insertions(+), 4 deletions(-)
diff --g
branch: externals/phps-mode
commit e3a060acef2c726c2d3c3c3986b7000f6c1caddc
Author: Christian Johansson
Commit: Christian Johansson
Handles script breaking single-line comments
---
phps-lexer.el | 6 --
phps-test-lexer.el | 7 +++
2 files changed, 11 insertions(+), 2 deletions(
branch: externals/phps-mode
commit 4fa93419dab111cb8fbbb185fc35987ea3c41ee2
Author: Christian Johansson
Commit: Christian Johansson
Started with unit tests for indentation
---
phps-lexer.el | 28 ++--
phps-test-lexer.el | 18 ++
s
branch: externals/phps-mode
commit 5a6a96bbcd32480fdf10f65ac747c9bf6eae419d
Author: Christian Johansson
Commit: Christian Johansson
Added another test
---
phps-test-lexer.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/phps-test-lexer.el b/phps-test-lexer.el
index 78a0674..0d32
branch: externals/phps-mode
commit bf59f0aab3ef7bad1916dae6efb753c764aa1df4
Author: Christian Johansson
Commit: Christian Johansson
More unit tests for getting point lex information
---
phps-test-lexer.el | 30 ++
1 file changed, 30 insertions(+)
diff --git a/ph
branch: externals/phps-mode
commit dd8d800dd3a2e8588e70638dad733c0fe4737cb5
Author: Christian Johansson
Commit: Christian Johansson
Using coloring overlay for comments as well
---
phps-lexer.el | 3 +--
tests/php/class.php | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff
branch: externals/phps-mode
commit 95e749e69fbc68b705ade0a453846af47e7fb9ac
Author: Christian Johansson
Commit: Christian Johansson
Started with indentation function
---
phps-functions.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/phps-functions.el b/php
branch: externals/phps-mode
commit 1b891ea83c61fbd3bd745b8fd65186d3c3718ea8
Author: Christian Johansson
Commit: Christian Johansson
More work on indentation and related tests
---
phps-functions.el | 25 +++--
phps-lexer.el | 105 ++-
branch: externals/phps-mode
commit 47440ddc6c74a161c7de015bd3132e59a4b9d672
Author: Christian Johansson
Commit: Christian Johansson
Added test for decreasing indentation with letters
---
phps-functions.el | 3 ++-
phps-test-functions.el | 9 -
2 files changed, 10 insertions(+),
branch: externals/phps-mode
commit a7244384cf8b403235b7a1ed51888eadad7b1afa
Author: Christian Johansson
Commit: Christian Johansson
Handled lexing with empty single and double quote string
---
phps-lexer.el | 39 ++-
phps-test-lexer.el | 25 +
branch: externals/phps-mode
commit d839f8aa113d523d50cd8fcc57b1519c283b5293
Author: Christian Johansson
Commit: Christian Johansson
More work on indentation support
---
phps-functions.el | 18 +++---
phps-test-lexer.el | 9 +
2 files changed, 16 insertions(+), 11 delet
branch: externals/phps-mode
commit 8ed0716dd920d8a8ab7bdf484bc79c656773ceb5
Author: Christian Johansson
Commit: Christian Johansson
Started with unit tests for getting point lexer data
---
phps-lexer.el | 36
phps-test-lexer.el | 13 ++---
2
branch: externals/phps-mode
commit 09daec397a5ffd17c4a0e852b26bcee7c7bae367
Author: Christian Johansson
Commit: Christian Johansson
Foundation for incremental lexer and syntax colorer completed
---
phps-functions.el | 9 ++---
phps-lexer.el | 46
branch: externals/phps-mode
commit bf633d2d60859e196a1094a0097aae8c8f973699
Author: Christian Johansson
Commit: Christian Johansson
Added test for indent of final line of doc comment block
---
phps-functions.el | 8 +---
phps-test-functions.el | 10 +-
2 files changed, 14
branch: externals/phps-mode
commit be46d9ca6ad12013b53164969f17c7ecd056d209
Author: Christian Johansson
Commit: Christian Johansson
Added lexer autoload to functions
---
phps-functions.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/phps-functions.el b/phps-functi
branch: externals/phps-mode
commit c64b3b402ad8ccc2771313927f935e9cb7cdfc2e
Author: Christian Johansson
Commit: Christian Johansson
More work on lexer tests
---
phps-lexer.el| 42 +++---
phps-syntax-table.el | 1 +
phps-test-lexer.el | 16 +
branch: externals/phps-mode
commit b437374df6aea5643e49ae489beb29592d9ba9f5
Author: Christian Johansson
Commit: Christian Johansson
Fixed bug in parsing of object parameters inside double quoted string
---
phps-lexer.el | 7 ---
phps-test-lexer.el | 12 ++--
2 files change
branch: externals/phps-mode
commit 31ca9d5506e2c5ee5705da54816d84e2311ca2b7
Author: Christian Johansson
Commit: Christian Johansson
More cleaning up
---
README.md| 20 ++-
phps-keywords.wy | 400 ---
2 files changed, 18 insertions
branch: externals/phps-mode
commit 79040dcdb9427d618a215e0a1610647fc624183d
Author: Christian Johansson
Commit: Christian Johansson
Some cleaning up
---
phps-semantic.el | 481 +
phps-tags.el | 66
branch: externals/phps-mode
commit c6e52554c95ad38923f178a89225f0a21489fcbe
Merge: 6776468 47440dd
Author: Christian Johansson
Commit: Christian Johansson
Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode
branch: externals/phps-mode
commit 7d0cd36dbe9e5b837b79392a82501634ea66e70c
Author: Christian Johansson
Commit: Christian Johansson
Updated goals
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 04ba636..d29d10b 100644
--- a/README.md
+++ b/REA
branch: externals/phps-mode
commit 5c0568bac426fb2724a7741293f9040c1fdb431d
Author: Christian Johansson
Commit: Christian Johansson
Added some basic unit tests for indentation
---
phps-test-functions.el | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/phps
branch: externals/phps-mode
commit de771b5dd89820d1b98eb90b3a687b19b468320b
Author: Christian Johansson
Commit: Christian Johansson
Added more unit tests
---
phps-test-lexer.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/phps-test-lexer.el b/phps-test-lexer.el
index 781
branch: externals/phps-mode
commit c625217d81227b31c09cf37fd34758f9c402163b
Author: Christian Johansson
Commit: Christian Johansson
Added flag for PSR-2 white-space settings
---
phps-functions.el | 18 ++
phps-mode.el | 3 +++
phps-syntax-table.el | 10
branch: externals/phps-mode
commit be078dc411b8567573caf1a46700f3e5a5deeb70
Author: Christian Johansson
Commit: Christian Johansson
Updated readme
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 6853e33..090c8de 100644
---
branch: externals/phps-mode
commit 3ea8c640f82388910d0318d3e8c7756e6f3a2c67
Author: Christian Johansson
Commit: Christian Johansson
Added license
---
LICENSE | 674
1 file changed, 674 insertions(+)
diff --git a/LICENSE b/LIC
branch: externals/phps-mode
commit c040358b555a1e157b055da5c7a1b7e08d2718ae
Author: Christian Johansson
Commit: Christian Johansson
Point lexer token information makes more sense
---
phps-lexer.el | 28
phps-test-lexer.el | 18 ++
2 files ch
branch: externals/phps-mode
commit 32022133af3e8471e8cd384137ad5784b67488fe
Author: Christian Johansson
Commit: Christian Johansson
Added another unit test for lexer
---
phps-test-lexer.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-test-lexer.el b/phps-test-lexer.el
index
branch: externals/phps-mode
commit 94492c4780ec9df2b678569b2292bf4518e867f4
Author: Christian Johansson
Commit: Christian Johansson
Added changes tracking to functions from lexer
---
phps-functions.el | 16
phps-lexer.el | 13 -
phps-test-functions
branch: externals/phps-mode
commit 184dfa5494652263df2f2d244edebaf4eda26530
Author: Christian Johansson
Commit: Christian Johansson
Indentation outside PHP now does nothing
---
phps-functions.el | 3 ++-
phps-test-functions.el | 8
2 files changed, 10 insertions(+), 1 deletion
branch: externals/phps-mode
commit 795053b284c93cb2793f402dcbf224c46544db83
Author: Christian Johansson
Commit: Christian Johansson
Lexer unit tests using start and ends as well
---
phps-lexer.el | 10 +++-
phps-test-lexer.el | 158 ++---
branch: externals/phps-mode
commit e1b71600d5a1b1c488d2ec15fec0af9ecd6112c6
Author: Christian Johansson
Commit: Christian Johansson
(newline-and-indent) now working
---
phps-functions.el | 97 +++
1 file changed, 48 insertions(+), 49 delet
monnier pushed a change to branch externals/phps-mode.
at f5c2072 Updated copyright for inclusion in ELPA
This branch includes the following new commits:
new 3837d9c My initial commit
new 7d0cd36 Updated goals
new 3ea8c64 Added license
new dd8d800
branch: externals/phps-mode
commit 6776468629623218fd69c4df6b285b6e6bf6ba2a
Author: Christian Johansson
Commit: Christian Johansson
Started worked with adding references to tokens from point meta information
---
phps-functions.el | 3 ++-
phps-lexer.el | 15 ---
p
branch: externals/phps-mode
commit 41c4fbb46383378aa0e6a96ccbb9b9a9633c5da6
Author: Christian Johansson
Commit: Christian Johansson
Lexer unit tests now working
---
phps-lexer.el| 104 ---
phps-syntax-table.el | 7 +++-
phps-test-lex
branch: externals/phps-mode
commit 247573451cb3e96b0f7e2cdc2b6248c55881def9
Author: Christian Johansson
Commit: Christian Johansson
Improved logic for single quoted strings
---
phps-lexer.el | 47 --
sample-php-files/class.php | 1 +
branch: externals/phps-mode
commit 3824abf1a70e064e95b952a8412934af0840c3c6
Author: Christian Johansson
Commit: Christian Johansson
Resolved indent with trailing parenthesis
---
phps-functions.el | 9 +
phps-test-functions.el | 4
2 files changed, 9 insertions(+), 4 deleti
branch: externals/phps-mode
commit b629c4b916653f490c383db9c13443ec38c45bf8
Author: Christian Johansson
Commit: Christian Johansson
Updated comments and TODOs
---
phps-functions.el | 3 ++-
phps-lexer.el | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/phps-functions
branch: externals/phps-mode
commit 58300fd90bb3e5b35400c015ed5372dd6e76a1d7
Author: Christian Johansson
Commit: Christian Johansson
More updates of readme
---
README.md | 15 ++-
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 506b1d6..
branch: externals/phps-mode
commit abcfd01b57d7a05896ef699c78db4087c75eea03
Author: Christian Johansson
Commit: Christian Johansson
Started with function to gather current point data
---
README.md | 3 ++-
phps-functions.el | 11 ---
phps-lexer.el
branch: externals/phps-mode
commit b3a6308dc46105ee450866f97f2d16e25d5744c2
Author: Christian Johansson
Commit: Christian Johansson
Added hook for resetting lexer variables
---
phps-lexer.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/phps-lexer.el b/phps-lexe
branch: externals/phps-mode
commit e36d477d299b177e45104d8a87266d28bd49dd6a
Author: Christian Johansson
Commit: Christian Johansson
token-number from point now is the same format as (nth)
---
phps-lexer.el | 7 +++
phps-test-lexer.el | 16
2 files changed, 11 inse
branch: externals/phps-mode
commit 7161184dfe6e001481649e7b689c50db113177dd
Author: Christian Johansson
Commit: Christian Johansson
Handles stacked states better
---
phps-lexer.el | 16 +---
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/phps-lexer.el b/phps-lexe
branch: externals/phps-mode
commit f6e3ce4b8e09d7e199d79b82bd291681eb0ce36c
Author: Christian Johansson
Commit: Christian Johansson
Added another test for comments
---
phps-test-lexer.el | 4
1 file changed, 4 insertions(+)
diff --git a/phps-test-lexer.el b/phps-test-lexer.el
index 95
branch: externals/phps-mode
commit c4a8ca59f82cc3005439c6dbf6259f2065b65354
Author: Christian Johansson
Commit: Christian Johansson
Free lexer tokens does not have properties anymore
---
phps-lexer.el | 60 +++---
sample-php-files/class.p
branch: externals/phps-mode
commit 6c597fb30d3d66af1b83f0da11754dec7263df48
Author: Christian Johansson
Commit: Christian Johansson
Updated readme
---
README.md | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 8f8fc3e..927b753 10064
branch: externals/phps-mode
commit efcefde38812c77f851c197254e1f83d97656f92
Author: Christian Johansson
Commit: Christian Johansson
Added support for closing parenthesis and braces
---
phps-functions.el | 14 ++
phps-test-functions.el | 16 +++-
2 files changed,
branch: externals/phps-mode
commit cd1fdeeb27604883a0699ee3996508adcdc8d755
Author: Christian Johansson
Commit: Christian Johansson
*** empty log message ***
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index ef6b8fa..43a21c1 100
branch: externals/phps-mode
commit 86ec35fb8b7b9e301e702d13c792ba6c4bed107d
Author: Christian Johansson
Commit: Christian Johansson
Incremental lexer working somewhat
---
phps-functions.el | 14 ++
phps-lexer.el | 39 +++
2 files changed,
branch: externals/phps-mode
commit c57fb5b22f8fdfb3efa2a11a97a59ad1e6ab7851
Author: Christian Johansson
Commit: Christian Johansson
Improved indentation of trailing opening brace
---
phps-functions.el | 19 ++-
phps-lexer.el | 2 +-
phps-test-functions.el | 10
branch: externals/phps-mode
commit 89b12abf79bbb31d78f404915af35b5746ea186c
Author: Christian Johansson
Commit: Christian Johansson
Added autoloads and fixed bug with assigning variable
---
phps-functions.el | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/phps-functi
branch: externals/phps-mode
commit 7688cd726aca4bcd6178a5c11932169305c54cc4
Author: Christian Johansson
Commit: Christian Johansson
Got incremental lexer working after renaming again
---
phps-mode-functions.el | 20
phps-mode-lexer.el | 14 +++---
2 files ch
branch: externals/phps-mode
commit ec71e150c7a973510febe2794c93ecf430561025
Author: Christian Johansson
Commit: Christian Johansson
Fixed bug where token-numbers are not defined
---
phps-functions.el | 4 +++-
sample-php-files/class.php | 12
2 files changed, 15 inser
branch: externals/phps-mode
commit 236f05ea1fabff2f805f25f9dd7972c73a9852dd
Author: Christian Johansson
Commit: Christian Johansson
Updated makefile to not use hard-coded path to emacs
---
Makefile | 16 +++-
README.md | 8 +++-
2 files changed, 14 insertions(+), 10 deleti
branch: externals/phps-mode
commit 94d48149a0e9f32a459bae52b931fe75864594fe
Author: Christian Johansson
Commit: Christian Johansson
Added test for moving lexer tokens
---
phps-lexer.el | 6 +++---
phps-test-lexer.el | 11 +++
2 files changed, 14 insertions(+), 3 deletions(-)
branch: externals/phps-mode
commit 6ac718c6c9a7664c8cbf6b4d8b3ed4b5e3646ba8
Author: Christian Johansson
Commit: Christian Johansson
Removed non-breaking space from syntax table
---
phps-syntax-table.el | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/phps-syntax-tabl
branch: externals/phps-mode
commit 8c919ac9efc191ddf1b34a868c65eca158cc64ee
Author: Christian Johansson
Commit: Christian Johansson
Added failing indentation test
---
README.md | 11 ++-
phps-test-functions.el | 8
2 files changed, 18 insertions(+), 1 deletion
branch: externals/phps-mode
commit e340279f93bf060ed76568e15d00bd306cf411c3
Author: Christian Johansson
Commit: Christian Johansson
Added unit tests for moving lexer-state positions
---
phps-lexer.el | 41 +++--
phps-test-lexer.el | 53 ++
branch: externals/phps-mode
commit 67f9a7a235eb1f78a75e18b378ce9a08fb87178d
Author: Christian Johansson
Commit: Christian Johansson
Moved lexer-get-point-data to functions
---
phps-functions.el | 81 --
phps-lexer.el | 76 ---
branch: externals/phps-mode
commit 69ced0da4969bb69bc5c0aebfb9f830a91cc5e37
Author: Christian Johansson
Commit: Christian Johansson
Added another unit test for failed indentation
---
phps-test-functions.el | 7 +++
1 file changed, 7 insertions(+)
diff --git a/phps-test-functions.el b/p
branch: externals/phps-mode
commit e30ac0ca253b6d96970eb44fe0d4571f8414c1d0
Author: Christian Johansson
Commit: Christian Johansson
Started implementation of moving lexer and state position when
indenting to save time
---
phps-functions.el | 27 +--
phps-lexer.el
branch: externals/phps-mode
commit a10cc79d825a81991da4eaa24ce5294ee237b85f
Author: Christian Johansson
Commit: Christian Johansson
Debugging a indentation case
---
phps-functions.el | 23 +++
phps-test-functions.el | 14 --
2 files changed, 19 insertion
branch: externals/phps-mode
commit 3272991591639a0313552c477e50785791bf57c1
Merge: 529042e 6ac718c
Author: Christian Johansson
Commit: Christian Johansson
Merge branch 'master' of https://github.com/cjohansson/emacs-phps-mode
branch: externals/phps-mode
commit f79cf4f5f6fab10f56a291c896f6df3f1a335fda
Author: Christian Johansson
Commit: Christian Johansson
Started on function for moving lexer states
---
phps-lexer.el | 17 +++--
phps-test-lexer.el | 16
2 files changed, 23 insert
branch: externals/phps-mode
commit 41ef691d6eb2bbcd63f2cccec1b87b0ff9ad62aa
Author: Christian Johansson
Commit: Christian Johansson
Fixed lint warning of unused variables
---
phps-mode-lexer.el | 41 ++---
1 file changed, 18 insertions(+), 23 deletions(-)
branch: externals/phps-mode
commit e249124491c3c910c30a9ce61fcb369762cb5e80
Author: Christian Johansson
Commit: Christian Johansson
Prevent negative indent
---
phps-mode-functions.el | 3 ++-
phps-mode-test-functions.el | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff -
branch: externals/phps-mode
commit 16d80562391d6778223183eaa3bfe80458a6e51b
Author: Christian Johansson
Commit: Christian Johansson
Foundation for new indentation tests completed
---
phps-mode-test-functions.el | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/
branch: externals/phps-mode
commit b852f5fd1db23a1891f5655e17882852bfa5570d
Author: Christian Johansson
Commit: Christian Johansson
All tests for indentation passes
---
phps-mode-functions.el | 16 +---
phps-mode-test-functions.el | 6 +++---
2 files changed, 12 insertions
branch: externals/phps-mode
commit 37406602856c1528c174dac5b79016424a10b8e9
Author: Christian Johansson
Commit: Christian Johansson
Get point-data now collects information about square brackets
---
phps-functions.el | 42 +-
phps-test-functions.e
branch: externals/phps-mode
commit be35ed6f06a22c3640adc3dfe1649ec319000312
Author: Christian Johansson
Commit: Christian Johansson
Added sample files for inline and alternative control structures
---
sample-php-files/alternative-control-structure.php | 22 ++
sample-php
branch: externals/phps-mode
commit 0b3ced435710c7685477db67a605c3aa66246ad9
Author: Christian Johansson
Commit: Christian Johansson
First test for new indentation function passes
---
phps-mode-functions.el | 28
1 file changed, 16 insertions(+), 12 deletions(-)
branch: externals/phps-mode
commit feb57241345c4e55fdec6ea6ea310cecb3314215
Author: Christian Johansson
Commit: Christian Johansson
Various debug work
---
phps-lexer.el | 10 ++
phps-test-lexer.el | 23 ---
2 files changed, 26 insertions(+), 7 deletions(-)
branch: externals/phps-mode
commit 9792f70d0863a9ae12ed8f25a1eaee0c94e7f94e
Author: Christian Johansson
Commit: Christian Johansson
Cleaning up code gather point meta information
---
phps-mode-functions.el | 41 +
1 file changed, 17 insertions(+), 24
branch: externals/phps-mode
commit 3f4c344fbaeb8d031afdc431b71e5f28bd32e38d
Author: Christian Johansson
Commit: Christian Johansson
Fixed detection of doc comment blocks
---
phps-lexer.el | 26 --
phps-test-functions.el | 3 ++-
phps-test-lexer.el | 5
branch: externals/phps-mode
commit 1be92700bdf2693cf24e277f7e16392a6454c20d
Author: Christian Johansson
Commit: Christian Johansson
Updated README
---
README.md | 1 +
phps-lexer.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 927b753
branch: externals/phps-mode
commit a61cb8ba0b1ceb8f35e0f293a36ccae50a8aa5f5
Author: Christian Johansson
Commit: Christian Johansson
Fixed issue with doc comment indentation
---
phps-functions.el | 13 -
sample-php-files/class.php | 2 +-
2 files changed, 9 insertions(+
branch: externals/phps-mode
commit 5e30a6575db7057cbff3807ddc92912c421fca36
Author: Christian Johansson
Commit: Christian Johansson
Added TODO items
---
phps-functions.el | 6 ++
phps-test-functions.el | 9 +
2 files changed, 15 insertions(+)
diff --git a/phps-functions.el
branch: externals/phps-mode
commit da1d1de15d3652fdfda30380cfcd7bd7ebf4c76c
Author: Christian Johansson
Commit: Christian Johansson
Temporary lexer after change until other work is ready
---
phps-functions.el | 3 ++-
phps-lexer.el | 7 +--
sample-php-files/class.p
branch: externals/phps-mode
commit 8aa1ab684369fac35af4ac38f7bfd81f571c60bd
Author: Christian Johansson
Commit: Christian Johansson
Another test for getting point data inside doc block
---
phps-test-functions.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-test-functions.el
branch: externals/phps-mode
commit 99dfc686eb3abf6d8137d3b0d6e28ee92661d470
Author: Christian Johansson
Commit: Christian Johansson
Incremental-lexer deletes affected overlays
---
phps-lexer.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/phps-lexer.el b/phps-lexer.el
index bd0a
branch: externals/phps-mode
commit 7e2e902b849fddf5190d93bf465ece64ecf01f34
Author: Christian Johansson
Commit: Christian Johansson
Fixed a unit test
---
phps-mode-test-functions.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/phps-mode-test-functions.el b/phps-
branch: externals/phps-mode
commit 89fac0b843f93a0f919d36a1e9dbb245a9c69902
Author: Christian Johansson
Commit: Christian Johansson
Added another unit test for bracket less conditional
---
phps-test-functions.el | 14 ++
1 file changed, 14 insertions(+)
diff --git a/phps-test-f
branch: externals/phps-mode
commit 7279913039bf790249625d52bcc4ff29792b0a9d
Author: Christian Johansson
Commit: Christian Johansson
Improved TODOs
---
phps-mode-test-functions.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/phps-mode-test-functions.el b/phps-mode
branch: externals/phps-mode
commit baab77ae322c60e9a14e8471374c3c07fb09081b
Author: Christian Johansson
Commit: Christian Johansson
Unit tests for inline control structures working
---
phps-mode-functions.el | 18 ++
phps-mode-test-functions.el | 6 +++---
2 files chan
branch: externals/phps-mode
commit f7f931a5049f4284d28185e36d5faa8113867d16
Author: Christian Johansson
Commit: Christian Johansson
Added another failing indentation test
---
phps-mode.el | 2 +-
phps-test-functions.el | 14 +-
2 files changed, 10 insertions(+), 6 del
branch: externals/phps-mode
commit 9c4a3ba7090536a3a03cc324a2a75ecadf681bf2
Author: Christian Johansson
Commit: Christian Johansson
More work on alternative control structures
---
phps-mode-functions.el | 43 +++
1 file changed, 31 insertions(+), 12 d
branch: externals/phps-mode
commit ba8165afd99bee6e839d17dfa69676ded1e98466
Author: Christian Johansson
Commit: Christian Johansson
Fixed bug with brace count not including braces inside double quoted strings
---
phps-functions.el | 4
phps-test-functions.el | 8
2 files
branch: externals/phps-mode
commit 0ca9fe8ed30c99a573976def04fc6458b38330ca
Author: Christian Johansson
Commit: Christian Johansson
Detection of point inside doc comment block improved
---
phps-functions.el | 39 +--
phps-test-functions.el | 12 +
branch: externals/phps-mode
commit 0a32b17da840d4e05729252a2fffdb9a6d92792c
Author: Christian Johansson
Commit: Christian Johansson
Improved calculation for indentation for multi-line assignments
---
phps-mode-functions.el | 5 -
phps-mode-test-functions.el | 16 ++--
branch: externals/phps-mode
commit 90d059cca8120b659e61835f67302ce4e63cadcf
Author: Christian Johansson
Commit: Christian Johansson
Fixed bug in incremental lexer logic
---
phps-lexer.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/phps-lexer.el b/phps-lexer.el
in
branch: externals/phps-mode
commit a8561ab202c2a2611b93bf954bba02e82cc036b9
Author: Christian Johansson
Commit: Christian Johansson
Updated unit test for get-point-data with support for square brackets
---
phps-functions.el | 2 ++
phps-test-functions.el | 37 ++---
branch: externals/phps-mode
commit 287d9340f9f3c15401f0773925e07259c9d8aec0
Author: Christian Johansson
Commit: Christian Johansson
Updated comments are made un-tested function for moving token positions
---
phps-functions.el | 34 --
phps-lexer.el | 20 +
branch: externals/phps-mode
commit cc947a91828355a368ecb3828b60e7f69e0e9c37
Author: Christian Johansson
Commit: Christian Johansson
Added more tests for new indentation function
---
phps-mode-functions.el | 27 ---
phps-mode-test-functions.el | 54 ++
branch: externals/phps-mode
commit dd80d2797a53c35a53f0412bf10d2483b514571b
Author: Christian Johansson
Commit: Christian Johansson
Started work on detecting doc comment blocks
---
phps-lexer.el | 15 +++
phps-test-lexer.el | 26 +++---
2 files changed,
branch: externals/phps-mode
commit e206605fb3cf354c6c382a3fb5411d183d4405d0
Author: Christian Johansson
Commit: Christian Johansson
Adding failing unit tests for inline and alternative syntax
---
phps-mode-test-functions.el | 44
1 file changed,
1 - 100 of 407 matches
Mail list logo