Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-29 Thread Peter Osborne
On November 27, 2002 04:06 pm, Detlev Offenbach wrote:
 It is already there. They are just not shown as a folder in the project
 browser. The display is a flat one. However, if you add a file to a
 subdirectory of your project directory, the subdir is created and the
 file placed there. In the browser it is shown like subdir/file.py. In
 addition to that eric will search for new files in these subdirectories
 upon opening a project (if this feature is enabled).

I'm a little confused how this works. I currently have a fairly large project 
with about 6 subdirectories and probably 30 or 40 files in it. I have a 
subdirectory called ui in the main directory and it contains all my ui 
files. When I add one of these forms to the project, it copies it to the main 
directory rather than leaving it and using it in it's original location.

Is Eric supposed to work this way? If so, maybe I can rearrange my project a 
bit.

Thanks,
-Pete

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-28 Thread Vincent Wagelaar
- The default fonts are too big

 The default fonts are the ones of qscintilla. I could add a button to
 change all the fonts of qscintilla simultaneously (see later post) but I
 think that doesn't save much because it would get rid of some
 distinguishing features of the syntax highlighter. You would have to go
 through the fonts again to finetune them. Setting up all the fonts and
 the other config stuff is a one time job done after the first
 installation. From then on it's read from the config file. I will try to
 keep the config file format, so that it can be reused after an upgrade.

- I can't change all the fonts (console and line numbering, for
  example)

 Console and non qscintilla fonts are the ones configured for your system
 (i.e. through KDE). The editor fonts are configurable. Unfortunately
 qscintilla doesn't allow to change the line number style at the moment.
 I will forward this request to Phil.

In fact it is

just add in Editor.py __init__

self.setMarginsFont(QFont())

And you have nice font in the margin :)

Have a nice day,

Vincent

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-28 Thread Detlev Offenbach
Hi,

   Hola:

 El Mié 27 Nov 2002 19:39, Detlev Offenbach tecleó:
  Do you mean below the editor? That wouldn't save any space because
  the space on the right is used by the filesystem browser and the

   Yup, but I think it is better to see the console output with more
 width, as Quanta and other IDEs do.


The next release will have a second layout, where the shell and the log 
windows are place along the bottom. The top part of the main window has 
the current layout.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-28 Thread Detlev Offenbach
Am Donnerstag, 28. November 2002 20:26 schrieb Vincent Wagelaar:
 - The default fonts are too big
 
  The default fonts are the ones of qscintilla. I could add a button
  to change all the fonts of qscintilla simultaneously (see later
  post) but I think that doesn't save much because it would get rid of
  some distinguishing features of the syntax highlighter. You would
  have to go through the fonts again to finetune them. Setting up all
  the fonts and the other config stuff is a one time job done after
  the first installation. From then on it's read from the config file.
  I will try to keep the config file format, so that it can be reused
  after an upgrade.
 
 - I can't change all the fonts (console and line numbering, for
   example)
 
  Console and non qscintilla fonts are the ones configured for your
  system (i.e. through KDE). The editor fonts are configurable.
  Unfortunately qscintilla doesn't allow to change the line number
  style at the moment. I will forward this request to Phil.

 In fact it is

 just add in Editor.py __init__

 self.setMarginsFont(QFont())

 And you have nice font in the margin :)

 Have a nice day,

 Vincent

Thanks, I didn't recognize this method. I will incorporate it 
immediately.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Gordon Tyler
Víctor R. Ruiz wrote:

  - The default fonts are too big


This was a prolem for me too. I found it quite annoying to change all 
the fonts to something else like Courier New because I had to 
individually change every different font style (Comment, Numbers, etc.). 
It would be nice if there was a Change All Styles Font button where I 
could select one font to use for _all_ the styles.

Ciao,
Gordon

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


Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Hans-Peter Jansen
On Wednesday 27 November 2002 17:19, Gordon Tyler wrote:
 Víctor R. Ruiz wrote:
- The default fonts are too big

 This was a prolem for me too. I found it quite annoying to change all
 the fonts to something else like Courier New because I had to
 individually change every different font style (Comment, Numbers, etc.).
 It would be nice if there was a Change All Styles Font button where I
 could select one font to use for _all_ the styles.

Implying, you're using eric3 on some unix derivate, try using an editor
with search and replace in [Scintilla] section of ~/.eric3/eric3rc.
Been there, done that, now it fits me needs. Note: you cannot use eric3 
itself for that task.

 Ciao,
 Gordon

Hans-Peter

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Detlev Offenbach
Hallo Victor,

thanks for your comments.

   Hola:

 El Mié 27 Nov 2002 04:18, [EMAIL PROTECTED] tecleó:
  I am having some weirdness with the editor itself, but I'm not sure
  if it's me or it :-)

   I would suggest some tips for eric:

   - Developers: test it in a 1024 screen. Too much things for so
 little space!

That is a general problem with IDEs. That's why you can hide certain 
windows.

   - The console would better placed at the bottom, not at the right

Do you mean below the editor? That wouldn't save any space because the 
space on the right is used by the filesystem browser and the variables 
viewer as well. And these really need the available space. Maybe you can 
send me a sketch of a layout you recon is more suitable.

   - The default fonts are too big

The default fonts are the ones of qscintilla. I could add a button to 
change all the fonts of qscintilla simultaneously (see later post) but I 
think that doesn't save much because it would get rid of some 
distinguishing features of the syntax highlighter. You would have to go 
through the fonts again to finetune them. Setting up all the fonts and 
the other config stuff is a one time job done after the first 
installation. From then on it's read from the config file. I will try to 
keep the config file format, so that it can be reused after an upgrade.

   - I can't change all the fonts (console and line numbering, for
 example)

Console and non qscintilla fonts are the ones configured for your system 
(i.e. through KDE). The editor fonts are configurable. Unfortunately 
qscintilla doesn't allow to change the line number style at the moment. 
I will forward this request to Phil.

   - It doesn't execute the scripts in their original path when opening
 a single file

Yep, there will be a fix in the next release. Maybe a more advanced later 
on.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Peter Osborne
Wow, this eric thing is great!

Any idea if folders in a project is in the works?

-Pete

On November 26, 2002 01:25 pm, Ricardo Javier Cardenes Medina wrote:
 I've uploaded packages for Eric. eric only contains the wrappers (eric3,
 qtunittest, helpviewer), and depends on another package (python2.2-eric),
 which actually installs all the modules.

 I'll probably end up providing a conflicting python2.1-eric package,
 because I don't see the benefits of having both installed at the same
 time. If someone really wants this (both packages at same time), please,
 let me know why :-), and I'll try to provide it.

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

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-27 Thread Detlev Offenbach
Hi Pete,

 Wow, this eric thing is great!


Thank you.

 Any idea if folders in a project is in the works?

 -Pete

It is already there. They are just not shown as a folder in the project 
browser. The display is a flat one. However, if you add a file to a 
subdirectory of your project directory, the subdir is created and the 
file placed there. In the browser it is shown like subdir/file.py. In 
addition to that eric will search for new files in these subdirectories 
upon opening a project (if this feature is enabled).

Maybe I'll change the display to show the folders as a tree.

Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-26 Thread Víctor R. Ruiz

  Hola:

El Mar 26 Nov 2002 18:25, Ricardo Javier Cardenes Medina tecleó:
 I'll probably end up providing a conflicting python2.1-eric
 package, because I don't see the benefits of having both installed
 at the same time. If someone really wants this (both packages at
 same time), please, let me know why :-), and I'll try to provide
 it.

  Congratulations for the packages to Ricardo and congratulations for 
eric to Phil and Detlev!!

  Greetings,

-- 
Víctor R. Ruiz   | - Todos estos momentos se perderán, como
http://infoastro.com/rvr |   lágrimas en la lluvia.

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-26 Thread tech

This is a works great for me email.  The packages, that is.  I am
having some weirdness with the editor itself, but I'm not sure if it's
me or it :-)  If I can nail down a solid bug, I'll make sure to report
it, tho.

Tanks!

-Me

On Tue, Nov 26, 2002 at 06:25:13PM +, Ricardo Javier Cardenes Medina wrote:
 
 I've uploaded packages for Eric. eric only contains the wrappers (eric3,
 qtunittest, helpviewer), and depends on another package (python2.2-eric),
 which actually installs all the modules.
 
 I'll probably end up providing a conflicting python2.1-eric package,
 because I don't see the benefits of having both installed at the same
 time. If someone really wants this (both packages at same time), please,
 let me know why :-), and I'll try to provide it.
 
 ___
 PyKDE mailing list[EMAIL PROTECTED]
 http://mats.gmd.de/mailman/listinfo/pykde

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



Re: [PyKDE] ANN: Packages for Eric, the Python IDE

2002-11-26 Thread Víctor R. Ruiz

  Hola:

El Mié 27 Nov 2002 04:18, [EMAIL PROTECTED] tecleó:
 I am having some weirdness with the editor itself, but I'm not sure 
 if it's me or it :-)  

  I would suggest some tips for eric:

  - Developers: test it in a 1024 screen. Too much things for so 
little space!
  - The console would better placed at the bottom, not at the right
  - The default fonts are too big
  - I can't change all the fonts (console and line numbering, for 
example)
  - It doesn't execute the scripts in their original path when opening 
a single file

  Greetings,

-- 
Víctor R. Ruiz   | - Todos estos momentos se perderán, como
http://infoastro.com/rvr |   lágrimas en la lluvia.

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