Jump to content

GUICtrlRichEdit_Create


Lakes
 Share

Recommended Posts

I am looking at the _GUICtrlRichEdit_Create example, what does this line do/for?

#AutoIt3Wrapper_Au3Check_Parameters= -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6

Have looked in the helpfile and searched the forums.

Thanks.

If you are using scite then when you run a file it runs Au3Check which checks for errors in the code. That line defines the parameters.

Possible Parameters:

  • -q : quiet (only error/warn output)
  • -d : as Opt("MustDeclareVars", 1)
  • -I dir : additional directories for searching include files
  • -U -|file : output unreferenced UDFs and global variables
  • -w 1 : already included file (on)
  • -w 2 : missing #comments-end (on)
  • -w 3 : already declared var (off)
  • -w 4 : local var used in global scope (off)
  • -w 5 : local var declared but not used (off)
  • -w 6 : warn when using Dim (off)
  • -v 1 : show include paths/files (off)
  • -v 2 : show lexer tokens (off)
Edited by Mat
Link to comment
Share on other sites

If you want to write an example to be included in the help file, it is expected to pass that check without warnings or errors. It's a QA step for UDF submissions (and not a bad idea generally).

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...