[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 223271] Templates for KDevelop4 CreateClass Dialogue
From:       Keith Rusler <xzekecomax () gmail ! com>
Date:       2010-01-18 12:39:52
Message-ID: 20100118123952.04E583048A () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=223271





--- Comment #2 from Keith Rusler <xzekecomax gmail com>  2010-01-18 13:39:51 ---
Well like when I have a class that is wrapped around namespaces. e.g.

<KDev made>
namespace Foo {

namespace Bar {

namespace FooBar {

class Something {
};

}

}

}

The way I do my code is

namespace Foo
{
namespace Bar
{
namespace FooBar
{
class Something
{
}; // End of class Something.
} // End of namespace FooBar.
} // End of namespace Bar.
} // End of namespace Foo.

I'd like to already have predefined things too like d pointer in it when I
wanna create a class in a library. Else normally when it's in the main
application.

It'd have an option to automatically to select that. And also have // End of
namespace {name}. etc.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic