You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/php
Michele Calgaro 37ad15ad2c
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
app_templates Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
data Revert "Finish renaming tdevelop components" 10 years ago
doc Updated several TDevelop documentation toc file. This relates to bug 1859. 10 years ago
file_templates Revert "Finish renaming tdevelop components" 10 years ago
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Update bug reports url to bugs.trinitydesktop.org 6 years ago
kdevphpsupport.desktop Desktop file translations: 4 years ago
kdevphpsupport.rc Revert "Finish renaming tdevelop components" 10 years ago
phpcodecompletion.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phpcodecompletion.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpconfigdata.cpp Additional k => tde renaming and fixes 11 years ago
phpconfigdata.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpconfigwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phpconfigwidget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpconfigwidgetbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
phperrorview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phperrorview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpfile.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phpfile.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phphtmlview.cpp Revert "Finish renaming tdevelop components" 10 years ago
phphtmlview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpinfodlg.ui Rename old tq methods that no longer need a unique name 13 years ago
phpnewclassdlg.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phpnewclassdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phpnewclassdlgbase.ui Add includes to UI files to resolve FTBFS 6 years ago
phpparser.cpp Revert "Finish renaming tdevelop components" 10 years ago
phpparser.h Revert "Finish renaming tdevelop components" 10 years ago
phpsupport_event.h Additional k => tde renaming and fixes 11 years ago
phpsupportpart.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
phpsupportpart.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
phptemplates Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README.dox

/** \class PHPSupportPart
This is PHP language support plugin.

Support for the <a href="http://www.php.net">PHP Language</a>, you can
develop php script for web or php script for shell.

It's support checking of your script with problems report and also parse
all include files from your script.

\authors <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\authors <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>

\maintainer <a href="mailto:smeier AT kdevelop.org">Sandy Meier</a>
\maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>

\feature PHP language support
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.

\bug bugs in <a href="http://bugs.trinitydesktop.org/buglist.cgi?product=tdevelop&component=php+support&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">php support component at Bugzilla database</a>

\requirement PHP Cli Version or WebServer with php

\todo extended classtools (new class,new function...) based on filetemplates
\todo debugger and profiler support dbg (http://dd.cron.ru/dbg)
\todo html form support (dialogs for generating html code, tables...)
\todo support for phpdoc
\todo documentation viewer for php (maybe plugins for the current docviewer) (tf)
\todo integrated filemanager with ftp client (maybe a konqueror part)
\todo code template factory (contains useful php code snippet like array_display,trace,validator)
\todo new functions list from php 5 documentation

*/