PATCH: appwizard, pythonhello and projectmanager
Julian Rockey
linux at jrockey.com
Mon Dec 23 16:26:02 UTC 2002
Attached are three small patches I created as a result of investigating the
current python support.
One affects the app wizard, one the pythonhello example and the other the
projectmanager.cpp class in src/
1. appwizarddlg - prevents the app wizard dialog freezing if the
FileTemplates list is incorrectly specified in the config file.
2. pythonhello - the pythonhello example doesn't work for me for several
reasons. Attached patch fixes it.
3. projectmanager - Change src/projectmanager.cpp so that language support is
loaded before the project part. Now I'm not how this affects all the other
parts, but the script project part doesn't work without it. This is because
the first thing the script project part does on project open is use language
support to find out file name template matches to include in the project.
Without this patch, no Python files are picked up by the project. It looks to
me as if parts can depend on language support, but not the other way round.
Am I right?
cheers
Julian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: appwizarddlg-20021223.patch
Type: text/x-diff
Size: 719 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20021223/2153cdfc/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: projectmanager-20021223.patch
Type: text/x-diff
Size: 944 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20021223/2153cdfc/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pythonhello-20021223.patch
Type: text/x-diff
Size: 1427 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20021223/2153cdfc/attachment-0002.bin>
More information about the KDevelop-devel
mailing list