Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2572 closed Feature Request (Completed)

Proposed amendments to the 309 files (change made by RegExp)

Reported by: mlipok Owned by: guinness
Milestone: 3.3.11.0 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

in
.....\autoit\english\txt2htm\txtlibfunctions\


I use
RegExp Search:
(?is)(###ReturnValue###.*)( _WinAPI_GetLastError\(\) )
RegExp Replace:
$1 <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a>


I see in _Excel.....
was nowhere links (_ExcelBookOpen _ExcelBookNew) in the Related

so I use RegExp
and I added in the parameters description relevant links

RegExp Search:
(?is)(###Parameters###.*)( _ExcelBookOpen\(\) )(.*?@@End@@)
RegExp Replace:
$1 <a href="_ExcelBookOpen.htm">_ExcelBookOpen()</a> $3

RegExp Search:
(?is)(###Parameters###.*)( _ExcelBookNew\(\))(\r\n.*?@@End@@)
RegExp Replace:
$1 <a href="_ExcelBookNew.htm">_ExcelBookNew()/a>$3

Attachments (1)

v3.3.3.10.0___CHANGE_v1.zip (208.6 KB ) - added by mlipok 12 years ago.

Download all attachments as: .zip

Change History (7)

by mlipok, 12 years ago

Attachment: v3.3.3.10.0___CHANGE_v1.zip added

comment:1 by mlipok, 12 years ago

hm...
I se I do a mistake in name of the zip file :)
but it is not as important as its content

comment:2 by TicketCleanup, 12 years ago

Version: 3.3.10.0

Automatic ticket cleanup.

comment:3 by guinness, 12 years ago

Please be careful as you will notice that your closing <a> tag is missing a bracket. I fixed this though and committed it.

comment:4 by guinness, 12 years ago

Milestone: 3.3.11.0
Owner: set to guinness
Resolution: Completed
Status: newclosed

Added by revision [9360] in version: 3.3.11.0

comment:5 by mlipok, 12 years ago

Thanks for valuable consideration
It's my oversight.

comment:6 by mlipok, 12 years ago

A small mistake in the translation, I mean:
Thanks for valuable remarks.
It's my oversight.

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.