Bug 124273 - Umbrello changes case of class names using C++ code generation
Summary: Umbrello changes case of class names using C++ code generation
Status: RESOLVED WORKSFORME
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 03:54 UTC by Karl Pietrzak
Modified: 2009-08-08 22:10 UTC (History)
1 user (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 Karl Pietrzak 2006-03-26 03:54:56 UTC
Version:           1.5.1 (using KDE 3.4.2 Level "b" , SUSE 10.0)
Compiler:          Target: x86_64-suse-linux
OS:                Linux (x86_64) release 2.6.13-15.8-default

WHAT

Umbrello automatically changes case of class names using C++ code generation.  For example, if I create a class called "Prefixes", the resulting files will be named:

- prefixes.h
- prefixes.cpp

I don't see an option about this under Settings->Configure Umbrello UML Modeller.
Comment 1 Karl Pietrzak 2006-03-26 03:55:29 UTC
This is similar to, but not a duplicate of, Bug 116107.
Comment 2 FiNeX 2009-08-08 22:10:00 UTC
On current trunk version the code generator respect the upper/down case.