elmoi0010 1 Posted September 14, 2014 Is there a way to add new words to autoit? like _FFCLICK, and others like that? Thanks in advanced. Share this post Link to post Share on other sites
Melba23 3,396 Posted September 14, 2014 elmoi0010,What exactly do you mean by "new words"? If you mean make UDF function names appear in colour within SciTE then you need to read the Adding UDFs to AutoIt and SciTE tutorial in the Wiki. If you mean new functions within the current UDFs then the answer is "Yes.....perhaps". You can ask for new features to be added by opening a Trac ticket for a feature request. But please do read the notes carefully - you are unlikely to get your wish unless the function is considered generally useful (not just something to save you a bit of time in your own scripts) and in the case of UDFs you will need to offer some code. If neither of those are the case, please explain exactly what you do mean. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites