Bug 84574

Summary: Spaces instead of tabs do not work in PHP code generation
Product: [Applications] umbrello Reporter: Jussi Ruokomaki <jsruok>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jussi Ruokomaki 2004-07-06 15:56:15 UTC
Version:           1.2.2 (using KDE 3.2.3-1.0.1.kde, Fedora Core release 1 (Yarrow))
Compiler:          gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)
OS:                Linux (i686) release 2.4.22-1.2174.nptl_37.rhfc1.atsmp

Code generator gives the option to replace tabs with a specific number of spaces. For instance .h and .java files generate correctly, but .php files are generated with tabs.
Comment 1 Jussi Ruokomaki 2004-07-06 16:01:22 UTC
With "tabs" I mean indentation, of course. Sorry for the unclear explanation.
Comment 2 Sebastian Stein 2004-07-12 16:43:15 UTC
Actually the settings were ignored at all for most codegenerators. I also added support to use the lineending settings. Nevertheless, because of bug #84739 the lineendings in the header are still broken.