Bug 84574 - Spaces instead of tabs do not work in PHP code generation
Summary: Spaces instead of tabs do not work in PHP code generation
Status: RESOLVED FIXED
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: 2004-07-06 15:56 UTC by Jussi Ruokomaki
Modified: 2004-07-12 16:43 UTC (History)
0 users

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 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.