-
Notifications
You must be signed in to change notification settings - Fork 119
Plans for Version 1.11
ejmr edited this page Apr 27, 2013
·
5 revisions
- Improve heredoc support and formatting, using code from pi-php-mode with permission.
- Try to resolve serious bugs caused when using php-mode in conjunction with web-mode.
- Fix marching indentation for multiple catch statements.
- Show constants on Imenu, both
define()
andconst
constants. - Fix Imenu not recognizing static methods.
- Add ERT test cases for all open Github issues.
- Integration with Eldoc Mode.
- Fix
M-q
with comments beginning with the pound character. - Fix the highlighting of magic constants.
-
(Complete) Improve
delete-indentation
.