Modify

Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#6621 closed task (fixed)

Test with 0.12

Reported by: Ryan J Ollos Owned by: Alexander Slesarev
Priority: normal Component: CodeExampleMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I'll test this macro with Trac 0.12dev, which is close to release, and update the wiki page with a 0.12 tag if it appears to be working well with 0.12dev.

Attachments (1)

repo.png (44.7 KB) - added by Alexander Slesarev 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Ryan J Ollos

The existing *CodeExample macros work, but I'm having trouble getting the new *CodeExamplePath examples to work, so I'll leave this open so I can retest after resolving that issue, and open a new ticket for that issue.

comment:2 Changed 15 years ago by Ryan J Ollos

Making a note here for myself to determine whether path can be specified either w/ or w/o a leading slash. For another macro that I maintain, allowing both syntaxes fixed an issue that users commonly reported.

comment:3 Changed 15 years ago by Ryan J Ollos

I'll plan to test the latest revision with 0.12 as soon as I just my VM working again.

Changed 14 years ago by Alexander Slesarev

Attachment: repo.png added

comment:4 Changed 14 years ago by Alexander Slesarev

Resolution: fixed
Status: newclosed

Tested with Trac 0.12 and multiply repositories. Works fine.

An example (see repo parameter):

{{{
#!CodeExample
## type = good
## repo = MacGPGME
## path=GPGData.m
## regex="static void releaseCallback\(.*"
## lines=4
#!objective-c
}}}

The code will be rendered as:

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alexander Slesarev.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.