Edgewall Software

Changes between Version 129 and Version 130 of MacroBazaar


Ignore:
Timestamp:
Oct 2, 2005, 9:32:56 PM (19 years ago)
Author:
anonymous
Comment:

Feature request: (partial) inclusion of repository files

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v129 v130  
    682682 * Request: In !LastModified or !DateOffset it would be cool to be able to put references to pages, source, changeset, roadmap instead of date only. That way i could display in my user pages a lot of usefull informations (days left before milestone, not modified since, commited since, and so on, ...)
    683683 * Request: Would be cool to have a [http://www.captcha.net/ captcha] system on a macro like {{{[[captcha(some_email@example.com)]]}}}
     684 * Request: It would be cool to have a macro that could include a file in the project repository: {{{[[includeP('trunk/project/main.cpp')]]}}} or, even cooler, part of the file: {{{[[includeLines('trunk/project/main.cpp',from=10,to=5)]]}}}
     685Or the part of a file enclosed by a tag. For example, let trunk/foo.cpp be:
     686{{{
     687#!cpp
     688...
     689void a();
     690//tag1
     691void b() {
     692...
     693}
     694//tag1
     695...
     696}}}
     697one could write
     698{{{
     699See for example method "b" in file foo.cpp:
     700  [[includetag('trunk/foo.cpp', 'tag1')]]
     701}}}
    684702
    685703[wiki:MacroBazaar#Categories (categories)]