#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)
by , 12 years ago
| Attachment: | v3.3.3.10.0___CHANGE_v1.zip added |
|---|
comment:1 by , 12 years ago
comment:3 by , 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 , 12 years ago
| Milestone: | → 3.3.11.0 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [9360] in version: 3.3.11.0
comment:6 by , 12 years ago
A small mistake in the translation, I mean:
Thanks for valuable remarks.
It's my oversight.

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