Opened 15 years ago
Closed 15 years ago
#1811 closed Bug (Works For Me)
String.au3 file inside help folder?
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | SciTE4AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
?
The file "String.au3" thats residing in the general help folder block the use of the scite4autoit tool "open include" on the string code-examples when opened into scite.
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
| Component: | Standard UDFs → SciTE4AutoIt |
|---|---|
| Owner: | changed from to |
comment:2 by , 15 years ago
walk though: (*Scite4AutoIt3 full install assumed)
- open AutoIt help. (preferably from Scite*)
- browse to one of the "string management" UDF's inside the help.
- click "open this script" in the example script of that string UDF.
- Scite*: use "tools: open include file" on the "#include <string.au3>" line in the opened example file.
At this point I end up with the "...\AutoIt3\Examples\Helpfile\String.au3" file instead of the "...\AutoIt3\Include\String.au3" file inside Scite*
Your getting the same result?
- In case you do.
Point being something to the effect of.
Due to the include file find logic. Help files should not use same names as default(AutoIt) include files.
I'm making any sens?
(Trivial if this is the case. Just making a note of it to enforce some sort of resolution on this.)
- If not ... Erm, back to my local drawing board.
comment:4 by , 15 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |

Please explain what you mean because this is not clear to me.
Jos