[Eric] ANN: new eric4 snapshot released

Detlev Offenbach detlev at die-offenbachs.de
Tue Feb 12 18:30:09 GMT 2008


On Dienstag, 12. Februar 2008, Evren Esat Ozkan wrote:
> Hi,
>
> Sorry, I didn't notice the tab lenght conf. option. Probably this will
> work most of times, but I prefer to stick my mod because;
> - if my project folder is /home/sleytr/pys/projectX then there is no need
> to see the project path on all tabs.
> - some filenames are too long and if I set it to 30 then I can't see the
> path at all.
>
> Maybe removing of project path from filepaths can solve the issue?

That could be the solution. It would show just the path from the project for 
project files and the full path for all non project files.

>
> I have one more wish for Tabs. Could you make tab font size configurable?

All font sizes can be changed using qtconfig or qtconfig4 depending on your 
distribution. I will not add an option to change individual font size for 
each and every part.

Regards,
Detlev

> 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



-- 
Detlev Offenbach
detlev at die-offenbachs.de



More information about the Eric mailing list