From kdevelop-bugs Wed Dec 24 11:38:04 2008 From: =?UTF-8?Q?Rafa=C5=82=20Malinowski=20?= Date: Wed, 24 Dec 2008 11:38:04 +0000 To: kdevelop-bugs Subject: [Bug 178661] New: Invalid templates for file names with dashes Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=123011882015136 http://bugs.kde.org/show_bug.cgi?id=178661 Summary: Invalid templates for file names with dashes Product: kdevelop Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: malinowskirafal@wp.pl Version: 3.9.84 (using Devel) OS: Linux Installed from: Compiled sources New class wizard: when creating a class in file with dashes in its name, the generated template will be invalid. 1. open a project 2. invoke "New class" 3. give class any name 4. give file names: invalid-template.h / invalid-template.cpp 5. generated file will contain following lines: #ifndef INVALID-TEMPLATE_H #define INVALID-TEMPLATE_H Expected behaviour: 5. generated file will contain following lines: #ifndef INVALID_TEMPLATE_H #define INVALID_TEMPLATE_H -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs