1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ Added examples dir + Added Filter_ListFunction
cdx
More... over 21 years ago
* All filters appends 'PhpBeautify_Filter_' + Added postProcessing method
cdx
More... over 21 years ago
* The file has only the Class definitions. The example code moved to examples dir. * The code is beautified with itself! * All filters appends 'PhpBeautify_Filter_' + Created associations between tokens and $aOut array. So, the filter can replace in postProcess() method the output. - Deleted any reference to flags. Use getNextToken and getPreviousToken, instead
cdx
More... over 21 years ago
* First version on the package.xml, for PEAR installation. In my box, run Ok!
cdx
More... over 21 years ago
+ New test! Includes switch insides switch, pascalian controls structures and the ugly code from the homepage
cdx
More... over 21 years ago
- Fixed problems with pascalian operators (if:)
cdx
More... over 21 years ago
+ Can include dirs for Filter with addFilterDirectory() and include Filters with addFilter(). TODO: Postprocessing for Filters (include of function list, for example) + Created dir 'Filters'. The core filters will be included in this dirs. The new ones, in the user space, added with addFilterDirectory() + New functions to track the tokens: getPreviousToken() and getNextToken() - Fixed inconsistencies between core class and Filter. The use of setFlag is deprecated! * PhpBeautify can beautify itself without errors. Cool!
cdx
More... over 21 years ago
* All the setFlag() and setMode() are inside the main class, not filter, so in the future, the Filters can use the same method for internal function - Resolved problems with whitespaces and comments, including folding marking + Included a little test for the class.
cdx
More... over 21 years ago
Initial revision
cdx
More... over 21 years ago