Re: [Quanta] Who wants to move Quanta forward?

Niko Sams <[email protected]> Mon, 28 Dec 2009 11:19:57 +0100
Newsgroups gmane.comp.kde.devel.quanta
Message-ID <[email protected]>
Hi,

> What's the strategy for moving Quanta forward? =A0Is the plan to make it =
part of
> KDevelop? ie. A plugin approach? =A0Create a web dev project template? =
=A0or will
> it remain a separate application?
Quanta is a separate application built on kdevplatform, just as
kdevelop. The only
difference is the splashscreen and the default set of plugins.

> Is there a guide for getting a basic development environment set up for q=
uanta
> development? =A0ie. I am used to eclipse development where we install a s=
pecific
> version of eclipse and java and then check out the latest code from svn. =
=A0Are
> there instructions for doing that with kdevelop? =A0In other open source
> projects I have been involved with, that is the first step.
You checkout from svn trunk and build like described here:
http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/compiling
I'd suggest you build and use kdevelop, as quanta is currently not
really tested.
Additionally you want to compile some web plugins (php, xdebug).

> So, what's the strategy, and how does a beginner get started?
Either you pick a plugin (for example html langauge support), or you hack
kdevplatform directly - depending on what you want to implement.
Best would be to pick a topic and ask either here or on irc #kdevelop
for more information.

Niko