TQWhatsThis::add(addSubdirButton,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to a currently selected subproject. "
TQWhatsThis::add(createScopeButton,i18n("<b>Create scope</b><p>Creates TQMake scope in the project file in case the subproject is selected or creates nested scope in case the scope is selected."));
TQToolTip::add(executeProjectButton,i18n("Execute main program"));
TQWhatsThis::add(executeProjectButton,i18n("<b>Execute main program</b><p>Executes the main program specified in project settings, <b>Run Options</b> tab."));
TQWhatsThis::add(projectconfButton,i18n("<b>Subproject settings</b><p>Opens <b>TQMake Subproject Configuration</b> dialog for the currently selected subproject. "
TQWhatsThis::add(buildFileButton,i18n("<b>Compile file</b><p>Runs <b>make filename.o</b> command from the directory where 'filename' is the name of currently opened file.<br>"
TQWhatsThis::add(rebuildTargetButton,i18n("<b>Rebuild subproject</b><p>Runs <b>make clean</b> and then <b>make</b> from the current subproject directory. "
popup.tqsetWhatsThis(idQmake,i18n("<b>Run qmake</b><p>Runs <b>qmake</b> from the selected subproject directory. This creates or regenerates Makefile."));
popup.setWhatsThis(idQmake,i18n("<b>Run qmake</b><p>Runs <b>qmake</b> from the selected subproject directory. This creates or regenerates Makefile."));
popup.tqsetWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to a currently selected subproject. "
popup.setWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to a currently selected subproject. "
"This action is allowed only if a type of the subproject is 'subdirectories'. The type of the subproject can be "
"defined in <b>Subproject Settings</b> dialog (open it from the subproject context menu)."));
popup.tqsetWhatsThis(idRemoveSubproject,i18n("<b>Remove subproject</b><p>Removes currently selected subproject. Does not delete any file from disk. Deleted subproject can be later added by calling 'Add Subproject' action."));
popup.setWhatsThis(idRemoveSubproject,i18n("<b>Remove subproject</b><p>Removes currently selected subproject. Does not delete any file from disk. Deleted subproject can be later added by calling 'Add Subproject' action."));
popup.tqsetWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to the currently selected scope. "
popup.setWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to the currently selected scope. "
"This action is allowed only if the type of the subproject is 'subdirectories'. The type of the subproject can be "
"defined in the <b>Subproject Settings</b> dialog (open it from the subproject context menu)."));
popup.tqsetWhatsThis(idRemoveSubproject,i18n("<b>Disable subproject</b><p>Disables the currently selected subproject when this scope is active. Does not delete the directory from disk. The deleted subproject can be later added by using the 'Add Subproject' action."));
popup.setWhatsThis(idRemoveSubproject,i18n("<b>Disable subproject</b><p>Disables the currently selected subproject when this scope is active. Does not delete the directory from disk. The deleted subproject can be later added by using the 'Add Subproject' action."));
popup.tqsetWhatsThis(idSetInstObjPath,i18n("<b>Install path</b><p>Allows to choose the installation path for the current install object."));
popup.setWhatsThis(idSetInstObjPath,i18n("<b>Install path</b><p>Allows to choose the installation path for the current install object."));
idInsNewFilepatternItem=popup.insertItem(SmallIconSet("fileopen"),i18n("Add Pattern of Files to Install..."));
popup.tqsetWhatsThis(idInsNewFilepatternItem,i18n("<b>Add pattern of files to install</b><p>Defines the pattern to match files which will be installed. "
popup.setWhatsThis(idInsNewFilepatternItem,i18n("<b>Add pattern of files to install</b><p>Defines the pattern to match files which will be installed. "
"It is possible to use wildcards and relative paths like <i>docs/*</i>."));
popup.tqsetWhatsThis(idRemoveFile,i18n("<b>Remove install object</b><p>Removes the install object the current group."));
popup.setWhatsThis(idRemoveFile,i18n("<b>Remove install object</b><p>Removes the install object the current group."));
}
elseif(titem->groupType==GroupItem::Translations)
{
idInsNewFile=popup.insertItem(SmallIconSet("filenew"),i18n("Create New File..."));
popup.tqsetWhatsThis(idInsNewFile,i18n("<b>Create new file</b><p>Creates a new translation file and adds it to a currently selected TRANSLATIONS group."));
popup.setWhatsThis(idInsNewFile,i18n("<b>Create new file</b><p>Creates a new translation file and adds it to a currently selected TRANSLATIONS group."));
popup.tqsetWhatsThis(idInsExistingFile,i18n("<b>Add existing files</b><p>Adds existing translation (*.ts) files to a currently selected TRANSLATIONS group. It is "
popup.setWhatsThis(idInsExistingFile,i18n("<b>Add existing files</b><p>Adds existing translation (*.ts) files to a currently selected TRANSLATIONS group. It is "
"possible to copy files to a current subproject directory, create symbolic links or "
popup.tqsetWhatsThis(idLUpdate,i18n("<b>Update Translation Files</b><p>Runs <b>lupdate</b> command from the current subproject directory. It collects translatable "
popup.setWhatsThis(idLUpdate,i18n("<b>Update Translation Files</b><p>Runs <b>lupdate</b> command from the current subproject directory. It collects translatable "
"messages and saves them into translation files."));
popup.tqsetWhatsThis(idLRelease,i18n("<b>Release Binary Translations</b><p>Runs <b>lrelease</b> command from the current subproject directory. It creates binary "
popup.setWhatsThis(idLRelease,i18n("<b>Release Binary Translations</b><p>Runs <b>lrelease</b> command from the current subproject directory. It creates binary "
"translation files that are ready to be loaded at program execution."));
}
else// File group containing files
{
idInsNewFile=popup.insertItem(SmallIconSet("filenew"),i18n("Create New File..."));
popup.tqsetWhatsThis(idInsNewFile,i18n("<b>Create new file</b><p>Creates a new file and adds it to a currently selected group."));
popup.setWhatsThis(idInsNewFile,i18n("<b>Create new file</b><p>Creates a new file and adds it to a currently selected group."));
popup.tqsetWhatsThis(idRemoveFile,i18n("<b>Remove file</b><p>Removes file from a current group. For sources, this also removes the subclassing information."));
popup.setWhatsThis(idRemoveFile,i18n("<b>Remove file</b><p>Removes file from a current group. For sources, this also removes the subclassing information."));
@ -16,7 +16,7 @@ and if you want play with the c++ parser go to lib/cppparser/, the best is to st
\feature can do code completion
\feature has presistent class store
\feature code highlight
\feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part.
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=cppsupport&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">cppsupport component at Bugzilla database</a>
intid=popup->insertItem(i18n("Create or Select Implementation..."),this,TQT_SLOT(slotCreateSubclass()));
popup->tqsetWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));
popup->setWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));
@ -272,7 +272,7 @@ PathResolutionResult IncludePathResolver::resolveIncludePath( const TQString& fi
returnret;
}else{
//We have a cached failed result. We should use that for some time but then try again. Return the failed result if: ( there were too many tries within this folder OR this file was already tried ) AND The last tries have not expired yet
\maintainer <a href="mailto:roberto AT tdevelop.org">Roberto Raggi</a> Copyright (C) 2002-2003
\feature Java language support
\feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part.
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=javasupport&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">javasupport component at Bugzilla database</a>
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
@ -14,7 +14,7 @@ all include files from your script.
\maintainer <a href="mailto:n.escuder AT intra-links.com">Escuder Nicolas</a>
\feature PHP language support
\feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part.
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
\bug bugs in <a href="http://bugs.kde.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>
intid=popup->insertItem(i18n("Create or Select Implementation..."),this,TQT_SLOT(slotCreateSubclass()));
popup->tqsetWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));
popup->setWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));
intid=popup->insertItem(i18n("Create or Select Implementation..."),this,TQT_SLOT(slotCreateSubclass()));
popup->tqsetWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));
popup->setWhatsThis(id,i18n("<b>Create or select implementation</b><p>Creates or selects a subclass of selected form for use with integrated KDevDesigner."));