Jump to content

Recommended Posts

Posted

Hey guys!

Is there any way to make the Autoit compiler recognise user defined includes? I have a bunch of functions that I have written myself that I would like to have as an include for the certain task at hand. Is there any way that I can have autoit complete the syntax for me for my own defined functions (just like it does for msgbox, guiCTRLcreate, etc.)?

Thanks guys!

  • Developers
Posted

:) Are you talking about the AutoComplete function of SciTE ?

If so, look at the SciTE4AutoIt3 Helpfile that comes with the full installer and look for "User Call Tips"

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

*headdesk* That's what it was called.. autocomplete... I feel like a noob now :)

And yeah.. I wasn't using the modded version of the compiler. Just downloaded it and loving it already :)

Thanks!

Posted

May be a stupid question, but is there a way of changing the colour and font style of user defined functions to another color, other than just black?

  • Developers
Posted

You can add them to the file called properties\au3.UserUdfs.properties and they will get the same color as the standard UDFs.

the layout of au3.UserUdfs.properties is:

;User UDFs 
au3.keywords.user.udfs=_test _test2 _test3 \
    _test4 _test5 _test6 _test7 _test8 \
    _test9

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
  • Recently Browsing   0 members

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