Review Request 117407: Add a project name validation in the project creation dialog

Sven Brauch svenbrauch at googlemail.com
Sun May 11 15:34:06 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117407/#review57723
-----------------------------------------------------------


Looks good; what changes will be required to KAppTemplate? And I guess some of the templates need to be updated as well?
Thanks!


plugins/appwizard/projectselectionpage.cpp
<https://git.reviewboard.kde.org/r/117407/#comment40180>

    "use more normal characters"? ;)
    I'd either put nothing or provide more useful information (I know the latter is difficult in this case -- maybe have a "Details" link which shows the regex in a tooltip?)


- Sven Brauch


On May 11, 2014, 2:35 p.m., Simon Wächter wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117407/
> -----------------------------------------------------------
> 
> (Updated May 11, 2014, 2:35 p.m.)
> 
> 
> Review request for KDevelop, Aleix Pol Gonzalez and Sven Brauch.
> 
> 
> Repository: kdevplatform
> 
> 
> Description
> -------
> 
> This patch adds a regex validation for the project name in the project creation dialog. The user can break KDevelop with an abnormal project name. The first attempt was to add a general regex, but this would be to static. So the idea and the following implementation is:
> 
> - If the project template file, for example 'cmake_plaincpp.kdevtemplate', provides a 'ValidProjectName' value, this value will be used. This value is a normal regex. For example 'ValidProjectName=^[a-zA-Z][a-zA-Z]+$' is a valid configuration
> - If there is no 'ValidProjectName' value, kdevplatform will use a normal regex, in this case '^[a-zA-Z][a-zA-Z0-9_]+$'. With this fallback mode we can guarantee, that templates without a 'ValidProjectName' also have a validation.
> 
> If this patch gets accepted I will add this configuration to the templates provided by KDevelop. I will also write a (bigger) patch to add these feature in KAppTemplate - if wished.
> 
> 
> Diffs
> -----
> 
>   plugins/appwizard/appwizarddialog.cpp f33b52c 
>   plugins/appwizard/projectselectionpage.h 7aeef58 
>   plugins/appwizard/projectselectionpage.cpp 6270869 
> 
> Diff: https://git.reviewboard.kde.org/r/117407/diff/
> 
> 
> Testing
> -------
> 
> Testing was done under a Debian Testing and a Kubuntu 14.04 x64. The value check and fallback mode are working. More testing from other users is welcomed
> 
> 
> Thanks,
> 
> Simon Wächter
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20140511/e2b9b32e/attachment.html>


More information about the KDevelop-devel mailing list