Golbez Posted August 17, 2008 Posted August 17, 2008 how do i update the helpfile?i want to add the NomadMemory.au3 functions to my helpfile.alsoi want to add the stuff needed so when i start typing in scite it will show me the proper way how to.ex:
TehWhale Posted August 17, 2008 Posted August 17, 2008 how do i update the helpfile?i want to add the NomadMemory.au3 functions to my helpfile.alsoi want to add the stuff needed so when i start typing in scite it will show me the proper way how to.ex: You should search. This question (#2) was asked less than 5 days ago!
Golbez Posted August 17, 2008 Author Posted August 17, 2008 (edited) i did look in search.. it was the first thing i did.. i searched: update helpfile how to update helpfile update scite and instead of telling me to use the search command with im not a moron i know that is one of the first things to do when im looking for something.. why not help me out and give me a clue on what to look for.. Edited August 17, 2008 by Golbez
TehWhale Posted August 17, 2008 Posted August 17, 2008 http://www.autoitscript.com/forum/index.ph...c=77661&hl=
TehWhale Posted August 17, 2008 Posted August 17, 2008 how do i update the helpfile?i want to add the NomadMemory.au3 functions to my helpfile.alsoi want to add the stuff needed so when i start typing in scite it will show me the proper way how to.ex: If i'm not mistaken, which I may be, a html help file is just a 'web browser' browsing a bunch of online files that it reads.
Golbez Posted August 17, 2008 Author Posted August 17, 2008 well when i go to edit the helpfile i cant find a program to read it xD
Uten Posted August 17, 2008 Posted August 17, 2008 7-zip to decompress the help file.notepad to edit (or your editor of choice).tools to compile help file Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Uten Posted August 17, 2008 Posted August 17, 2008 Forgot to add:Volly came up with a really neat idea (HelpPlus) some year and a halve ago. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
therks Posted August 17, 2008 Posted August 17, 2008 (edited) how do i update the helpfile?i want to add the NomadMemory.au3 functions to my helpfile.alsoi want to add the stuff needed so when i start typing in scite it will show me the proper way how to.ex: That is not actually part of the help file. Have a look in your Scite directory for au3.api to see the existing entries. You can add your own to au3.user.calltips.api in the same directory. For me the path is C:\program files\scite\api\. I have added my own UDF's calltips to the au3.user.calltips.api file before, it's quite handy. Edited August 17, 2008 by RobSaunders My AutoIt Stuff | My Github
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now