Bug 133551 - CPP Dialog class wizard and support - file creation other than native .cpp ( such as .cc )
Summary: CPP Dialog class wizard and support - file creation other than native .cpp (...
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.3.4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-04 16:43 UTC by Serge Lussier
Modified: 2006-09-04 18:19 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 Serge Lussier 2006-09-04 16:43:18 UTC
Version:           3.3.4 (using KDE KDE 3.5.4)
Installed from:    Debian testing/unstable Packages
Compiler:          gnu c++ 4.1 
OS:                Linux

Setting up the context of the bug/feature malfunction:
//////
Create a new c++ project ( either kde/qt or standalone c++ console.
In project options/c++ Specific - Classwizard option implementation suffix, replace ".cpp" by ".cc" ( or I guess any other than ".cpp" )
//////

**Creating new class:
No template{ Author, GPL text } added in the new .cc initiated file.

**Adding stuff such as Class attributes/methods :
.cc file which is now in the project automake; seems not taken; the wizard
acts as if there is no implementation source file; popups the cpp file creation dialog for creating that .cpp file.

While in the classe's add attribute/method wizards, the .cc implementation file is actually properly filled into the impl.file InputField though.
-but- to make the dialog (or post dialog-code) taking that file, I have to (re-) select the implementation source file again ( through the InputField "[...]" file-browser button).

Forgot if I have filled my env data - thus here it is :
Linux Debian etch B3
KDE 3.5.4
KDevelop 4:3.3.4-1 (unstable  binary.deb )
All currently installed Kate's plugins activated  ( not related )
Comment 1 Andreas Kling 2006-09-04 18:19:52 UTC
See bug 133555