joe | 2 Apr 2008 22:10

New Project Bug - Crashes Eric4

To Reproduce:
Open Fresh Eric4.
Open New Project Dialog.
Triple Click Project Directory: to type in a new path.
Hit a key.  You will receive a Python crash window.
Leaves hanging pythonw.exe task.

Environment:
Windows XP SP2
Python 2.5.1
Qt 4.3.4 (GPL)
PyQt 4.3.3 (GPL)
sip 4.7.4
QScintilla 2.2
Eric4 - 4.1.1 r1972

Other instability:
Able to crash the same way with deleting back through the drive slash
(down to c:).  Seems to be an issue with the path "type ahead" drop down
functionality, when editing the path in place.

Work around:
Using the path dialog for Project Directory by clicking the [...] button
works without issue.

Joe Sacher
Henrik Pauli | 3 Apr 2008 15:00
Picon
Gravatar

Re: Somethng wrong with the list ??

On Monday 31 March 2008 22.18.11 objectref wrote:
> It takes 2 days to even deliver to me my own messages, is there something
> wrong ??
> 

Yeah, it appears that the list server choked on something for almost a week.
objectref | 3 Apr 2008 23:27
Picon
Favicon

RE: New Project Bug - Crashes Eric4

I can confirm this too, both in Xp and Vista.

-----Original Message-----
From: eric-bounces@...
[mailto:eric-bounces@...] On Behalf Of joe@...
Sent: Wednesday, April 02, 2008 11:11 PM
To: eric@...
Subject: [Eric] New Project Bug - Crashes Eric4

To Reproduce:
Open Fresh Eric4.
Open New Project Dialog.
Triple Click Project Directory: to type in a new path.
Hit a key.  You will receive a Python crash window.
Leaves hanging pythonw.exe task.

Environment:
Windows XP SP2
Python 2.5.1
Qt 4.3.4 (GPL)
PyQt 4.3.3 (GPL)
sip 4.7.4
QScintilla 2.2
Eric4 - 4.1.1 r1972

Other instability:
Able to crash the same way with deleting back through the drive slash
(down to c:).  Seems to be an issue with the path "type ahead" drop down
functionality, when editing the path in place.

(Continue reading)

John Femiani | 4 Apr 2008 01:59
Picon
Favicon

Request: Add global attributes to API files

Is it possible to make ericapi  parse the globals in a module?  In particular none of the EVT_XXXX binders or wxEVT_XXX values are being parsed in wxPython, and those are VERRY helpful for intellisense.

 

--- John Femiani

 

_______________________________________________
Eric mailing list
Eric@...
http://www.riverbankcomputing.com/mailman/listinfo/eric
Detlev Offenbach | 5 Apr 2008 13:51
Picon
Favicon

Re: New Project Bug - Crashes Eric4

Hello,

unfortunately I cannot reproduce it over here in Xp. However, the completer 
only displays a list, if the path starts with a drive. This is pure Qt and 
cannot be influenced by eric4. eric just sets up a QCompleter and that's it. 
Maybe I can get a copy of the traceback window (I hope you get a nice stack 
trace).

Regards,
Detlev

On Donnerstag, 3. April 2008, objectref wrote:
> I can confirm this too, both in Xp and Vista.
>
> -----Original Message-----
> From: eric-bounces@...
> [mailto:eric-bounces@...] On Behalf Of joe@...
> Sent: Wednesday, April 02, 2008 11:11 PM
> To: eric@...
> Subject: [Eric] New Project Bug - Crashes Eric4
>
> To Reproduce:
> Open Fresh Eric4.
> Open New Project Dialog.
> Triple Click Project Directory: to type in a new path.
> Hit a key.  You will receive a Python crash window.
> Leaves hanging pythonw.exe task.
>
> Environment:
> Windows XP SP2
> Python 2.5.1
> Qt 4.3.4 (GPL)
> PyQt 4.3.3 (GPL)
> sip 4.7.4
> QScintilla 2.2
> Eric4 - 4.1.1 r1972
>
> Other instability:
> Able to crash the same way with deleting back through the drive slash
> (down to c:).  Seems to be an issue with the path "type ahead" drop down
> functionality, when editing the path in place.
>
> Work around:
> Using the path dialog for Project Directory by clicking the [...] button
> works without issue.
>
> Joe Sacher
>
>
> _______________________________________________
> Eric mailing list
> Eric@...
> http://www.riverbankcomputing.com/mailman/listinfo/eric
>
>
> _______________________________________________
> Eric mailing list
> Eric@...
> http://www.riverbankcomputing.com/mailman/listinfo/eric

--

-- 
Detlev Offenbach
detlev@...
Detlev Offenbach | 5 Apr 2008 14:24
Picon
Favicon

Re: Calltips keyboard shortcut.

On Sonntag, 30. März 2008, objectref wrote:
> Hi,
>
> It is very nice that when we type the "(" on a, let's say PyQt method, we
> get the calltips information but when we move the cursor somewhere else and
> return to this point, how we can display them again?? I have not found and
> keyboard shortcut for this and the only way I found is remove and then
> retype the "("... :(
>

Not having a keyboard shortcut for this function is an omission, that will be 
corrected. I've added it to the 4.2 TODO list.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Detlev Offenbach | 5 Apr 2008 15:14
Picon
Favicon

Re: Syntax Error dialog.

On Sonntag, 30. März 2008, objectref wrote:
> Hi,
>
> Let's say we are working on a project's script at a line of code and we
> make a typo there. We move at next page of the code (or move and working to
> another file of the same project), make some changes and run/debug it.
> Then, a nice dialog pops-up and informs us that "The project contains 1
> file(s) with syntax errors".
> But where that syntax error is ?? Sure I can right-click, execute
> "Check/Syntax..." and double-click on the line for Eric to go there but is
> there a more quick way (automatic or not) to achieve the same thing ?
>

First, all files containg a syntax error are marked with the bug icon next to 
the filename. After having activated the file, you may use the "Goto Syntax 
Error" action, which is located in the "Bookmarks" toolbar.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Detlev Offenbach | 5 Apr 2008 15:15
Picon
Favicon

Re: Request: Add global attributes to API files

On Freitag, 4. April 2008, John Femiani wrote:
> Is it possible to make ericapi  parse the globals in a module?  In
> particular none of the EVT_XXXX binders or wxEVT_XXX values are being
> parsed in wxPython, and those are VERRY helpful for intellisense.
>
>

The eric4 API generator doesn't support this feature yet. However, I'll add it 
to the wishlist for 4.2.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Detlev Offenbach | 5 Apr 2008 16:13
Picon
Favicon

ANN: eric4 4.1.2 released

Hi,

eric4 4.1.2 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.

Regards,
Detlev
--

-- 
Detlev Offenbach
detlev@...
Boris Samorodov | 5 Apr 2008 19:09
Picon
Favicon

Re: ANN: eric4 4.1.2 released

Hello Detlev and All,

On Sat, 5 Apr 2008 16:13:22 +0200 Detlev Offenbach wrote:

> eric4 4.1.2 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.

FYI: FreeBSD ports (the main port and langpacks) are updated.

Thanks!

WBR
--

-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve

Gmane