Bug 282783 - Creating project with names including '+' get mangled
Summary: Creating project with names including '+' get mangled
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 0.9.94
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-26 07:47 UTC by post
Modified: 2015-02-01 17:25 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description post 2011-09-26 07:47:11 UTC
Version:           4.2.2 (using KDE 4.6.5) 
OS:                Linux

Hi,

I try to create a project that includes the character '+': "myproject++". This is supported by CMake and the file system just fine. However, kdevelop changes that to "myproject%2b%2B" and also names the folder on disk like that. Please don't do this! Either accept what you user wants or tell him _why_ it's not possible. A rather silent name mangling is not the way.

Reproducible: Always

Steps to Reproduce:
Just try to create a project with such a name.


Expected Results:  
Keep the '+' character instead of using %2B instead.
Comment 1 zook 2015-02-01 02:39:15 UTC
Project names cannot include the '+' character when created in the project wizard. This displays the error "Invalid project name." Project names with pluses aren't mangled when imported.