[Eric] fixme / debug / todo on bookmarks; task-viewer

Detlev Offenbach detlev at die-offenbachs.de
Sun Aug 13 14:24:28 BST 2006


On Wednesday 09 August 2006 10:43, Ezequiel Panepucci wrote:
> Hello,
>
> Version: Eric 3.9.1 on Ubuntu 6.01 (updated ad nauseum)
>
> I have a few suggestions for Eric which by the is fantastic:
>
> Task-viewer:
>  - a toggle button to show tasks related only
>    to the currently active file
>
> Dynamic Bookmarks:
>
>    These would be sub-menus on the bookmarks menu for user specified
>    regexps.
>
>    These should be updated dynamically and should contain hits only
>    for the currently active editing tab.
>
>    I could then specify a label for the sub-menu and the regexp
>    that would trigger the line to be included in the sub-menu.
>
>   The regexp could include a group that would be used as the menu
>   description.
>
>   Example:
>     Target line: 'some code: #fixme I should make this more robust'
>     Label: FIXME
>     Regexp: r'.*#fixme *(.{0,20})'
>     Results in  'Bookmarks -> FIXME -> 'Line 200: I should make this m'
>
>     Target lines: 'def somefunc()'
>     Target lines: '    def someotherfunc()'
>     Label: Definitions
>     Regexp: r'^\s*def *([^\s(]*)'
>     Results in all function definitions
>
> Would these be feasible with a plugin?
>
> Cheers and thanks for the great IDE.
>
> Zac
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric

The task handling will be extended in eric4. Maybe this is more to your needs. 
I'll announce the availability on this mailinglist. However, it will still 
take some time to port eric3 to PyQt4, so please be patient.

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


More information about the Eric mailing list