Jump to content

How to add your own UDF's to the 'SciTe' sentax


Recommended Posts

So the topic title/description pretty much says it all.

I'm tring to add Valutaters FreeText UDF to the SciTe Syntax thing. I'm having issues remembering the syntax so if it was in there that'd be great!

Or, if one of you mods/devs want to add it to the AutoIt3 install set!

I appologize if this is the wrong forum. Its not AutoIt scripts related, so I thought that Chat would be the most suitable forum.

Link to comment
Share on other sites

Tool > User calltip entries

add 1 line per udf

_Function( string "arg 1", arg2 [,optional arg]) This function does xxxxxxxxx.

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

Now that I got this:

_FreeText_Create($String, $Left = -1, $Top = -1, $Size = 50, $Color = "Black", $Font = "Arial", $Weight = 1000)
_FreeText_CreateBackGround($Color = "Random", $trans = 200)
_FreeText_CreateBalls($Count, $Left = -1, $Top = -1, $Size = 40, $Color = "Black")
_FreeText_CreateBlocks($Count, $Left = -1, $Top = -1, $Size = 20, $Color = "Black")
_FreeText_CreateCubes($Count, $Left = -1, $Top = -1, $Size = 20, $Color = "Black")
_FreeText_CreateGlitter($Count = 100, $time = 4000, $delete = 0, $delay = 1)
_FreeText_Animate($T_GUI, $style = 1, $speed = 500)
_FreeText_Blink($T_GUI, $delay = 20, $reverse = 1)
_FreeText_Bump($T_GUI, $bump = 15, $delay = 20, $reverse = 1)
_FreeText_ColorStrobe($T_GUI, $delay = 20, $colors = "yellow,green,blue,Red", $reverse = 1)
_FreeText_Delete($T_GUI)
_FreeText_GetPosition($T_GUI)
_FreeText_HorseRace($T_GUI, $Distance = -1, $time = 60000, $speed = 2, $delay = 1)
_FreeText_Implode($T_GUI, $delete = 0, $speed = 2, $delay = 20)
_FreeText_MixUp($T_GUI, $speed = 2, $delay = 5)
_FreeText_Move($T_GUI, $XX, $YY, $speed = 2, $delay = 20)
_FreeText_MoveAsIs($T_GUI, $XX = 0, $YY = 0, $speed = 2, $delay = 20)
_FreeText_MoveOne($T_GUI, $Char_Number, $XX, $YY, $speed = 2)
_FreeText_MoveSwitch($T_GUI, $1st_Char, $2nd_Char, $speed = 2)
_FreeText_MoveVertical($T_GUI, $XX, $YY, $speed = 2, $delay = 20)
_FreeText_Rain($T_GUI, $time = 30000, $speed = 1, $delay = 10)
_FreeText_Rainbow($T_GUI, $time = 1000, $delay = 20, $iUse = 0)
_FreeText_Scatter($T_GUI, $Step = 100, $speed = 2, $delay = 20, $reverse = 1)
_FreeText_SetColor($T_GUI, $Color = "Black")
_FreeText_SetParent($T_GUI, $h_parent, $delay = 50)
_FreeText_SetPosition($T_GUI, $xArray, $speed = 2, $delay = 20)
_FreeText_SetOneState($B_GUI, $Char_Number, $state = @SW_SHOW)
_FreeText_SetState($T_GUI, $state = @SW_SHOW, $delay = 10)
_FreeText_SetTrans($T_GUI, $transparency = 255, $delay = 20)
_FreeText_Shape_ClearText($B_GUI, $delay = 20)
_FreeText_Shape_RainbowText($B_GUI, $time = 1000, $delay = 20)
_FreeText_Shape_SetText($B_GUI, $Text, $Size = 20, $Color = "black", $Font = "Arial", $Weight = 1000, $delay = 20)
_FreeText_Shape_SetTextColor($B_GUI, $Color = "black", $delay = 20)
_FreeText_Shape_SetOneText($B_GUI, $Char_Number, $Text)
_FreeText_Shape_SetOneTextColor($B_GUI, $Char_Number, $Color = "black")
_FreeText_Shape_StrobeText($B_GUI, $delay = 20, $colors = "yellow,green,blue,Red", $reverse = 1)
_FreeText_ShockWave($T_GUI, $wave = 15, $delay = 20, $reverse = 1)
_FreeText_SpinIn($T_GUI, $Points = 8, $delete = 1, $delay = 1, $Out = 0)
_FreeText_SpinOut($T_GUI, $Points = 8, $delete = 1, $delay = 1)
_FreeText_StairCase($T_GUI, $Step = 15, $speed = 1, $delay = 20, $reverse = 1)

in my au3.user.calltips.api. It now tells me the syntax, but Valuater it'd be nice to have you describe how these work so that I can put a description beside them!

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...