-
Notifications
You must be signed in to change notification settings - Fork 119
Plans for Version 1.10
ejmr edited this page Dec 21, 2012
·
18 revisions
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
. - Add heredoc support from Philippe Ivaldi’s fork.
- Add a mode menu.
- Add syntax highlighting for
declare()
syntax liketicks
andencoding
. - (Delayed---Cannot Reproduce) Properly indent breaks for files starting with a shebang.
- Show global variables on Imenu.
-
(Completed) Address compiler warnings over the use of
flet
in the code. - Add the mode to the Marmalade repo.
- Fix bug for aligning method calls.