-
Notifications
You must be signed in to change notification settings - Fork 119
Plans for version 1.12
Eric James Michael Ritz edited this page Jul 16, 2013
·
13 revisions
Projected Release Date: 1st of September 2013
Note: This list is subject to change, so not everything listed is guaranteed to be part of the next version.
- Treat
unset()
as a language built-in. - Show constants via Imenu, including both those using
const
anddefine()
. - (Complete) Automatically enable PHP Mode for Amaka scripts.
- Fix indentation with magic constants. There is a related issue and a relevant mailing list post.
- Fix marching indentation with multiple catch blocks.
- Fix multi-line use statements.
- Fix indentation for heredocs and nowdocs.
- Fix Imenu not recognizing static methods.
- Mention in the README that the Marmalade repository has an out-dated version of PHP Mode.
- Add installation instructions to the README. (Wow we've never actually done this... Big oversight on my part---ejmr)
- Thoroughly search for any conflicts between PHP Mode and Web Mode.
- If Web Mode is available and
web-mode-extra-php-constants
exists then include those values inphp-constants
. - Fix
M-q
on comments beginning with the pound sign.