Opened 14 years ago
Closed 13 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 Changed 14 years ago by Jos
- Component changed from Standard UDFs to SciTE4AutoIt
- Owner changed from Gary to Jos
comment:2 Changed 14 years ago by anonymous
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:3 Changed 14 years ago by Jpm
it looks like the #include<> is working as #include""
comment:4 Changed 13 years ago by Jon
- Resolution set to Works For Me
- Status changed from new to closed
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.
Please explain what you mean because this is not clear to me.
Jos