Skip to content

Plans for Version 1.10

ejmr edited this page Feb 6, 2013 · 18 revisions

Plans for Version 1.10

These are the features and bug-fixes that will be part of version 1.10 of php-mode.

  • (Completed) Fix bug when indenting code in a closure.
  • (Completed) Make coding style customizable via M-x customize.
  • (Completed) Add a mode menu.
  • (Complete) Add syntax highlighting for declare() syntax like ticks and encoding.
  • (Completed) Address compiler warnings over the use of flet in the code.
  • (Completed) Fix bug for aligning method calls.
  • (Completed) Add missing constants acceptable to htmlspecialchars() to the list of core constants to highlight.
  • (Completed) Highlight method calls using php-function-call-face.
  • (Completed) Add constants for the cURL module.