HurleyShanabarger Posted June 2, 2020 Share Posted June 2, 2020 (edited) I was lucky enough to learn about the abbreviation feature after almost 14 years of using AutoIt trough this thread: I tried to use the user feature, but I guess I am doing a mistake. The following files have been created, but if I type cwrgui nothing happens. Am I missing something obvious here? Edited June 3, 2020 by HurleyShanabarger Link to comment Share on other sites More sharing options...
Exit Posted June 2, 2020 Share Posted June 2, 2020 Did you press the spacebar after the shortcut? App: Au3toCmd UDF: _SingleScript() Link to comment Share on other sites More sharing options...
HurleyShanabarger Posted June 2, 2020 Author Share Posted June 2, 2020 1 minute ago, Exit said: Did you press the spacebar after the shortcut? Yes. I also have the full version of SciTE installed. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted June 2, 2020 Moderators Share Posted June 2, 2020 Moved to the appropriate forum. Moderation Team "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
HurleyShanabarger Posted June 2, 2020 Author Share Posted June 2, 2020 1 minute ago, JLogan3o13 said: Moved to the appropriate forum. Moderation Team Thanks for that and I do not mean to be cocky, but I thought that the "Technical Discussion" forum is for "Technical discussions, betas, editors, help file, add-on tools, etc"? Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted June 2, 2020 Moderators Share Posted June 2, 2020 It is, and whether this is a general support question or a "technical discussion" could be open to interpretation. However, as it appears to be a problem you are having and want assistance with, and as moving it here will put many more sets of eyes on it, I think it makes sense. HurleyShanabarger 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
seadoggie01 Posted June 2, 2020 Share Posted June 2, 2020 Did you close and restart SciTE? When I add new function tips, they don't appear until I restart the program All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types Link to comment Share on other sites More sharing options...
HurleyShanabarger Posted June 2, 2020 Author Share Posted June 2, 2020 1 hour ago, seadoggie01 said: Did you close and restart SciTE? When I add new function tips, they don't appear until I restart the program Yes, I did that. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 2, 2020 Moderators Share Posted June 2, 2020 HurleyShanabarger, As you have the full SciTE4AutoIt3 package installed , why not use the Abbreviation Manager you can find under <SciTEConfig - Other Tools> to create your abbreviations. This is after all why I wrote it! M23 seadoggie01 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...
TheXman Posted June 2, 2020 Share Posted June 2, 2020 16 minutes ago, Melba23 said: why not use the Abbreviation Manager you can find under <SciTEConfig - Other Tools> If you use the Abbreviation Manager, which I do, make sure to fix the bug that occurs when you use the pipe symbol ("|") to set the cursor's position. Otherwise, it may corrupt your abbreviation properties file. CryptoNG UDF: Cryptography API: Next Gen jq UDF: Powerful and Flexible JSON Processor | jqPlayground: An Interactive JSON Processor Xml2Json UDF: Transform XML to JSON | HttpApi UDF: HTTP Server API | Roku Remote: Example Script About Me How To Ask Good Questions On Technical And Scientific Forums (Detailed) | How to Ask Good Technical Questions (Brief) "Any fool can know. The point is to understand." -Albert Einstein "If you think you're a big fish, it's probably because you only swim in small ponds." ~TheXman Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 2, 2020 Moderators Share Posted June 2, 2020 TheXman, That is fixed in the latest Beta from Jos - promise! https://www.autoitscript.com/autoit3/scite/download/beta_SciTE4AutoIt3/ M23 TheXman 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...
HurleyShanabarger Posted June 3, 2020 Author Share Posted June 3, 2020 On 6/2/2020 at 7:19 PM, Melba23 said: HurleyShanabarger, As you have the full SciTE4AutoIt3 package installed , why not use the Abbreviation Manager you can find under <SciTEConfig - Other Tools> to create your abbreviations. This is after all why I wrote it! M23 I tried this way and it did not bring the expected result. After that I checked the files that you can see in the screenshots, so there was not really manual work involved. So far it is not working for new abbreviations, but if I use the program to overwrite an existing one, this is working. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 3, 2020 Moderators Share Posted June 3, 2020 HurleyShanabarger, I see you have a "|" character in the abbreviation - have you downloaded and replaced the current file with the Beta version of Abbrev Manager to which I linked above? 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...
HurleyShanabarger Posted June 3, 2020 Author Share Posted June 3, 2020 Yes, I was using the mentioned beta version. I just uninstalled AutoIt / SciTe and reinstalled everything and it started working. Not sure what the issue was, as I recently reinstalled windows and everything from scratch. 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