[GNU ELPA] Php-Fill version 1.1.2
ELPA update <[email protected]> Wed, 24 Jun 2026 17:05:13 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 1.1.2 of package Php-Fill has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Php-Fill describes itself as:
=============================================
Additional fill commands for PHP code editing
=============================================
More at https://elpa.gnu.org/packages/php-fill.html
## Summary:
1 php-fill.el
═════════════
Additional fill commands for PHP code editing.
1.1 Fills string literals by breaking them into smaller ones.
─────────────────────────────────────────────────────────────
1.2 Conditionally use ‘NOSQUEEZE’ on spaces between words in c and c++ style comments.
──────────────────────────────────────────────────────────────────────────────────────
1.3 Use “<return>” to break or add a new line to string literals and doc blocks.
────────────────────────────────────────────────────────────────────────────────
1.4 Use “<backspace>” or “<delete>” at the beginning and at the end to join them.
─────────────────────────────────────────────────────────────────────────────────
1.5 Minor mode Php-Refill.
──────────────────────────
## Recent NEWS:
Version 1.1.2
- File .elpaignore corrected.
Version 1.1.1
- Major refractory.
- SQUEEZE typo fixed.
- Additional information about what ‘squeeze’ means in the context of
fill prefixed functions.
Version 1.1.0
- Customizable variable `php-fill-refill-black-list' added, so that
if a command that conflicts with `php-fill-refill-mode' is found,
that command can be added by the user.