Menu

Code Commit Log


Commit Date  
[r80] by ashawley

(php-imenu-generic-expression)
(php-beginning-of-defun-regexp): Fix regular expression that is
failing to match identifiers in function definitions for Imenu and
add-change-log commands.
(php-keywords): Remove "private" since its handled like
"protected" and "public", not as a generic keyword.
(php-font-lock-keywords-1): The use of grouping in the regular
expression for php-constants and php-keywords added on 2008-04-12
requires referencing the group number to highlight, otherwrise the
entire match is highlighted.

2008-10-23 03:41:51 Tree
[r79] by ashawley

(php-imenu-generic-expression)
(php-block-stmt-1-kwds, php-block-stmt-2-kwds)
(php-block-stmt-1-key, php-block-stmt-2-key)
(php-class-decl-kwds, php-class-key): Move some definitions to
earlier in the file to avoid "free variable" warnings on byte
compilation.
(php-tags-key) Change to defvar for byte compilation error with
php-tags.

2008-10-21 21:52:01 Tree
[r78] by ashawley

Add link to php-mode-init.el at Fedora.
Add link to Sacha Chua's blog post on php-mode.

2008-10-21 15:19:41 Tree
[r77] by ashawley

Fix formatting of 2008-04-06 entry in ChangeLog.

2008-10-21 15:11:41 Tree
[r76] by ashawley

(php-imenu-generic-expression): Support abstract, final, static,
public, private and protected keywords in Imenu.

2008-10-20 18:56:34 Tree
[r75] by ashawley

(php-check-html-for-indentation, defun-prompt-regexp)
(php-class-key): Make regular expressions consistent for
whitespace characters by using "\s-".

2008-10-20 18:53:33 Tree
[r74] by ashawley

(php-check-html-for-indentation): Change regular
expression for indentation warning to match only HTML at the
*beginning* of the line.

2008-10-20 18:49:07 Tree
[r73] by ashawley

(php-constants): Add date and time constants of PHP.
Submitted by Dias Badekas.

2008-10-20 18:41:03 Tree
[r72] by ashawley

Move the "Manual" section into the "Latest release" section.

2008-10-20 17:18:08 Tree
[r71] by ashawley

(Indentation): PHP mode's indentation rules are
inherited from C mode, not the PEAR coding standards by default.
Explain when PEAR indentation is on.
(Indentation, Motion, Completion, Embedded HTML): Modify various
concept index entries.
(Completion, Index Menu): Use "its" when describing the value of a
variable.

2008-05-21 21:17:48 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.