[Eric] shell font size

Detlev Offenbach detlev at die-offenbachs.de
Thu Feb 14 18:29:21 GMT 2008


On Mittwoch, 13. Februar 2008, sigpoggy at netscape.net wrote:
> Currently the font size in the shell window is too small for me to read.
>
> I have to copy and paste the text into the editor to read it.
>
> Is there a way to increase the font size of the text in the shell
> window?
>
>
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric

>
> I have one more wish for Tabs. Could you make tab font size configurable?
> Currently I'm changing it with this;
> self.currentTabWidget.setStyleSheet("font-size:10px;")
>
> I promise I will start to learn Qt ASAP, and stop asking for new features
> and will send you codes which ready to checkin :)
>
> Thanks,
> Evren
>
>
> On Mon, 11 Feb 2008 20:34:19 +0200, Detlev Offenbach
>
> <detlev at die-offenbachs.de> wrote:
> > Hi,
> >
> > the tabview viewmanager shows the last xxx characters of the path. This
> > number
> > can be configured in the configuration dialog.
> >
> > Regards,
> > Detlev
> >
> > On Sonntag, 10. Februar 2008, Evren Esat Özkan wrote:
> >> Hi,
> >>
> >> Thanks for new snapshot.  But I have a suggestion about tabview
> >> viewmanager. I think it would be much more usefull if it display just
> >> parent folder name rather than full file path :
> >>
> >> if self.filenameOnly:
> >>     txt = os.path.basename(fn)
> >> else:
> >>     txt =
> >> os.path.basename(os.path.dirname(fn))+os.path.sep+os.path.basename(fn)
> >>
> >>
> >> Thanks again,
> >> Evren
> >>
> >> On Sun, 10 Feb 2008 18:04:29 +0200, Detlev Offenbach
> >>
> >> <detlev at die-offenbachs.de> wrote:
> >> > Hi,
> >> >
> >> > this is to inform you about the availability of the first snapshot
> >> > release of
> >> > the 4.2 line of development. It includes these changes:
> >> >
> >> > - added a toolbar manager and a toolbar configuration dialog and
> >>
> >> cleaned
> >>
> >> > up
> >> >   the default toolbars</li>
> >> > - added configuration option to select the text shown in the tabview
> >> >   viewmanager tabs (path name or just filename)</li>
> >> > - changed project browsers to override the open action to make it
> >>
> >> adhere
> >>
> >> > to
> >> >   the project settings</li>
> >> > - added additional move actions to tabbed viewmanager</li>
> >> > - cleaned up some of the APIs</li>
> >> >
> >> > Please note, that all plugins must be updated as well.
> >> >
> >> > Regards,
> >> > Detlev

The shell window uses the same fonts as the editor. Please make sure, you have 
the syntax highlighters for Python and/or Ruby configured to your liking.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the Eric mailing list