0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change LICENSE to license text, not permission text. More... over 8 years ago
Add permission text to main elisp file. More... over 8 years ago
Rename License to LICENSE More... over 8 years ago
Add GPL license More... over 8 years ago
Merge pull request #27 from tarsius/master More... about 9 years ago
Rename libraries that conflict with other packages More... about 9 years ago
Merge pull request #26 from tarsius/master More... about 9 years ago
Remove bundled ert More... about 9 years ago
Added note about php+-mode no longer being actively maintained. More... over 12 years ago
Merge branch 'master' of github.com:echosa/phpplus-mode More... over 13 years ago
The function php-completion-build-index now doesn't error out if php-manual-path is invalid. More... over 13 years ago
Merge pull request #18 from mgallego/master More... over 13 years ago
Added Carton file. This allows us to work with ecukes in a more modern fashion. Once you have carton working (exercise left to reader, I have a pull-request in that may be helpful to some) just run carton inside the php+-mode directory to pull down the dev-dependencies. More... over 13 years ago
Added new indentation feature and some font-locking support for traits. More... over 13 years ago
Solved the highliht problem with \use and \namespace More... over 13 years ago
Only highlight the user word where is a use statement More... over 13 years ago
Modified default offset for case labels to conform to PSR-2 standards. Added feature test, which passes. More... over 13 years ago
Added indentation feature for ecukes. More... over 13 years ago
One of the font-lock regular expressions was going exponential. Rewrote it. More... over 13 years ago
Moved all breaking tests to ecukes. More... over 13 years ago
Added new defcustom php-format-break-function-call-like-definition which defaults to t. Updated php-format-break-statement-opening-parenthesis-aux and php-format-break-statement-commas-aux to take respect it. More... over 13 years ago
Fixed a bug in php-format-break-statement-closing-parenthesis-aux. More... over 13 years ago
Fixed a bug in php-auto-fill. More... over 13 years ago
Fixed a bug in php-skip-this-statement when dealing with function definitions. More... over 13 years ago
Fixed a bound updating bug in php-format-break-statement-opening-parenthesis-aux. The function php-format-break-statement-opening-parenthesis-aux now takes already broken opening parentheses and braces into account when determining whether the current sexp needs to be broken. More... over 13 years ago
Converted more tests over to ecukes. More... over 13 years ago
Fixed a bug in php-format-break-statement-loops where the commas pass was being activated on commas that were not at 0 sexp level. More... over 13 years ago
Added new steps: • When I break the current statement • When I break the statement at line \([0-9]+\) • When I go to the beginning of text on line \([0-9]+\) More... over 13 years ago
Added some new step definitions: When I print the buffer string When I print the buffer string from here When I print the buffer string to here When I print the debug info More... over 13 years ago
Set some variables that php+-mode is actually depending on. More... over 13 years ago