#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)
Change History (7)
Changed 11 years ago by mlipok
comment:1 Changed 11 years ago by mlipok
comment:3 Changed 11 years ago by guinness
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 Changed 11 years ago by guinness
- Milestone set to 3.3.11.0
- Owner set to guinness
- Resolution set to Completed
- Status changed from new to closed
Added by revision [9360] in version: 3.3.11.0
comment:5 Changed 11 years ago by mlipok
Thanks for valuable consideration
It's my oversight.
comment:6 Changed 11 years ago by mlipok
A small mistake in the translation, I mean:
Thanks for valuable remarks.
It's my oversight.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
hm...
I se I do a mistake in name of the zip file :)
but it is not as important as its content