Detlev Offenbach | 1 Mar 2008 14:08
Picon
Favicon

ANN: eric4 4.1.1 released

Hi,

eric4 4.1.1 has been released today. This release fixes a few bugs reported 
since the last release.

As usual it is available via http://www.die-offenbachs.de/eric/index.html.

Please note, that the first stable release of the Rope refactoring plugin was 
released as well.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Johan Cwiklinski | 2 Mar 2008 00:06
Picon
Favicon
Gravatar

Re: ANN: eric4 4.1.1 released

Detlev Offenbach a écrit :
> Hi,
>
> eric4 4.1.1 has been released today. This release fixes a few bugs reported 
> since the last release.
>
> As usual it is available via http://www.die-offenbachs.de/eric/index.html.
>
> Please note, that the first stable release of the Rope refactoring plugin was 
> released as well.
>
> Regards,
> Detlev
>   
Hello,

I'm packaging eric4 for Fedora, and had a small problem with install.py 
from 4.1.1 : using -i option seems to cause trouble in

createGlobalPluginsDir function (-i path is repeated in pdir).

I've attached th patch I used.

Hope that helps,
Regards, 
Johan

(Continue reading)

Detlev Offenbach | 2 Mar 2008 10:18
Picon
Favicon

Re: ANN: eric4 4.1.1 released

Hi,

thanks for your report. I got a similar report by an openSUSE packager and the 
fix will be in the next release/snapshot.

Regards,
Detlev

On Sonntag, 2. März 2008, Johan Cwiklinski wrote:
> Detlev Offenbach a écrit :
> > Hi,
> >
> > eric4 4.1.1 has been released today. This release fixes a few bugs
> > reported since the last release.
> >
> > As usual it is available via
> > http://www.die-offenbachs.de/eric/index.html.
> >
> > Please note, that the first stable release of the Rope refactoring plugin
> > was released as well.
> >
> > Regards,
> > Detlev
>
> Hello,
>
> I'm packaging eric4 for Fedora, and had a small problem with install.py
> from 4.1.1 : using -i option seems to cause trouble in
>
> createGlobalPluginsDir function (-i path is repeated in pdir).
(Continue reading)

Detlev Offenbach | 2 Mar 2008 14:45
Picon
Favicon

Re: ANN: eric4 4.1.1 released

On Sonntag, 2. März 2008, Flavio Coelho wrote:
> Regarding packing issues,
>
> Why doesn't Eric4 have a setup.py compatible with setuptools so that
> we can "easy_install" it?

Would you like to contribute it? I would be more than happy to include it.

Detlev

>
> Flávio
>
> On Sun, Mar 2, 2008 at 6:18 AM, Detlev Offenbach
>
> <detlev@...> wrote:
> > Hi,
> >
> >  thanks for your report. I got a similar report by an openSUSE packager
> > and the fix will be in the next release/snapshot.
> >
> >  Regards,
> >  Detlev
> >
> >  On Sonntag, 2. März 2008, Johan Cwiklinski wrote:
> >  > Detlev Offenbach a écrit :
> >  > > Hi,
> >  > >
> >  > > eric4 4.1.1 has been released today. This release fixes a few bugs
> >  > > reported since the last release.
(Continue reading)

Detlev Offenbach | 2 Mar 2008 17:20
Picon
Favicon

ANN: new eric 4.2 snapshot and new plugins

Hi,

I just released a new snapshot of the eric 4.2 development line. The changes 
deal with the support for project plugins. These plugins add new project 
types to eric4.

In parallel I released project plugins for Django, Turbogears and wxPython 
projects. They basically contain the same functionality as of eric 4.1.1 but 
as a plugin. They will be extended over time to give more complete support 
like an interface to the framework tools.

For downloads please see http://www.die-offenbachs.de/eric/index.html.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Rafał Zawadzki | 3 Mar 2008 17:42

problem with "templates" directortories in my project

Hello. I am using Eric 4.1.1. and I have just import Django directory 
project as django project into Eric.

Unfortunately, Eric doesn't show in project file list at the left side 
"templates" directories from django project which contains html templates.

This is very unexpected behaviour - is this bug or misfeature which can 
be configurable?

Cheers,

bluszcz
Detlev Offenbach | 3 Mar 2008 17:57
Picon
Favicon

Re: problem with "templates" directortories in my project

On Montag, 3. März 2008, Rafał Zawadzki wrote:
> Hello. I am using Eric 4.1.1. and I have just import Django directory
> project as django project into Eric.
>
> Unfortunately, Eric doesn't show in project file list at the left side
> "templates" directories from django project which contains html templates.
>
> This is very unexpected behaviour - is this bug or misfeature which can
> be configurable?
>
> Cheers,
>
> bluszcz
> _______________________________________________
> Eric mailing list
> Eric@...
> http://www.riverbankcomputing.com/mailman/listinfo/eric

Do they show up at the Forms viewer? What output did you get when you imported 
the Django project. Try an Add directory from the Forms viewers context menu 
and select your template directory.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Rafał Zawadzki | 3 Mar 2008 20:13

Re: problem with "templates" directortories in my project

Monday 03 March 2008 17:57:15 napisałeś(-łaś):
> Do they show up at the Forms viewer? What output did you get when you
> imported the Django project. Try an Add directory from the Forms viewers
> context menu and select your template directory.

I found the problem - eric4 shows me only directories contains python files 
(templates contains only *hthml templates).

Is there any option to chage this behaviour?

Cheers,

P.S.

Good work - keep it!

--

-- 
Rafał Zawadzki
System Architect

tel      +48 22 8430101
mobile        +48 600 883 759
skype id      blvszcz
jabber id     bluszcz@...
_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
(Continue reading)

Rafał Zawadzki | 3 Mar 2008 20:25

Re: problem with "templates" directortories in my project

Monday 03 March 2008 17:57:15 Detlev Offenbach napisał(a):
> On Montag, 3. März 2008, Rafał Zawadzki wrote:
> > Hello. I am using Eric 4.1.1. and I have just import Django directory
> > project as django project into Eric.
> >
> > Unfortunately, Eric doesn't show in project file list at the left side
> > "templates" directories from django project which contains html
> > templates.
> >
> > This is very unexpected behaviour - is this bug or misfeature which can
> > be configurable?
> >
> > Cheers,
> >
> > bluszcz
> > _______________________________________________
> > Eric mailing list
> > Eric@...
> > http://www.riverbankcomputing.com/mailman/listinfo/eric
>
> Do they show up at the Forms viewer? What output did you get when you
> imported the Django project. Try an Add directory from the Forms viewers
> context menu and select your template directory.

I've just found "Forms viewer". Yes, they are there. Anyway - project doesn't 
show me other files (.sh) for example - so, it would be nice to show all 
files in project menu...

Regards,

(Continue reading)

Detlev Offenbach | 4 Mar 2008 19:19
Picon
Favicon

Re: problem with "templates" directortories in my project

On Montag, 3. März 2008, Rafał Zawadzki wrote:
> Monday 03 March 2008 17:57:15 Detlev Offenbach napisał(a):
> > On Montag, 3. März 2008, Rafał Zawadzki wrote:
> > > Hello. I am using Eric 4.1.1. and I have just import Django directory
> > > project as django project into Eric.
> > >
> > > Unfortunately, Eric doesn't show in project file list at the left side
> > > "templates" directories from django project which contains html
> > > templates.
> > >
> > > This is very unexpected behaviour - is this bug or misfeature which can
> > > be configurable?
> > >
> > > Cheers,
> > >
> > > bluszcz
> > > _______________________________________________
> > > Eric mailing list
> > > Eric@...
> > > http://www.riverbankcomputing.com/mailman/listinfo/eric
> >
> > Do they show up at the Forms viewer? What output did you get when you
> > imported the Django project. Try an Add directory from the Forms viewers
> > context menu and select your template directory.
>
> I've just found "Forms viewer". Yes, they are there. Anyway - project
> doesn't show me other files (.sh) for example - so, it would be nice to
> show all files in project menu...
>
> Regards,
(Continue reading)


Gmane