abaddon7734 Posted July 7, 2012 Share Posted July 7, 2012 hello au3pros,regarding this topic in wiki: Adding UDFs to AutoIt and SciTE http://www.autoitscript.com/wiki/Adding_UDFs_to_AutoIt_and_SciTEOne has to do some procedures each time for each udf right? Is there a udf installer kind of thing out there that can create necessary files with data, scan functions and their explanations out of udfs and set the required paths for autoit and scite?I think this is something close to what im talking about: http://www.autoit.de/index.php?page=Thread&threadID=16954 But its a different language interface PS: not that im being too lazy or something, i just think it'll be cool if there was something like this Link to comment Share on other sites More sharing options...
Moderators Solution Melba23 Posted July 7, 2012 Moderators Solution Share Posted July 7, 2012 abaddon7734,If you have the latest SciTE4AutoIt3 release, open SciTEConfig and select the "Other Tools" tab. The "User CallTip Manager" you find there does what you want. M23 JohnOne 1 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 Link to comment Share on other sites More sharing options...
abaddon7734 Posted July 7, 2012 Author Share Posted July 7, 2012 Melba, You are awesome! Thanks a lot for this one! One doubt, what does Direct mode of parsing do? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted July 7, 2012 Moderators Share Posted July 7, 2012 abaddon7734,The "Header" mode assumes that there is a standard function header and parses that to get the syntax and description lines - it also ignores "INTERNAL USE ONLY" functions. In "Direct" mode, the tool looks for any and all Func lines and leaves it to the user to fill in the description and the optional [ ] brackets in the syntax line. Properly written UDFs should be fine in "Header" mode - "Direct" mode is only for those that lack headers. 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 Link to comment Share on other sites More sharing options...
wraithdu Posted August 30, 2012 Share Posted August 30, 2012 @Melba23 Do you have the source files for the abbreviations and calltip managers (AbbrevMan.au3 and UCTMan.au3)? They were not included in the S4A3 installer or ZIP archive. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted August 30, 2012 Moderators Share Posted August 30, 2012 wraithdu, I certainly do. Would you like me to release them? 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 Link to comment Share on other sites More sharing options...
wraithdu Posted September 4, 2012 Share Posted September 4, 2012 Yeah that would be awesome. There were some nice features added since the versions I have, but there's also an array out of bounds error in there somewhere that needs to be fixed. Put them in the dev forum maybe? Link to comment Share on other sites More sharing options...
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