[PyKDE] ANN: new eric3 snapshot released

2006-03-25 Thread Detlev Offenbach
Hi,

this is to inform you of a new eric3 3.9.x snapshot. This can be treated as a 
beta release of the upcoming version 3.9.0. As usual it is available via

http://www.die-offenbachs.de/detlev/eric3.html

Please give it a try and report all problems you encounter to the eric3 bugs 
email address.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot with PyQt4 support available

2005-12-22 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3. This includes a few bug fixes 
and most prominently support for PyQt4. It is available via

http://www.die-offenbachs.de/detlev/eric3.html

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot released

2005-12-10 Thread Detlev Offenbach
Hi,

this is to inform you of the release of a new snapshot of eric3 3.9.x. It 
features a few bug fixes and a bunch of improvements of the integrated shell. 
For details please see the ChangeLog file. As usual it is available via the 
eric3 web site.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-28 Thread Detlev Offenbach
Hi Jul,

you got me. I forgot about this one. That file is needed to find all the 
different installation directories of eric3. In order to have access to it in 
a central place, the install script generates it in site-packages.

Any suggestions?

Detlev
 
Am Dienstag, 27. September 2005 20:14 schrieb jul:
> >No, you didn't miss something. I forgot to mention, that eric3 wants to
> >generate/modify the file sitecustomize.py on the very first installation.
> >Therefore this very first installation must be done as root. Therafter,
> > you can install as a normal user to whatever directory you like as long
> > as you have write privileges.
>
> Well, I'm not so sure.
> I made a try but I obtain another permission error :
>
> ===
> $ python install.py -b ~/bin -d ~/site-packages
> 
> Listing eric/icons/default ...
> Listing eric/pixmaps ...
>
> Installing eric3 ...
> An internal error occured.  Please report all the output of the program,
> including the following traceback, to [EMAIL PROTECTED]
>
> Traceback (most recent call last):
>   File "install.py", line 611, in ?
> main(sys.argv)
>   File "install.py", line 588, in main
> installEric()
>   File "install.py", line 250, in installEric
> cleanUp()
>   File "install.py", line 194, in cleanUp
> os.remove(e3cfile)
> OSError: [Errno 13] Permission denied:
> '/usr/lib/python2.3/site-packages/eric3config.py'
> ===
>
> Regards,
> ++
> Jul.

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-27 Thread jul


No, you didn't miss something. I forgot to mention, that eric3 wants to 
generate/modify the file sitecustomize.py on the very first installation. 
Therefore this very first installation must be done as root. Therafter, you 
can install as a normal user to whatever directory you like as long as you 
have write privileges.


 



Well, I'm not so sure.
I made a try but I obtain another permission error :

===
$ python install.py -b ~/bin -d ~/site-packages

Listing eric/icons/default ...
Listing eric/pixmaps ...

Installing eric3 ...
An internal error occured.  Please report all the output of the program,
including the following traceback, to [EMAIL PROTECTED]

Traceback (most recent call last):
 File "install.py", line 611, in ?
   main(sys.argv)
 File "install.py", line 588, in main
   installEric()
 File "install.py", line 250, in installEric
   cleanUp()
 File "install.py", line 194, in cleanUp
   os.remove(e3cfile)
OSError: [Errno 13] Permission denied: 
'/usr/lib/python2.3/site-packages/eric3config.py'

===

Regards,
++
Jul.


___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-27 Thread Detlev Offenbach
Am Dienstag, 27. September 2005 10:21 schrieb Cedric BRINER:
> sorry for the previous email..
> I was in a rush..
>
> ok. I have a debian sarge. And eric3 was already installed with the
> packaging system (apt-get) I'm trying to install the eric3 software in my
> home directory space.
>
> so after removing the eric3 packages and adding the python-qtex as the root
> user. the command as my normal login gives me:
> python install.py -b ~/bin -d ~/lib/python2.3/site-packages
> ---%<---
> Listing eric/icons/default ...
> Listing eric/pixmaps ...
>
> Installing eric3 ...
> An internal error occured.  Please report all the output of the
> program, including the following traceback, to [EMAIL PROTECTED]
>
> Traceback (most recent call last):
>   File "install.py", line 611, in ?
> main(sys.argv)
>   File "install.py", line 588, in main
> installEric()
>   File "install.py", line 262, in installEric
> shutil.copy('sitecustomize.py', pyModDir)
>   File "/usr/lib/python2.3/shutil.py", line 72, in copy
> copyfile(src, dst)
>   File "/usr/lib/python2.3/shutil.py", line 39, in copyfile
> fdst = open(dst, 'wb')
> IOError: [Errno 13] Permission denied:
> '/usr/lib/python2.3/site-packages/sitecustomize.py' Exit 1
> --%<--
> and ls -l /usr/lib/python2.3/site-packages/sitecustomize.py
> ls: /usr/lib/python2.3/site-packages/sitecustomize.py: No such file or
> directory
>
> so did I miss a parameter to provide to the install script to tell it that
> I want to have this installation on my home directory ?
>

No, you didn't miss something. I forgot to mention, that eric3 wants to 
generate/modify the file sitecustomize.py on the very first installation. 
Therefore this very first installation must be done as root. Therafter, you 
can install as a normal user to whatever directory you like as long as you 
have write privileges.

>
> Ced.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-27 Thread Cedric BRINER
sorry for the previous email..
I was in a rush..

ok. I have a debian sarge. And eric3 was already installed with the packaging 
system (apt-get)
I'm trying to install the eric3 software in my home directory space.

so after removing the eric3 packages and adding the python-qtex as the root 
user.
the command as my normal login gives me:
python install.py -b ~/bin -d ~/lib/python2.3/site-packages
---%<---
Listing eric/icons/default ...
Listing eric/pixmaps ...

Installing eric3 ...
An internal error occured.  Please report all the output of the program,
including the following traceback, to [EMAIL PROTECTED]

Traceback (most recent call last):
  File "install.py", line 611, in ?
main(sys.argv)
  File "install.py", line 588, in main
installEric()
  File "install.py", line 262, in installEric
shutil.copy('sitecustomize.py', pyModDir)
  File "/usr/lib/python2.3/shutil.py", line 72, in copy
copyfile(src, dst)
  File "/usr/lib/python2.3/shutil.py", line 39, in copyfile
fdst = open(dst, 'wb')
IOError: [Errno 13] Permission denied: 
'/usr/lib/python2.3/site-packages/sitecustomize.py'
Exit 1
--%<--
and ls -l /usr/lib/python2.3/site-packages/sitecustomize.py
ls: /usr/lib/python2.3/site-packages/sitecustomize.py: No such file or directory

so did I miss a parameter to provide to the install script to tell it that I 
want to have this installation on my home directory ?


Ced.

-- 

Cedric BRINER
Geneva - Switzerland

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot released

2005-09-27 Thread Cedric BRINER
wget 
http://www.die-offenbachs.de/detlev/snapshots/eric-i18n-fr-snapshot-20050925.tar.gz
tar -xzf eric-snapshot-20050925.tar.gz
cd eric-snapshot-20050925/
python2.3 install.py -b ~/bin -d ~/lib/python2.3/site-packages
--%<---
   Listing eric/icons/default ...
   Listing eric/pixmaps ...
   
   Installing eric3 ...
   An internal error occured.  Please report all the output of the program,
   including the following traceback, to [EMAIL PROTECTED]
   
   Traceback (most recent call last):
 File "install.py", line 611, in ?
   main(sys.argv)
 File "install.py", line 588, in main
   installEric()
 File "install.py", line 250, in installEric
   cleanUp()
 File "install.py", line 194, in cleanUp
   os.remove(e3cfile)
   OSError: [Errno 13] Permission denied: 
'/usr/lib/python2.3/site-packages/eric3config.py'
   Exit 1
--%<---

> this is to inform you of the release of a new eric3 snapshot. It will be the 
> last snapshot before doing the -rc releases of the 3.8 development. This 
> snapshot features some more enhancements to the quicksearch facility and 
> support for PyLint.
> 
> It is available via http://www.die-offenbachs.de/detlev/eric3.html in the 
> snapshots area.
> 
> Please give it a try and send all bug reports to the eric3 bug email.

Ced.
P.-S. is this new snapshot will support python2.4 new syntax
like:
   @staticmethod
   def aStaticMethod():
pass

-- 

Cedric BRINER
Geneva - Switzerland

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot released

2005-09-25 Thread Detlev Offenbach
Hi,

this is to inform you of the release of a new eric3 snapshot. It will be the 
last snapshot before doing the -rc releases of the 3.8 development. This 
snapshot features some more enhancements to the quicksearch facility and 
support for PyLint.

It is available via http://www.die-offenbachs.de/detlev/eric3.html in the 
snapshots area.

Please give it a try and send all bug reports to the eric3 bug email.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot

2005-05-14 Thread Detlev Offenbach
Hi,

this is to inform you of a new snapshot of eric3. It includes bug fixes and 
the following new features.

- support for tasks and a task viewer
- support for variables of type 'classobj'
- a configuration option to prevent the debug client from redirecting stdin,  
  stdout and stderr to the IDE
- a configuration option to start the debug client in a console window 
  (e.g. with xterm)

This is one of the last snapshots of the 3.7 development (you could call this 
an alpha version). So please give it a try and report all bugs.

It is available via http://www.die-offenbachs.de/detlev/eric3.html.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2005-04-30 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3. Next to some bug fixes it 
features

- enhanced win32 compatibility (thanks to Eric van Riet Paap)
- debugger support for for classes derived from dict, list or tuple
- a context menu for directories in the project browsers
- some eye-candy for the configuration dialog /thanks to Shane Richards)
- some improvements for the various diagrams

It is available via http://www.die-offenbachs.de/detlev/eric3.html

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2005-04-10 Thread Detlev Offenbach
Hi,

this is to let all of you know about a new eric3 snapshot. It features these 
enhancements.

- the capability to add a directory as a toplevel directory to the
  file browser
- the configurable option to close the VCS dialog automatically, if 
  no errors occured
- the capability to perform a commit and a refresh to the subversion
   status dialog
- the capability to keep translation files in their own directory
- the capability to autosave upon a commit action
- the capability to drop into debug mode from run mode
  (include a call to sys.breakpoint() to break at the next line and
   switch to debug mode)
- a menu entry to reload the API information (Settings menu)

It is available via http://www.die-offenbachs.de/detlev/eric3.html

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2005-03-26 Thread Detlev Offenbach
Hi,

I just uploaded a new snapshot of eric3. It includes a few bug fixes, some 
enhancements to the Ruby class browser and a new CORBA IDL class browser.

As usual it is available via the eric3 site.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2005-03-11 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I got version 3.6.2 to install. I'm not sure where the problem was, but
it's working now. Thanks for your help.
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[EMAIL PROTECTED]
Detlev Offenbach wrote:
| Am Donnerstag, 10. März 2005 19:10 schrieb Kevin Walzer:
|
|>No error messages during installation. Everything seems to install
|>smoothly and in fact, the files are in the correct directory--it just
|>seems like eric can't see them. Should I provide any other
|>output/files/doc?
|
|
| The only possible explanation right now is, that somehow the statement
of line
| 15 of Refactoring.py didn't get executed or sys.path get overwritten
somehow
| after that statement. Over here (with Linux) it works ok. Could this be a
| MacOS quirk?
|
| Detlev
|
|
|>Cheers,
|>
|>Kevin Walzer, PhD
|>WordTech Software--Open Source Applications and Packages for OS X
|>http://www.wordtech-software.com
|>http://www.smallbizmac.com
|>http://www.kevin-walzer.com
|>mailto:[EMAIL PROTECTED]
|>
|>Detlev Offenbach wrote:
|>| Hi,
|>|
|>| did you get any error messages during the installation? It looks as
if it
|>| didn't install all files of the eric3 distribution.
|>|
|>| Detlev
|>|
|>| Am Donnerstag, 10. März 2005 03:59 schrieb Kevin Walzer:
|>|>Running the new snapshot against a new build of PyQt (the latest
|>|>packages that Phil released this week plus Qt 3.3.4), I get this
|>|>crash/traceback:
|>|>
|>|>Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3
|>|>Traceback (most recent call last):
|>|>~  File
|>|>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/s
|>|>it e-packages/eric3/eric3.py", line 123, in ?
|>|>~main()
|>|>~  File
|>|>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/s
|>|>it e-packages/eric3/eric3.py", line 106, in main
|>|>~from UI.UserInterface import UserInterface
|>|>~  File
|>|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/UserInterface.py",
|>|>line 28, in ?
|>|>~from EmailDialog import EmailDialog
|>|>~  File
|>|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/EmailDialog.py",
|>|>line 34, in ?
|>|>~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
|>|>~  File
|>|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/Refactoring
|>|>.p y", line 17, in ?
|>|>~import ThirdParty.brm.bike as bike
|>|>~  File
|>|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/__i
|>|>ni t__.py", line 10, in ?
|>|>~from bikefacade import init, NotAPythonModuleOrPackageException,
|>|>CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
|>|>~  File
|>|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/bik
|>|>ef acade.py", line 5, in ?
|>|>~from bike.parsing.pathutils import getRootDirectory
|>|>ImportError: No module named bike.parsing.pathutils
|>|>
|>|>Any advice?
|>|>Cheers,
|>|>
|>|>Kevin Walzer, PhD
|>|>WordTech Software--Open Source Applications and Packages for OS X
|>|>http://www.wordtech-software.com
|>|>http://www.smallbizmac.com
|>|>http://www.kevin-walzer.com
|>|>mailto:[EMAIL PROTECTED]
|>|>
|>|>Detlev Offenbach wrote:
|>|>| Hi,
|>|>|
|>|>| I have just uploaded a new snapshot of eric3. This one features the
|>|>
|>|>following
|>|>
|>|>| enhancements next to some bug fixes.
|>|>|
|>|>| - a Ruby debugger
|>|>| - lexer support for Lua
|>|>| - improved variables display to better cope with programs containing
|>|>
|>|>large
|>|>
|>|>| arrays or dictionaries
|>|>|
|>|>| Please test especially the variables display to make sure that I
|>|>| haven't broken it completely.
|>|>|
|>|>| Detlev
|>|>
|>|>___
|>|>PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
|>|>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCMg0+JmdQs+6YVcoRAu99AJ9919L4r5TUVt2QD9GPcwFmg+92xgCgiy8f
cxAoMm+un19jbGq2MW3P9UU=
=5v/W
-END PGP SIGNATURE-
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2005-03-10 Thread Detlev Offenbach
Am Donnerstag, 10. März 2005 19:10 schrieb Kevin Walzer:
> No error messages during installation. Everything seems to install
> smoothly and in fact, the files are in the correct directory--it just
> seems like eric can't see them. Should I provide any other
> output/files/doc?

The only possible explanation right now is, that somehow the statement of line 
15 of Refactoring.py didn't get executed or sys.path get overwritten somehow 
after that statement. Over here (with Linux) it works ok. Could this be a 
MacOS quirk?

Detlev

>
> Cheers,
>
> Kevin Walzer, PhD
> WordTech Software--Open Source Applications and Packages for OS X
> http://www.wordtech-software.com
> http://www.smallbizmac.com
> http://www.kevin-walzer.com
> mailto:[EMAIL PROTECTED]
>
> Detlev Offenbach wrote:
> | Hi,
> |
> | did you get any error messages during the installation? It looks as if it
> | didn't install all files of the eric3 distribution.
> |
> | Detlev
> |
> | Am Donnerstag, 10. März 2005 03:59 schrieb Kevin Walzer:
> |>Running the new snapshot against a new build of PyQt (the latest
> |>packages that Phil released this week plus Qt 3.3.4), I get this
> |>crash/traceback:
> |>
> |>Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3
> |>Traceback (most recent call last):
> |>~  File
> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/s
> |>it e-packages/eric3/eric3.py", line 123, in ?
> |>~main()
> |>~  File
> |>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/s
> |>it e-packages/eric3/eric3.py", line 106, in main
> |>~from UI.UserInterface import UserInterface
> |>~  File
> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/UserInterface.py",
> |>line 28, in ?
> |>~from EmailDialog import EmailDialog
> |>~  File
> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/EmailDialog.py",
> |>line 34, in ?
> |>~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
> |>~  File
> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/Refactoring
> |>.p y", line 17, in ?
> |>~import ThirdParty.brm.bike as bike
> |>~  File
> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/__i
> |>ni t__.py", line 10, in ?
> |>~from bikefacade import init, NotAPythonModuleOrPackageException,
> |>CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
> |>~  File
> |>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/bik
> |>ef acade.py", line 5, in ?
> |>~from bike.parsing.pathutils import getRootDirectory
> |>ImportError: No module named bike.parsing.pathutils
> |>
> |>Any advice?
> |>Cheers,
> |>
> |>Kevin Walzer, PhD
> |>WordTech Software--Open Source Applications and Packages for OS X
> |>http://www.wordtech-software.com
> |>http://www.smallbizmac.com
> |>http://www.kevin-walzer.com
> |>mailto:[EMAIL PROTECTED]
> |>
> |>Detlev Offenbach wrote:
> |>| Hi,
> |>|
> |>| I have just uploaded a new snapshot of eric3. This one features the
> |>
> |>following
> |>
> |>| enhancements next to some bug fixes.
> |>|
> |>| - a Ruby debugger
> |>| - lexer support for Lua
> |>| - improved variables display to better cope with programs containing
> |>
> |>large
> |>
> |>| arrays or dictionaries
> |>|
> |>| Please test especially the variables display to make sure that I
> |>| haven't broken it completely.
> |>|
> |>| Detlev
> |>
> |>___
> |>PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
> |>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2005-03-10 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
No error messages during installation. Everything seems to install
smoothly and in fact, the files are in the correct directory--it just
seems like eric can't see them. Should I provide any other output/files/doc?
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[EMAIL PROTECTED]
Detlev Offenbach wrote:
| Hi,
|
| did you get any error messages during the installation? It looks as if it
| didn't install all files of the eric3 distribution.
|
| Detlev
|
| Am Donnerstag, 10. März 2005 03:59 schrieb Kevin Walzer:
|
|>Running the new snapshot against a new build of PyQt (the latest
|>packages that Phil released this week plus Qt 3.3.4), I get this
|>crash/traceback:
|>
|>Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3
|>Traceback (most recent call last):
|>~  File
|>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
|>e-packages/eric3/eric3.py", line 123, in ?
|>~main()
|>~  File
|>"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
|>e-packages/eric3/eric3.py", line 106, in main
|>~from UI.UserInterface import UserInterface
|>~  File
|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/UserInterface.py",
|>line 28, in ?
|>~from EmailDialog import EmailDialog
|>~  File
|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/EmailDialog.py",
|>line 34, in ?
|>~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
|>~  File
|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/Refactoring.p
|>y", line 17, in ?
|>~import ThirdParty.brm.bike as bike
|>~  File
|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/__ini
|>t__.py", line 10, in ?
|>~from bikefacade import init, NotAPythonModuleOrPackageException,
|>CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
|>~  File
|>"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/bikef
|>acade.py", line 5, in ?
|>~from bike.parsing.pathutils import getRootDirectory
|>ImportError: No module named bike.parsing.pathutils
|>
|>Any advice?
|>Cheers,
|>
|>Kevin Walzer, PhD
|>WordTech Software--Open Source Applications and Packages for OS X
|>http://www.wordtech-software.com
|>http://www.smallbizmac.com
|>http://www.kevin-walzer.com
|>mailto:[EMAIL PROTECTED]
|>
|>Detlev Offenbach wrote:
|>| Hi,
|>|
|>| I have just uploaded a new snapshot of eric3. This one features the
|>
|>following
|>
|>| enhancements next to some bug fixes.
|>|
|>| - a Ruby debugger
|>| - lexer support for Lua
|>| - improved variables display to better cope with programs containing
|>
|>large
|>
|>| arrays or dictionaries
|>|
|>| Please test especially the variables display to make sure that I haven't
|>| broken it completely.
|>|
|>| Detlev
|>
|>___
|>PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
|>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
|
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCMI2iJmdQs+6YVcoRAvVpAJ95QOje623d63x8dSJjt/+ZtNz6RQCfQwzQ
4KOoVhvqH0CgHTWukt5gsVA=
=Dkqq
-END PGP SIGNATURE-
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2005-03-10 Thread Detlev Offenbach
Hi,

did you get any error messages during the installation? It looks as if it 
didn't install all files of the eric3 distribution.

Detlev

Am Donnerstag, 10. März 2005 03:59 schrieb Kevin Walzer:
> Running the new snapshot against a new build of PyQt (the latest
> packages that Phil released this week plus Qt 3.3.4), I get this
> crash/traceback:
>
> Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3
> Traceback (most recent call last):
> ~  File
> "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
>e-packages/eric3/eric3.py", line 123, in ?
> ~main()
> ~  File
> "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/sit
>e-packages/eric3/eric3.py", line 106, in main
> ~from UI.UserInterface import UserInterface
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/UserInterface.py",
> line 28, in ?
> ~from EmailDialog import EmailDialog
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/EmailDialog.py",
> line 34, in ?
> ~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/Refactoring.p
>y", line 17, in ?
> ~import ThirdParty.brm.bike as bike
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/__ini
>t__.py", line 10, in ?
> ~from bikefacade import init, NotAPythonModuleOrPackageException,
> CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/bikef
>acade.py", line 5, in ?
> ~from bike.parsing.pathutils import getRootDirectory
> ImportError: No module named bike.parsing.pathutils
>
> Any advice?
> Cheers,
>
> Kevin Walzer, PhD
> WordTech Software--Open Source Applications and Packages for OS X
> http://www.wordtech-software.com
> http://www.smallbizmac.com
> http://www.kevin-walzer.com
> mailto:[EMAIL PROTECTED]
>
> Detlev Offenbach wrote:
> | Hi,
> |
> | I have just uploaded a new snapshot of eric3. This one features the
>
> following
>
> | enhancements next to some bug fixes.
> |
> | - a Ruby debugger
> | - lexer support for Lua
> | - improved variables display to better cope with programs containing
>
> large
>
> | arrays or dictionaries
> |
> | Please test especially the variables display to make sure that I haven't
> | broken it completely.
> |
> | Detlev
>
> ___
> PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2005-03-09 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Running the new snapshot against a new build of PyQt (the latest
packages that Phil released this week plus Qt 3.3.4), I get this
crash/traceback:
Kevin-Walzers-Computer:~/Desktop/eric-snapshot-20050309 kevin$ eric3
Traceback (most recent call last):
~  File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/eric3/eric3.py",
line 123, in ?
~main()
~  File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/eric3/eric3.py",
line 106, in main
~from UI.UserInterface import UserInterface
~  File
"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/UserInterface.py",
line 28, in ?
~from EmailDialog import EmailDialog
~  File
"/Users/kevin/Desktop/eric-snapshot-20050309/eric/UI/EmailDialog.py",
line 34, in ?
~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
~  File
"/Users/kevin/Desktop/eric-snapshot-20050309/eric/Refactoring/Refactoring.py",
line 17, in ?
~import ThirdParty.brm.bike as bike
~  File
"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/__init__.py",
line 10, in ?
~from bikefacade import init, NotAPythonModuleOrPackageException,
CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
~  File
"/Users/kevin/Desktop/eric-snapshot-20050309/eric/ThirdParty/brm/bike/bikefacade.py",
line 5, in ?
~from bike.parsing.pathutils import getRootDirectory
ImportError: No module named bike.parsing.pathutils
Any advice?
Cheers,
Kevin Walzer, PhD
WordTech Software--Open Source Applications and Packages for OS X
http://www.wordtech-software.com
http://www.smallbizmac.com
http://www.kevin-walzer.com
mailto:[EMAIL PROTECTED]
Detlev Offenbach wrote:
| Hi,
|
| I have just uploaded a new snapshot of eric3. This one features the
following
| enhancements next to some bug fixes.
|
| - a Ruby debugger
| - lexer support for Lua
| - improved variables display to better cope with programs containing
large
| arrays or dictionaries
|
| Please test especially the variables display to make sure that I haven't
| broken it completely.
|
| Detlev
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCL7f2JmdQs+6YVcoRAg6eAJ0ZSCjdHcB4TpUWHVmvggLpWQry3ACfS6V9
UmvauR2DRwOtmpH3uh9V/U4=
=6h8l
-END PGP SIGNATURE-
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2005-03-09 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3. This one features the following 
enhancements next to some bug fixes.

- a Ruby debugger
- lexer support for Lua
- improved variables display to better cope with programs containing large 
arrays or dictionaries

Please test especially the variables display to make sure that I haven't 
broken it completely.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2005-02-27 Thread Detlev Offenbach
Hi,

I just uploaded a new snapshot of eric3. It includes a few bug fixes and this 
new functionality.

- added watchpoints to the debugger and a frontend to the IDE
- added a context menu to the editor tabs
- continued with the Ruby debug client
- added UI type to the projects properties and support for compiling
  KDE UI files (= included kdepyuic functionality).

It is available at the usual place.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot released

2005-01-31 Thread Detlev Offenbach
Hi,

I have just uploaded the first snapshot of the eric3 3.7 development. It 
includes some bug fixes and these new functionality.

- support for Ruby files
- support for typed projects (type = progr. language)
- the beginning of a Ruby debug client (need some help here)
- the capability to set the environment of the debugger
- an extended diff for the subversion vcs with the capability to select the 
revisions to be compared

It can be found via the eric3 site.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-12-23 Thread Detlev Offenbach
Hi,

this is to let you know about a new snapshot. It features some bug fixes and 
the following new functionality.

- a previewer for UI files
- a previewer for translation (*.qm) files
- a new and extended coverage analysis module (thanks to Henk Spaay)
- extended bug reporting dialog to work with mail servers requiring a login
- the capability to set environment variables for the program to be debugged

Please give it a try and report back. It is available via 
http://www.die-offenbachs.de/detlev/snapshots

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Detlev Offenbach
Am Montag, 6. Dezember 2004 20:12 schrieb Kevin Walzer:
> Hi Detlev,
>
> Runnig the new snapshot on Mac OS X I get the following:
>
> ~ File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line
> 123, in ?
> ~main()
> ~  File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line
> 106, in main
> ~from UI.UserInterface import UserInterface
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20041205/eric/UI/UserInterface.py",
> line 27, in ?
> ~from EmailDialog import EmailDialog
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20041205/eric/UI/EmailDialog.py",
> line 34, in ?
> ~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20041205/eric/Refactoring/Refactoring.p
>y", line 17, in ?
> ~import ThirdParty.brm.bike as bike
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20041205/eric/ThirdParty/brm/bike/__ini
>t__.py", line 10, in ?
> ~from bikefacade import init, NotAPythonModuleOrPackageException,
> CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
> ~  File
> "/Users/kevin/Desktop/eric-snapshot-20041205/eric/ThirdParty/brm/bike/bikef
>acade.py", line 5, in ?
> ~from bike.parsing.pathutils import getRootDirectory
> ImportError: No module named bike.parsing.pathutils
>
>
> I'm working with the current version of sip/pyqt/qscintilla, but not the
> latest snapshot. Perhaps that's the problem?

That has nothing to do with qscintilla. It looks as if the path to the brm 
module is not set correctly. Can you please send me your eric3config.py file? 
You will find it in the site-packages directory.

>
> I wish I could get Eric 3.5x working on the Mac. I've tried rebuilding
> everything and still get a lot of crashes when saving files (though
> nothing like above). Others have reported successfully using Erci 3.5,
> but I can't seem to get it working. :-(
>
> Any other Mac users on the list have any insights?
>
> Kevin
>
> Detlev Offenbach wrote:
> | Hi,
> |
> | this is to let you know about a new snapshot release. This one includes a
> | surprise for all people who use the right operating system. Go get it and
> | see, if you find the surprise.
> |
> | As usual it is available via
>
> http://www.die-offenbachs.de/detlev/eric3.html in
>
> | the snapshots section.
> |
> | Regards,
> | Detlev

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Detlev,
Runnig the new snapshot on Mac OS X I get the following:
~ File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line
123, in ?
~main()
~  File "/Users/kevin/Desktop/eric-snapshot-20041205/eric/eric3.py", line
106, in main
~from UI.UserInterface import UserInterface
~  File
"/Users/kevin/Desktop/eric-snapshot-20041205/eric/UI/UserInterface.py",
line 27, in ?
~from EmailDialog import EmailDialog
~  File
"/Users/kevin/Desktop/eric-snapshot-20041205/eric/UI/EmailDialog.py",
line 34, in ?
~from Refactoring.Refactoring import Refactoring, BRM_VERSION_STR
~  File
"/Users/kevin/Desktop/eric-snapshot-20041205/eric/Refactoring/Refactoring.py",
line 17, in ?
~import ThirdParty.brm.bike as bike
~  File
"/Users/kevin/Desktop/eric-snapshot-20041205/eric/ThirdParty/brm/bike/__init__.py",
line 10, in ?
~from bikefacade import init, NotAPythonModuleOrPackageException,
CouldntLocateASTNodeFromCoordinatesException, UndoStackEmptyException
~  File
"/Users/kevin/Desktop/eric-snapshot-20041205/eric/ThirdParty/brm/bike/bikefacade.py",
line 5, in ?
~from bike.parsing.pathutils import getRootDirectory
ImportError: No module named bike.parsing.pathutils
I'm working with the current version of sip/pyqt/qscintilla, but not the
latest snapshot. Perhaps that's the problem?
I wish I could get Eric 3.5x working on the Mac. I've tried rebuilding
everything and still get a lot of crashes when saving files (though
nothing like above). Others have reported successfully using Erci 3.5,
but I can't seem to get it working. :-(
Any other Mac users on the list have any insights?
Kevin
Detlev Offenbach wrote:
| Hi,
|
| this is to let you know about a new snapshot release. This one includes a
| surprise for all people who use the right operating system. Go get it and
| see, if you find the surprise.
|
| As usual it is available via
http://www.die-offenbachs.de/detlev/eric3.html in
| the snapshots section.
|
| Regards,
| Detlev
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBtK8WJmdQs+6YVcoRAjlXAKCJ+cQSV2PdKtHl/J0bs93C//xmzwCeKXUZ
Hhj/2JYGqc6EOUJ92fyPPKo=
=ZXXi
-END PGP SIGNATURE-
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Detlev Offenbach
Am Samstag, 27. November 2004 19:17 schrieb Parzival:
> On November 27, 2004 09:40, Detlev Offenbach wrote:
> > I have just uploaded a new eric3 snapshot. It fixes a few bugs and has
> > these new features.
>
> Has the problem reported earlier, where the module browser views will not
> include functions that have formal parameters which contain parentheses
> been fixed? E.g. will a definitions such as
>
> def search_path(name, dirs, predicate=lambda path: os.access(path,
> os.R_OK)): pass
>
> or even
>
> def timestring(dtm, format="%(sign)s%(hour)02d:%(minute)02d:%(second)02d",
> plussign=" ", minussign="-", trimback=0):
>   pass
>
> appear in the module browser displays? Currently, eric 3.5.0 will not
> display such definitions, which is quite aggravating, as a few defintions
> are left out of a module display because of default arguments, and this is
> not obvious.

It has been fixed in 3.5.1 and in the snapshots since a couple of weeks.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Parzival
On November 27, 2004 09:40, Detlev Offenbach wrote:
> I have just uploaded a new eric3 snapshot. It fixes a few bugs and has
> these new features.

Has the problem reported earlier, where the module browser views will not
include functions that have formal parameters which contain parentheses
been fixed? E.g. will a definitions such as

def search_path(name, dirs, predicate=lambda path: os.access(path, os.R_OK)):
pass

or even

def timestring(dtm, format="%(sign)s%(hour)02d:%(minute)02d:%(second)02d", 
plussign=" ", minussign="-", trimback=0):
pass

appear in the module browser displays? Currently, eric 3.5.0 will not display
such definitions, which is quite aggravating, as a few defintions are left out 
of a module display because of default arguments, and this is not obvious.


-- 
-- Parzival

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-12-06 Thread Detlev Offenbach
Hi,

this is to let you know about a new snapshot release. This one includes a 
surprise for all people who use the right operating system. Go get it and 
see, if you find the surprise.

As usual it is available via http://www.die-offenbachs.de/detlev/eric3.html in 
the snapshots section.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-11-27 Thread Detlev Offenbach
Am Samstag, 27. November 2004 19:17 schrieb Parzival:
> On November 27, 2004 09:40, Detlev Offenbach wrote:
> > I have just uploaded a new eric3 snapshot. It fixes a few bugs and has
> > these new features.
>
> Has the problem reported earlier, where the module browser views will not
> include functions that have formal parameters which contain parentheses
> been fixed? E.g. will a definitions such as
>
> def search_path(name, dirs, predicate=lambda path: os.access(path,
> os.R_OK)): pass
>
> or even
>
> def timestring(dtm, format="%(sign)s%(hour)02d:%(minute)02d:%(second)02d",
> plussign=" ", minussign="-", trimback=0):
>   pass
>
> appear in the module browser displays? Currently, eric 3.5.0 will not
> display such definitions, which is quite aggravating, as a few defintions
> are left out of a module display because of default arguments, and this is
> not obvious.

It has been fixed a while ago in the snapshots releases and will be included 
in the upcoming 3.5.1, which is just a bug fix release.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-11-27 Thread Detlev Offenbach
Hi,

I have just uploaded a new eric3 snapshot. It fixes a few bugs and has these 
new features.

- changed code to use the 'eric3config.py' file
- changed installation to ease the job of packagers 
  (see python install.py -h and eric3config.linux as an example)
- usability enhancements
  -- 'search in files' selects text found
  -- added capability to enter variables filter patterns to the variable
 viewer windows
  -- added some helptext explaining Scintilla's regexp

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-11-21 Thread Detlev Offenbach
Hi,

this is to inform you about the availability of a new eric3 snapshot. It fixes 
a few bugs and has these new features.

- the capability to select multiple entries in the various browsers
- the capability to find and select all local/versioned entries in the various 
project browsers

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-10-29 Thread Detlev Offenbach
Hi,

I have uploaded a new snapshot of eric3. This features the following 
enhancements next to some bug fixes.

- the capability to show protected and private classes and methods with a 
different icon
- the capability to show attributes of a class in the class browser
- enhancement of variables viewer to keep the state of the tree while 
debugging

It is available via http://www.die-offenbachs.de/detlev/snapshots.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot available

2004-10-23 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3. This one features support for 
alternative keyboard shortcuts (like kate), improved CVS integration and the 
capability to show coverage analysis annotations in the editor (lines not 
covered yet will be marked). The snapshot is available via

http://www.die-offenbachs.de/detlev/snapshots

Regards,
Detlev

PS: Translators please update your translations.
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-09-25 Thread Detlev Offenbach
Hi,

this is to inform all of you, that I have uploaded a new snapshot of eric3. 
This one is meant to be the last snapshot before the final release. If no 
critical bugs are reported, I am planning to release version 3.5 next 
weekend. Please give this snapshot a try and report all problems. It is 
available via the eric3 site.

http://www.die-offenbachs.de/detlev/eric3.html

Please note, that the released versions of eric3 are made available via 
sourceforge (http://sourceforge.net/projects/eric-ide).

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-09-13 Thread Detlev Offenbach
Am Sonntag, 12. September 2004 16:37 schrieb [EMAIL PROTECTED]:
> On Sunday 12 September 2004 15:44, Detlev Offenbach wrote:
> > Please test this snapshot and report all errors found.
>
> Listing eric/pixmaps ...
> Compiling eric/sitecustomize.py ...
>
> Installing eric3 ...
> An internal error occured.  Please report all the output of the program,
> including the following traceback, to [EMAIL PROTECTED]
>
> Traceback (most recent call last):
>   File "install.py", line 480, in ?
> main(sys.argv)
>   File "install.py", line 469, in main
> installEric()
>   File "install.py", line 233, in installEric
> shutil.copy('sitecustomize.py', mdir)
>   File "/usr/lib/python2.3/shutil.py", line 71, in copy
> copyfile(src, dst)
>   File "/usr/lib/python2.3/shutil.py", line 37, in copyfile
> fsrc = open(src, 'rb')
> IOError: [Errno 2] No such file or directory: 'sitecustomize.py'
>
>
> The previous snapshot installs fine.
>
>
> Carsten Lohrke

You probably lost your sitecustomize.py some time and now the install reaches 
a faulty branch. Please change line 282 of install.py to read

s = open("sitecustomize.py", "w")

Then it will work.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-09-12 Thread current
On Sunday 12 September 2004 15:44, Detlev Offenbach wrote:
> Please test this snapshot and report all errors found.

Listing eric/pixmaps ...
Compiling eric/sitecustomize.py ...

Installing eric3 ...
An internal error occured.  Please report all the output of the program,
including the following traceback, to [EMAIL PROTECTED]

Traceback (most recent call last):
  File "install.py", line 480, in ?
main(sys.argv)
  File "install.py", line 469, in main
installEric()
  File "install.py", line 233, in installEric
shutil.copy('sitecustomize.py', mdir)
  File "/usr/lib/python2.3/shutil.py", line 71, in copy
copyfile(src, dst)
  File "/usr/lib/python2.3/shutil.py", line 37, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'sitecustomize.py'


The previous snapshot installs fine.


Carsten Lohrke


pgp5QQrbuPH3Y.pgp
Description: PGP signature
___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot

2004-09-12 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3, which should fix most of the 
problems reported so far. In addition to this it features a few usability 
enhancements and a French translation (thanks to Jul Vienne).

It is available via 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040912.tar.gz

Please test this snapshot and report all errors found.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot

2004-08-21 Thread Detlev Offenbach
Hi Trolls,

I would like you to know, that I have uploaded a new snapshot of eric3. 
It is mainly to fix a few reproducable bugs of the last snapshot. Additionaly, 
it has a new default icon set, the Crystal icon set provided by Shane 
Richards.

This snapshot is available via
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040821.tar.gz

Please give it a try and report all problems.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-21 Thread Detlev Offenbach
Hi,

another user also realized these crashes in the shell and traced it down 
to the internal (within PyQt) handling of QStrings. He changed the 
QStrings in Shell.py to unicode and his problems were gone. These 
changes will be in the next snapshot. If you try it again and report 
your observations.

Detlev

Am Samstag, 21. August 2004 03:02 schrieb jul:
> Hi,
> This appends all the times. I' ve tried to debug eric3 with a second
> instance of eric3, and I can run eric in debug mode up to the end of
> initialization, but after that, I can't have the hand to debug the
> Python shell. Could you tell me what is the first event made when I
> press the return key in the shell? I would to debug  the program just
> before it dies
> Thx.
> ++
> Jul.
>
> Detlev Offenbach wrote:
> >Hi,
> >
> >can't reproduce this one. Does it happen occasionally or all the
> > time? Could you try to nail it down?
> >
> >Detlev
> >
> >Am Donnerstag, 19. August 2004 22:24 schrieb jul:
> >>Hi,
> >>In eric3, the new python shell seems to have a bug for me.
> >>Just typing the return key in the python shell  produces a
> >>segmentation fault and kills eric3 :(
> >>
> >>Here are my versions:
> >>python 2.3.3
> >>Qt 3.3.2
> >>PyQt-snapshot-20040526
> >>QScintilla 1.3
> >>Eric snapshot-20040818
> >>
> >>++
> >>Jul.
> >>
> >>>Hi Trolls,
> >>>
> >>>I would like you to know, that I have uploaded a new snapshot of
> >>>eric3. It features
> >>>
> >>>- a new window layout called "floating windows"
> >>>- a QScintilla based Python shell (with syntax highlighting,
> >>> autocompletion, calltips,...)
> >>>- an embedded API file generator
> >>>
> >>>This snapshot is available via
> >>>http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-2004081
> >>>8. tar.gz
> >>>
> >>>This snapshot can be considered as the first beta release of the
> >>>upcomig version 3.5. Please give it a try and report all problems.
> >>>
> >>>A note to all eric3 translators: please adjust your translations to
> >>>this release.
> >>>
> >>>Regards,
> >>>Detlev
> >>
> >>___
> >>PyKDE mailing list[EMAIL PROTECTED]
> >>http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-20 Thread Douglas Soares de Andrade
Hi !

> How about wildcard filters?  The default could be *; but you could
> remove it and add other filters.

This is indeed a great idea. But, im thinking in a thing... Wouldn't more easy 
if you press a  on a selected variable and it goes to the debug window ?

I think that this will be more easy to mantain and more usefull.

> I agree this would be a great addition.  

Me too :)

> I've had a python app with 
> Numeric arrays with thousands of array entries.  Eric would 'hang' when
> it hit a breakpoint with these variables in scope.  

This is happening to me just now...

> I haven't had to 
> debug this app recently, but the ability to remove these from the list
> would have been a great improvement.

I make yours words mine. :)

See Ya !

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-20 Thread Michael Andrews
On Fri, 2004-08-20 at 11:01, Douglas Soares de Andrade wrote:
> Hi !
> 
> > First of all, (nearly all) the data for the whole dictionary is
> > transfered via the network socket to the IDE. Secondly, these values are
> > added to the debug browser. This needs some CPU cycles. I just tested it
> > on my machine with a dictionary of 8000 integers and I recognized a
> > little delay but it was bearable. But this depends on the power of your
> > machine.
> 
> My machine is a Athlon XP, with 256 MB, running slackware 10 and kde 3.3.
> 
> > Not without redesigning this part. If we introduce watchvariables, you
> > could enter the variable names your interested in. Today, all data is
> > accessible. I am unsure, which one is the better way.
> 
> I would like to select the variable i want to see the values. I dont have to 
> see the 8000 itens dict, only the others variables...

How about wildcard filters?  The default could be *; but you could
remove it and add other filters.  

I agree this would be a great addition.  I've had a python app with
Numeric arrays with thousands of array entries.  Eric would 'hang' when
it hit a breakpoint with these variables in scope.  I haven't had to
debug this app recently, but the ability to remove these from the list
would have been a great improvement.

-- 
Michael Andrews <[EMAIL PROTECTED]>

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-20 Thread Douglas Soares de Andrade
Hi !

> First of all, (nearly all) the data for the whole dictionary is
> transfered via the network socket to the IDE. Secondly, these values are
> added to the debug browser. This needs some CPU cycles. I just tested it
> on my machine with a dictionary of 8000 integers and I recognized a
> little delay but it was bearable. But this depends on the power of your
> machine.

My machine is a Athlon XP, with 256 MB, running slackware 10 and kde 3.3.

> Not without redesigning this part. If we introduce watchvariables, you
> could enter the variable names your interested in. Today, all data is
> accessible. I am unsure, which one is the better way.

I would like to select the variable i want to see the values. I dont have to 
see the 8000 itens dict, only the others variables...

Im my case i will like so much to choose the vars i want to see the values... 
This feature would help me so much in building my apps.

See Ya !

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-20 Thread Detlev Offenbach
Hi,

can't reproduce this one. Does it happen occasionally or all the time? 
Could you try to nail it down?

Detlev

Am Donnerstag, 19. August 2004 22:24 schrieb jul:
> Hi,
> In eric3, the new python shell seems to have a bug for me.
> Just typing the return key in the python shell  produces a
> segmentation fault and kills eric3 :(
>
> Here are my versions:
> python 2.3.3
> Qt 3.3.2
> PyQt-snapshot-20040526
> QScintilla 1.3
> Eric snapshot-20040818
>
> ++
> Jul.
>
> >Hi Trolls,
> >
> >I would like you to know, that I have uploaded a new snapshot of
> > eric3. It features
> >
> >- a new window layout called "floating windows"
> >- a QScintilla based Python shell (with syntax highlighting,
> >  autocompletion, calltips,...)
> >- an embedded API file generator
> >
> >This snapshot is available via
> >http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.
> >tar.gz
> >
> >This snapshot can be considered as the first beta release of the
> > upcomig version 3.5. Please give it a try and report all problems.
> >
> >A note to all eric3 translators: please adjust your translations to
> > this release.
> >
> >Regards,
> >Detlev
>
> ___
> PyKDE mailing list[EMAIL PROTECTED]
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Douglas Soares de Andrade
Hi !

No problem for me...

It goes well here...

Em Qui 19 Ago 2004 20:24, jul escreveu:
> Hi,
> In eric3, the new python shell seems to have a bug for me.
> Just typing the return key in the python shell  produces a segmentation
> fault and kills eric3 :(
>
> Here are my versions:
> python 2.3.3
> Qt 3.3.2
> PyQt-snapshot-20040526
> QScintilla 1.3
> Eric snapshot-20040818
>
> ++
> Jul.
>
> >Hi Trolls,
> >
> >I would like you to know, that I have uploaded a new snapshot of eric3.
> >It features
> >
> >- a new window layout called "floating windows"
> >- a QScintilla based Python shell (with syntax highlighting,
> >  autocompletion, calltips,...)
> >- an embedded API file generator
> >
> >This snapshot is available via
> >http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.tar.g
> >z
> >
> >This snapshot can be considered as the first beta release of the upcomig
> >version 3.5. Please give it a try and report all problems.
> >
> >A note to all eric3 translators: please adjust your translations to this
> >release.
> >
> >Regards,
> >Detlev
>
> ___
> PyKDE mailing list[EMAIL PROTECTED]
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread jul
Hi,
In eric3, the new python shell seems to have a bug for me.
Just typing the return key in the python shell  produces a segmentation 
fault and kills eric3 :(

Here are my versions:
python 2.3.3
Qt 3.3.2
PyQt-snapshot-20040526
QScintilla 1.3
Eric snapshot-20040818
++
Jul.


Hi Trolls,
I would like you to know, that I have uploaded a new snapshot of eric3. 
It features

- a new window layout called "floating windows"
- a QScintilla based Python shell (with syntax highlighting,
 autocompletion, calltips,...)
- an embedded API file generator
This snapshot is available via
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.tar.gz
This snapshot can be considered as the first beta release of the upcomig 
version 3.5. Please give it a try and report all problems.

A note to all eric3 translators: please adjust your translations to this 
release.

Regards,
Detlev
 

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Detlev Offenbach
Am Mittwoch, 18. August 2004 23:07 schrieb Douglas Soares de Andrade:
> Hi !
>
> Im testing the new snapshot and when i create a dictionary with 8000
> or more itens, Eric3 hangs a little and got so slow.
>
> I think the problem is when he try to plot the values in the debug
> browser...

First of all, (nearly all) the data for the whole dictionary is 
transfered via the network socket to the IDE. Secondly, these values are 
added to the debug browser. This needs some CPU cycles. I just tested it 
on my machine with a dictionary of 8000 integers and I recognized a 
little delay but it was bearable. But this depends on the power of your 
machine.

>
> Is there a way to solve this ?

Not without redesigning this part. If we introduce watchvariables, you 
could enter the variable names your interested in. Today, all data is 
accessible. I am unsure, which one is the better way.

>
> See Ya !
>

Detlev

> Em Quarta 18 Agosto 2004 16:28, Detlev Offenbach escreveu:
> > Hi Trolls,
> >
> > I would like you to know, that I have uploaded a new snapshot of
> > eric3. It features
> >
> > - a new window layout called "floating windows"
> > - a QScintilla based Python shell (with syntax highlighting,
> >   autocompletion, calltips,...)
> > - an embedded API file generator
> >
> > This snapshot is available via
> > http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818
> >.tar.gz
> >
> > This snapshot can be considered as the first beta release of the
> > upcomig version 3.5. Please give it a try and report all problems.
> >
> > A note to all eric3 translators: please adjust your translations to
> > this release.
> >
> > Regards,
> > Detlev
>
> ___
> PyKDE mailing list[EMAIL PROTECTED]
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-19 Thread Detlev Offenbach
Am Donnerstag, 19. August 2004 00:58 schrieb jul:
> Hi Detlev,
> Happy to see how fast evolves eric3!
> I'm still working on French translation and there's a hope I finish
> soon: I'm about 2750 strings translated out of 3500 :)
> The fact is my translation file may be a little older
> Is there a way to update it with the newest strings ?

Yes there is. Due to the fact, that fr is not yet part of the eric3 
project, it is a little bit more complicated. After unpacking the source 
open the eric3 project and go to the translations tab in the project 
browser. Add a new translation and select fr in the little dialog and 
save the project. Copy your file to the place of the other translation 
files (it should be named eric3_fr.ts). Then select "Generate 
Translations (with obsolete)". This updates all translation keeping 
obsolete ones.

Alternatively you may send your current work to me  and I'll return an 
updated .ts file.

Once fr is an official translation, the process is much more simple. Just 
grab the latest translation, update it and send it back to me.

Thanks for your support

Detlev

> ++
> Jul.
>
> Detlev Offenbach wrote:
> >Hi Trolls,
> >
> >I would like you to know, that I have uploaded a new snapshot of
> > eric3. It features
> >
> >- a new window layout called "floating windows"
> >- a QScintilla based Python shell (with syntax highlighting,
> >  autocompletion, calltips,...)
> >- an embedded API file generator
> >
> >This snapshot is available via
> >http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.
> >tar.gz
> >
> >This snapshot can be considered as the first beta release of the
> > upcomig version 3.5. Please give it a try and report all problems.
> >
> >A note to all eric3 translators: please adjust your translations to
> > this release.
> >
> >Regards,
> >Detlev

-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-18 Thread Douglas Soares de Andrade
Hi !

Im testing the new snapshot and when i create a dictionary with 8000 or more 
itens, Eric3 hangs a little and got so slow.

I think the problem is when he try to plot the values in the debug browser...

Is there a way to solve this ?

See Ya ! 


Em Quarta 18 Agosto 2004 16:28, Detlev Offenbach escreveu:
> Hi Trolls,
>
> I would like you to know, that I have uploaded a new snapshot of eric3.
> It features
>
> - a new window layout called "floating windows"
> - a QScintilla based Python shell (with syntax highlighting,
>   autocompletion, calltips,...)
> - an embedded API file generator
>
> This snapshot is available via
> http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.tar.gz
>
> This snapshot can be considered as the first beta release of the upcomig
> version 3.5. Please give it a try and report all problems.
>
> A note to all eric3 translators: please adjust your translations to this
> release.
>
> Regards,
> Detlev

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: New eric3 snapshot

2004-08-18 Thread jul
Hi Detlev,
Happy to see how fast evolves eric3!
I'm still working on French translation and there's a hope I finish 
soon: I'm about 2750 strings translated out of 3500 :)
The fact is my translation file may be a little older
Is there a way to update it with the newest strings ?
++
Jul.

Detlev Offenbach wrote:
Hi Trolls,
I would like you to know, that I have uploaded a new snapshot of eric3. 
It features

- a new window layout called "floating windows"
- a QScintilla based Python shell (with syntax highlighting,
 autocompletion, calltips,...)
- an embedded API file generator
This snapshot is available via
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.tar.gz
This snapshot can be considered as the first beta release of the upcomig 
version 3.5. Please give it a try and report all problems.

A note to all eric3 translators: please adjust your translations to this 
release.

Regards,
Detlev
 

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot

2004-08-18 Thread Detlev Offenbach
Hi Trolls,

I would like you to know, that I have uploaded a new snapshot of eric3. 
It features

- a new window layout called "floating windows"
- a QScintilla based Python shell (with syntax highlighting,
  autocompletion, calltips,...)
- an embedded API file generator

This snapshot is available via
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20040818.tar.gz

This snapshot can be considered as the first beta release of the upcomig 
version 3.5. Please give it a try and report all problems.

A note to all eric3 translators: please adjust your translations to this 
release.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-07-15 Thread Detlev Offenbach
Am Mittwoch, 14. Juli 2004 16:46 schrieb Douglas:
> Hi Detlev !
>
> I doing the translation to brazilian portuguese as we have talked.
>
> I need to know how i can test the work im doing. Can you explain me ?
>
> How i can do the eric3 use my translation file ?
>
> See Ya !
>

Just open the .ts file in Qt-Linguist and do the translation. Once done 
release it in Qt-Linguist, which produces a .qm file. Copy this file 
into the eric3 installation directory and you should be offered the new 
language in the configuration dialog.

> And keep the GREAT work !
>
> Em Qua 14 Jul 2004 17:45, Detlev Offenbach escreveu:
> > Hi,
> >
> > I have uploaded a new snapshot, that completes the enhancements
> > related to the subversion integration. This interface gives full
> > interactivity including the capability to authenticate and answer
> > other questions of the underlying svn command. Additionally this
> > snapshots offers an autosave feature and drag & drop support.
> >
> > It is available via the eric3 site.
> >
> > Detlev

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot

2004-07-14 Thread Douglas
Hi Detlev !

I doing the translation to brazilian portuguese as we have talked.

I need to know how i can test the work im doing. Can you explain me ?

How i can do the eric3 use my translation file ?

See Ya !

And keep the GREAT work !


Em Qua 14 Jul 2004 17:45, Detlev Offenbach escreveu:
> Hi,
>
> I have uploaded a new snapshot, that completes the enhancements related
> to the subversion integration. This interface gives full interactivity
> including the capability to authenticate and answer other questions of
> the underlying svn command. Additionally this snapshots offers an
> autosave feature and drag & drop support.
>
> It is available via the eric3 site.
>
> Detlev

-- 
Douglas Soares de Andrade
Gerência de Sistemas - UnilesteMG
Telefone: +55 31 38467936
dsa em unilestemg ponto br
--
O que importa não é como você vive
sua vida, mas sim o que você faz 
para tornar a vida dos outros melhor. 
--
What matter is not how you live
your life, but what you do to 
make the others life better.

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-07-14 Thread Detlev Offenbach
Hi,

I have uploaded a new snapshot, that completes the enhancements related 
to the subversion integration. This interface gives full interactivity 
including the capability to authenticate and answer other questions of 
the underlying svn command. Additionally this snapshots offers an 
autosave feature and drag & drop support.

It is available via the eric3 site.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-05-05 Thread Detlev Offenbach
Hi,

I just uploaded a new snapshot. This features 

- improved unittest functionality
- improved autocompletion capabilities
- adoption to subversion 1.0
- and some bug fixes and usability enhancements

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-04-18 Thread Detlev Offenbach
Hi,

I have just uploaded the first snapshot of the eric3 3.5 development 
line. It features 

- the capability to display contents of some simple Qt types
- to define the file-extension to lexer association
- to bookmark files
- support for Perl
- multiple (synchronized) views of the same file.

NOTE: Some of these features require a recent snapshot of QScintilla and 
PyQt.

Please give it a try and report back.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot

2004-03-14 Thread Detlev Offenbach
Hi,

I have uploaded a new snapshot of eric3. This one features

- a reworked configuration dialog
- a QRegExp wizard
- Icons are separated PNG-files. This makes eric3 themeable.
  Icon contributions are welcomed.

This snapshot is nearly feature complete for the 3.4 release. Please let 
me know about your opinions.

Regards
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot available

2004-01-06 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of the eric3 IDE. This snapshot 
features some graphical representations of the sourcecode (e.g. class 
diagram, imports diagram, package diagram). It is available via

http://www.die-offenbachs.de/detlev/snapshots/
eric-snapshot-20040106.tar.gz

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot available

2003-09-20 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3 to the web site. This one 
features the following enhancements.

-
rewrote the variables reporting code to be able to cope with large 
datasets. The code of the last snapshots caused a severe performance 
problem and even a hang on Win...
-

I kindly ask everybody to test it and send recommendations, bug reports 
and contributions.

This snapshot is available via 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030920.tar.gz

Attached please find an ebuild for Portage

Regards
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]
DESCRIPTION="The eric3 Python IDE"
IUSE=""

MY_P="${PN}-snapshot-${PV##*.}"
SRC_URI="http://www.die-offenbachs.de/detlev/snapshots/${MY_P}.tar.gz";

HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
sys-devel/libtool
>=x11-libs/qt-3.0.4.1
>=dev-python/qscintilla-1.52
>=dev-lang/python-2.2.1
>=dev-python/sip-3.6
>=dev-python/PyQt-3.6-r1
!dev-python/bicyclerepair"

src_install() {
cd ${WORKDIR}/${MY_P}
python install.py \
-b /usr/bin \
-i ${D}
dodoc HISTORY LICENSE.GPL README eric/README-scripting.txt THANKS
}


Re: [PyKDE] ANN: new eric3 snapshot available

2003-09-14 Thread Sundance
I heard Detlev Offenbach said:

> This snapshot is available via
> http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030914\
.tar.gz

And here's the ebuild (it's exactly the same as for the last snapshot, 
only the name changes, and Portage makes the rest happen automatically 
-- so that you know how to Make Your Own when the next snapshot is 
released). :)

-- S.
DESCRIPTION="The eric3 Python IDE"
IUSE=""

MY_P="${PN}-snapshot-${PV##*.}"
SRC_URI="http://www.die-offenbachs.de/detlev/snapshots/${MY_P}.tar.gz";

HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
sys-devel/libtool
>=x11-libs/qt-3.0.4.1
>=dev-python/qscintilla-1.52
>=dev-lang/python-2.2.1
>=dev-python/sip-3.6
>=dev-python/PyQt-3.6-r1
!dev-python/bicyclerepair"

src_install() {
cd ${WORKDIR}/${MY_P}
python install.py \
-b /usr/bin \
-i ${D}
dodoc HISTORY LICENSE.GPL README eric/README-scripting.txt THANKS
}


[PyKDE] ANN: new eric3 snapshot available

2003-09-14 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3 to the web site. This one 
features the following enhancements (next to some bug fixes).

-
added temporary breakpoint, capability to enable/disable breakpoint and 
to set an ignore count

added capability to show values of nested class variables

upgraded to Bicycle Repair Man Version 0.9

added commandline completion via the remote debug client to the shell

added capability to save a diff to file to the Version Control System 
interface
-

I kindly ask everybody to test it and send recommendations, bug reports 
and contributions.

This snapshot is available via 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030914.tar.gz

Regards
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot available

2003-08-19 Thread Stephen Boulet
Thanks for the ebuild. Works great here.

On Tuesday 19 August 2003 04:20 am, Sundance wrote:
> I heard Detlev Offenbach said:
> > This snapshot is available via
>
> http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030817.tar.gz
>
> This totally rocks. :D Thank you for all the work, Detlev!
>
> I've made an ebuild to make it easier for people to give it a try. Eric
> is growing from great to awesome at an interestingly quick pace. :)
>
> Off to play with the new features -- bye people!
>
> -- S.

-- 
Stephen  
  From here to there
 and there to here,
   funny things are everywhere.  -- Dr Seuss


___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] ANN: new eric3 snapshot available

2003-08-19 Thread Sundance
I heard Detlev Offenbach said:

> This snapshot is available via
> 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030817.tar.gz

This totally rocks. :D Thank you for all the work, Detlev!

I've made an ebuild to make it easier for people to give it a try. Eric 
is growing from great to awesome at an interestingly quick pace. :)

Off to play with the new features -- bye people!

-- S.
DESCRIPTION="The eric3 Python IDE"
IUSE=""

MY_P="${PN}-snapshot-${PV##*.}"
SRC_URI="http://www.die-offenbachs.de/detlev/snapshots/${MY_P}.tar.gz";

HOMEPAGE="http://www.die-offenbachs.de/detlev/eric3.html";
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND="virtual/glibc
sys-devel/libtool
>=x11-libs/qt-3.0.4.1
>=dev-python/qscintilla-1.52
>=dev-lang/python-2.2.1
>=dev-python/sip-3.6
>=dev-python/PyQt-3.6-r1
!dev-python/bicyclerepair"

src_install() {
cd ${WORKDIR}/${MY_P}
python install.py \
-b /usr/bin \
-i ${D}
dodoc HISTORY LICENSE.GPL README eric/README-scripting.txt THANKS
}


Re: [PyKDE] ANN: new eric3 snapshot available

2003-08-17 Thread Charles Mason Iv
I have a recommendation :-D

Easier scheme-coloring .. Oh, and when using a dark Scintilla background,
it's
hard to see the black cursor.  Qt can be a pain in the royal ***
sometimes, but is it posible to change the color of the editing cursor?

Chuck


On Sun, 17 Aug 2003, Detlev Offenbach wrote:

> Hi,
> 
> I have just uploaded a new snapshot of eric3 to the web site. This one 
> features the following enhancements (next to some bug fixes).
> 
> capability to create a new form from a template in the forms browser and 
> start Qt-Designer with this form (tighter integration with Qt-Designer)
> 
> added an interface to the Bicycle Repair Man refactoring tool (a copy of 
> BRM is included) (Thanks to Phil Dawes for BRM)
> 
> added bookmark handling to the editors
> 
> added some more breakpoint actions to the menus
> 
> added capability to expand/collaps directories to the project browsers
> 
> I kindly ask everybody to test it and send recommendations, bug reports 
> and contributions.
> 
> This snapshot is available via 
> http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030817.tar.gz
> 
> Regards
> Detlev
> -- 
> Detlev Offenbach
> [EMAIL PROTECTED]
> 
> ___
> PyKDE mailing list[EMAIL PROTECTED]
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
> 

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot available

2003-08-17 Thread Detlev Offenbach
Hi,

I have just uploaded a new snapshot of eric3 to the web site. This one 
features the following enhancements (next to some bug fixes).

capability to create a new form from a template in the forms browser and 
start Qt-Designer with this form (tighter integration with Qt-Designer)

added an interface to the Bicycle Repair Man refactoring tool (a copy of 
BRM is included) (Thanks to Phil Dawes for BRM)

added bookmark handling to the editors

added some more breakpoint actions to the menus

added capability to expand/collaps directories to the project browsers

I kindly ask everybody to test it and send recommendations, bug reports 
and contributions.

This snapshot is available via 
http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030817.tar.gz

Regards
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: new eric3 snapshot available

2003-08-10 Thread Detlev Offenbach
Hi Trolls,

I have just uploaded a new snapshot of eric3 to the web site. This one 
features the following enhancements (nect to some bug fixes).

- capability to generate a subclass from a forms (.ui) file
- configurable keyboard shortcuts
- support for QScintilla macros
- scripting support

I kindly ask everybody to test especially the scripting support and send 
recommendations, bug reports and possibly script contributions.

Regards
Detlev

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] ANN: New eric3 snapshot

2003-06-28 Thread Detlev Offenbach
Hi Trolls,

I have uploaded a new snapshot of eric3. This is meant to be the last one 
before release of eric3 3.2. Please try it and report bugs. It is 
available via

http://www.die-offenbachs.de/detlev/snapshots/eric-snapshot-20030628

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

___
PyKDE mailing list[EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde