Padre DOES support the concept of a project internally.

But I felt very strongly that the idea of a Project that you HAVE to
create and maintain as a separate job was silly.

The IDE should just know that code is logically related, and group it
all on it's own.

That said, our distribution bootstrap support is rather version 1 at
the moment, hence the think wrapper around Module::Starter.

I think in future we'll have some support for better project bootstrapping.

Adam K

On 2 September 2010 23:17, Xiao Yafeng <xyf.x...@gmail.com> wrote:
> Peter,
>
>     Thanks for your kindly reply. I realized my fault after several tries.
> But I think you confused IDE and editor. As a editor, typing code smoothly
> by it is the most important. As a IDE,  creating a project/module skeleton
> and browse files in it should be essential functions. I have a look at
> net->Perl Distribution, it seems a front-end of module-starter. a great job
> certainly, though user would fell much more comfortable if they could browse
> all files in module dir.
>
> Sorry for any offense. English is not my mother language.
>
> On Thu, Sep 2, 2010 at 6:21 PM, Peter Lavender <pla...@internode.on.net>
> wrote:
>>
>> Xiao,
>>
>> Padre is a text editor, so for the most part there isn't really a Catalyst
>> like 'framework' to do all the scaffolding that Catalyst does for a Catalyst
>> project.
>>
>> Padre does however off the File->New->Perl Distribution which will use one
>> of the perl distrobution modules to do all the boilerplate work to setup a
>> "distributable" module.
>>
>> For the most part though, you would just open padre and write perl code.
>>
>>
>> You'll know you need to use any of the Perl "helpers" for module creation
>> when the time comes.
>>
>> I'll admit that I've been writing perl scripts for years and never once
>> created a "project" to solve the problem at hand.
>>
>> Peter.
>>
>>
>>
>> Hi all,
>>
>>     I'm new to Padre, Could you tell me how to create a new
>> project/application? Just like catalyst script do.
>>
>> TIA.
>>
>> _______________________________________________
>> Padre-dev mailing list
>> Padre-dev@perlide.org
>> http://mail.perlide.org/mailman/listinfo/padre-dev
>>
>>
>> _______________________________________________
>> Padre-dev mailing list
>> Padre-dev@perlide.org
>> http://mail.perlide.org/mailman/listinfo/padre-dev
>>
>
>
> _______________________________________________
> Padre-dev mailing list
> Padre-dev@perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
>
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to