Re: [Eric] ANN: eric 5.0.0-RC1 released

2010-06-18 Thread detlev
On Mittwoch, 16. Juni 2010, Stjujsckij Nickolaj wrote:
   All right.
 Actually I've already started porting — I've cloned your eric5 hg repo,
 started a branch for my work and made corresponding symlinks in my
 ~/.eric4/ directory.
 Can't say I've made much progress though (because of zero Eric/PyQt4
 experience), but plugin now could be loaded and configured (Preferences
 page). Still I cannot figure out what advantages Eric4 plugin project
 offers (except snapshot packing)

If you run/debug/... your plug-in project, an instance of eric will be started 
as the runtime environment for the plug-in.

 and what to do next — I don't see any
 error or backtrace neither in Log Viewer not in `eric4 --debug`. And
 plugin certainly doesn't work as intended yet (-:E
 
   Hopefully I'll keep making progress (slowly but steadily) and I'd be
 grateful for any advice about debugging plugins. And I hope you could help
 me with other (possibly stupid) questions that would certainly arise (-:E
 
 P.S. [for everyone] I could publish my branch, but right now I don't see
 real need in doing this. Stiil, if you want to help, track progress or
 something, feel free to ask.
 
  I don't have intentions to backport it right now (time constraints).
  It is backporting to Python 2 and to PyQt4 API v1. However, it should be
  fairly straight forward (e.g. porting eric to Python3 and API v2
  actually took me about 3 weeks). If you would like to give it a shot I
  would recommend to do that as a separate plug-in (like the CVS plug-in).
 
 ___
 Eric mailing list
 Eric@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/eric
 


-- 
Detlev Offenbach
det...@die-offenbachs.de
___
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric


Re: [Eric] Escape codes ESC[01;34m in terminal

2010-06-18 Thread detlev
On Donnerstag, 17. Juni 2010, Ben Forbes wrote:
  You could extend the eric4 terminal window to support escape codes.
  Please send the patch back to me.
 
 Where is the terminal window code located in eric4?

QScintilla/Terminal.py

 
 Ben
 
 On Thu, Jun 17, 2010 at 3:40 AM, detlev det...@die-offenbachs.de wrote:
  On Mittwoch, 16. Juni 2010, Ben Forbes wrote:
  Hi,
 
  I've just installed Eric IDE, and the terminal has escape codes (due
  to color prompt):
 
   [01;32mu...@host [00m: [01;34m~ [00m$
 
   How can I either get these to work, or get rid of them, without
  making a system-wide change?
 
  Detlev
  --
  Detlev Offenbach
  det...@die-offenbachs.de
 


-- 
Detlev Offenbach
det...@die-offenbachs.de
___
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric


Re: [Eric] Segmentation Fault on Exit

2010-06-18 Thread detlev
On Donnerstag, 17. Juni 2010, masetto wrote:
 Hi,
 
 this is the first time i try this Python IDE and it looks very nice :)
 I was trying to figure out how to configure autocompletion. Autocompletion
 - from Source works perfectly but, if possible, i'd like to extend it (i
 didn't understood how does work the APIs)...
 
 Well, i've installed eric4:
 
 apt-get install libqt4-dev
 apt-get install python-sip4
 apt-get install python-qscintilla2
 
 and it starts without any problem.
 The problem is the segmentation fault when i close the program.
 Let's say that i write some python code.
 Then, i save the source code and then File - Quit
 
 Here is the debug print:
 
 $ eric4 --debug
 DEBUG:root:Importing Preferences
 Warning: translation file 'qt_en_US'could not be loaded.
 Using default.
 Warning: translation file 'eric4_en_US'could not be loaded.
 Using default.
 Warning: translation file 'qscintilla_en_US'could not be loaded.
 Using default.
 DEBUG:root:Importing packages...
 DEBUG:root:Generating Main Window...
 DEBUG:root:Initializing Plugin Manager...
 DEBUG:root:Generating Main User Interface...
 DEBUG:root:Creating Layout...
 DEBUG:root:Creating Viewmanager...
 DEBUG:root:Creating toolboxes...
 DEBUG:root:Created Layout
 DEBUG:root:Creating Debugger UI...
 DEBUG:root:Creating Programs Dialog...
 DEBUG:root:Creating Shortcuts Dialog...
 DEBUG:root:Setting up connections...
 DEBUG:root:Initializing Tools...
 DEBUG:root:Registering Objects...
 DEBUG:root:Initializing Actions...
 DEBUG:root:Initializing Menus...
 DEBUG:root:Initializing Toolbars...
 DEBUG:root:Initializing Statusbar...
 DEBUG:root:Activating Plugins...
 DEBUG:root:Restoring Toolbarmanager...
 
 #Everything goes fine, the program starts without any problem
 
 #Quit Program
 
 DEBUG:root:Shutting down, result 0
 Segmentation fault   ???
 
 I'm on Ubuntu 10.04 LTS - 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3
 19:31:57 UTC 2010 x86_64 GNU/Linux
 
 Any ideas?

No. Did you try latest version?

Detlev
-- 
Detlev Offenbach
det...@die-offenbachs.de
___
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric