Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kdevelop5-plugin-php | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 5.6.1 | Vendor: openSUSE |
Release: bp153.1.44 | Build date: Wed May 19 00:58:49 2021 |
Group: Development/Tools/IDE | Build host: obs-power8-05 |
Size: 9164232 | Source RPM: kdevelop5-plugin-php-5.6.1-bp153.1.44.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.kdevelop.org | |
Summary: PHP plugin for Kdevelop5 Integrated Development Environment |
PHP plugin for Kdevelop Integrated Development Environment This plugin enables support for the following features for developing web applications in PHP using Kdevelop5. * PHP built-in functions, classes, constants, superglobals * user-defined functions, classes, constants, superglobals, variables, etc. * proper code completion for objects which respects access modifiers (private, public, protected) and differentiates between static/non-static members and methods * code completion for overridable and implementable functions inside classes * hints in the argument list of function- and method class * sane code completion after keywords such as extends, implements, catch(), new, throw and some more
GPL-2.0-or-later
* Wed Dec 09 2020 wbauer@tmo.at - Update to 5.6.1 * no code changes * Tue Sep 08 2020 wbauer@tmo.at - Update to 5.6.0 * Update phpfunctions.php to phpdoc revision 350290 * Support PHP 7.1's syntax for catching multiple exceptions * Tue Jun 02 2020 wbauer@tmo.at - Update to 5.5.2 * Check type before accessing it (kde#421509) * Tue May 05 2020 wbauer@tmo.at - Update to 5.5.1 * Fix a crash when showing the documentation popup * Update phpfunctions.php to phpdoc revision 349647 * Mon Feb 03 2020 wbauer@tmo.at - Update to 5.5.0 * Fix uses of function call parameters after closures * Add support for PHP 7.4's typed properties * Support importing functions and constants from other namespaces (kde#408609) * Fix rename of a variable (kde#317879) * Add support for "array of type" * Add support for class constant visibility * I18n: update message to new default * Tue Jan 07 2020 wbauer@tmo.at - Update to 5.4.6 * Update phpfunctions.php to phpdoc revision 348802 * Mon Dec 02 2019 wbauer@tmo.at - Update to 5.4.5 * Update phpfunctions.php to phpdoc revision 34827 * Tue Nov 05 2019 wbauer@tmo.at - Update to 5.4.4 * no code changes * Tue Oct 22 2019 wbauer@tmo.at - Update to 5.4.3 * Fix expressions using array constants (kde#405719) * Don't mark class constants as normal members * Tue Sep 03 2019 wbauer@tmo.at - Update to 5.4.2 * no code changes * Tue Aug 13 2019 Christophe Giboudeaux <christophe@krop.fr> - Update to 5.4.1 * Update phpfunctions.php to phpdoc revision 347831 * Switch few http URLs to https. * Tue Aug 06 2019 wbauer@tmo.at - New upstream release 5.4.0 * Always set maximum file size for internal parse job * Bypass the 5 MB maximum file size limit for the phpfunctions.php internal file * Fix linking with ld.lld * Thu Jul 18 2019 wbauer@tmo.at - New upstream release 5.3.3 * Use KDE_INSTALL_LOGGINGCATEGORIESDIR for kdebugsettings .categories file * Update phpfunctions.php to phpdoc revision 347011 * Parse more function aliases * More special handling for mcrypt constants * Parse more class constants * Parse more constants * Parse constants under para * Parse more constants within tables * Parse url stat constants * Parse php token constants * Parse file upload constants * Parse constants under tables * Parse constants under section and within tables * Parse nl-langinfo constants * Parse constants split over multiple lists within one file * Fix function declarations with varargs * Thu Mar 07 2019 wbauer@tmo.at - New upstream release 5.3.2 * no code changes * Sat Dec 22 2018 wbauer@tmo.at - New upstream release 5.3.1 * Fix handling of array indexes after ClassNameReferences (kde#401278) * Fix syntax support for dynamic member access (kde#400294) - Run spec-cleaner * Wed Nov 14 2018 wbauer@tmo.at - New upstream release 5.3.0 * Much improved support for PHP Namespaces * Added support for Generators and Generator delegation * Updated and expanded the integrated documentation of PHP internals * Added support for PHP 7's context sensitive lexer * Install the parser as a library so it can be used by other projects (currently, umbrello can use it) * Improved type detection of object properties * Added support for the object typehint * Better support for ClassNameReferences (instanceof) * Expression syntax support improvements, particularly around 'print' * Allow optional function parameters before non-optional ones * Added support for magic constants __DIR__ and __TRAIT__ - Add devel subpackage - Remove unnecessary build requirements * Tue Aug 21 2018 wbauer@tmo.at - New upstream release 5.2.4 * Determine correct type for relational and equality expressions (kde#305341) * Fix a bug with rescheduling jobs * Fri May 25 2018 wbauer@tmo.at - New upstream release 5.2.3 (5.2.2 has been skipped) * no code changes - New upstream release 5.2.1 * Fix a crash when showing navigation tooltip in PHP projects in some situations (kde#386969) - New upstream release 5.2.0 * For a list of changes, see: https://www.kdevelop.org/news/kdevelop-520-released * Added support for new language features * Work on the type system * Bug fixes - Mark license file as %license instead of %doc * Tue Aug 29 2017 wbauer@tmo.at - New upstream release 5.1.2 * Fix a possible crash while parsing PHP code (kde#381123) * Sat May 27 2017 wbauer@tmo.at - New upstream release 5.1.1 * Fix duchain unit tests * Thu Mar 23 2017 wbauer@tmo.at - New upstream release 5.1.0 * For a list of changes, see: https://www.kdevelop.org/news/kdevelop-510-released * Sun Mar 05 2017 wbauer@tmo.at - New upstream release 5.0.4 * Update version number to 5.0.4 - Fix a typo in the package description * Fri Dec 02 2016 wbauer@tmo.at - New upstream release 5.0.3 * no code changes * Wed Nov 16 2016 wbauer@tmo.at - New upstream release 5.0.2 * no code changes * Tue Oct 04 2016 lbeltrame@kde.org - Remove translations that are no longer there * Tue Oct 04 2016 lbeltrame@kde.org - Add BuildRequires to QtConcurrent to fix build * Mon Oct 03 2016 lbeltrame@kde.org - New upstream release 5.0.1 * Fix a crash in the PHP plugin when editing text in the line after a "TODO". * Mon Sep 26 2016 lbeltrame@kde.org - Tighten Conflicts even more for -lang file conflicts * Mon Sep 26 2016 lbeltrame@kde.org - Add Conflicts with kdevelop4-plugin-php (main package and docs) * Wed Aug 24 2016 cgiboudeaux@gmx.com - Update to 5.0.0 * Thu Jan 28 2016 tittiatcoke@gmail.com - Initial package for the PHP plugin for Kdevelop based on Frameworks * KDevelop 5 Beta 3
/usr/lib64/libkdevphpcompletion.so /usr/lib64/libkdevphpduchain.so /usr/lib64/libkdevphpparser.so /usr/lib64/qt5/plugins /usr/lib64/qt5/plugins/kdevplatform /usr/lib64/qt5/plugins/kdevplatform/34 /usr/lib64/qt5/plugins/kdevplatform/34/kcm /usr/lib64/qt5/plugins/kdevplatform/34/kcm/kcm_kdevphpdocs.so /usr/lib64/qt5/plugins/kdevplatform/34/kdevphpdocs.so /usr/lib64/qt5/plugins/kdevplatform/34/kdevphplanguagesupport.so /usr/lib64/qt5/plugins/kdevplatform/34/kdevphpunitprovider.so /usr/share/doc/packages/kdevelop5-plugin-php /usr/share/doc/packages/kdevelop5-plugin-php/AUTHORS /usr/share/doc/packages/kdevelop5-plugin-php/HACKING /usr/share/doc/packages/kdevelop5-plugin-php/TODO /usr/share/kdevappwizard /usr/share/kdevappwizard/templates /usr/share/kdevappwizard/templates/simple_phpapp.tar.bz2 /usr/share/kdevphpsupport /usr/share/kdevphpsupport/phpfunctions.php /usr/share/kdevphpsupport/phpunitdeclarations.php /usr/share/kservices5 /usr/share/kservices5/kcm_kdevphpdocs.desktop /usr/share/licenses/kdevelop5-plugin-php /usr/share/licenses/kdevelop5-plugin-php/COPYING /usr/share/metainfo/org.kde.kdev-php.metainfo.xml /usr/share/qlogging-categories5/kdevphpsupport.categories
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:44:15 2024