Shastaman Posted June 14, 2010 Share Posted June 14, 2010 After uninstalling and reinstalling AutoIt, help doesn't start from pressing F1. It doesn't do anything when I press F1. The help file is there and I can go and open it directly, however, it doesn't open using F1, besides not going straight to the command I have selected in the editor. I've looked through the configuration files and don't find where that's configured. I tried uninstalling and reinstalling again, without success. Thanks Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted June 14, 2010 Moderators Share Posted June 14, 2010 Shastaman,Have you saved the code you are wrking on as an .au3 file? None of the fancy AutoIt bits in SciTE work unless you are working on a saved .au3 file. 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...
picaxe Posted June 14, 2010 Share Posted June 14, 2010 If problem is not as suggested by Melba23. Try this Link to comment Share on other sites More sharing options...
Shastaman Posted June 29, 2010 Author Share Posted June 29, 2010 The suggested solution does not resolve the problem. The problem is I start SciTe, open an AU3 file, highlight an AutoIT command, and press F1, but nothing happens. I want AutoIt help to start and go to the command highlighted. I'm trying to find how where and how to configure “press F1 and AutoIt help starts”. Link to comment Share on other sites More sharing options...
GEOSoft Posted June 29, 2010 Share Posted June 29, 2010 I seem to recall that it only works with the full version of Scite installed. http://www.autoitscript.com/autoit3/scite/ George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Ascend4nt Posted June 29, 2010 Share Posted June 29, 2010 Here's one fix I've used in making Scite semi-portable. It works on regular installations too: Open this file in your AutoIt folder: AutoIt3\SciTE\Properties\au3.properties Go to this line: command.help.$(au3)=$(autoit3dir)\Autoit3Help.exe "$(CurrentWord)" Change it to: command.help.$(au3)="$(SciteDefaultHome)\..\Autoit3Help.exe" "$(CurrentWord)" Note you can save the previous setting by putting a "#~ " in front My contributions: Performance Counters in Windows - Measure CPU, Disk, Network etc Performance | Network Interface Info, Statistics, and Traffic | CPU Multi-Processor Usage w/o Performance Counters | Disk and Device Read/Write Statistics | Atom Table Functions | Process, Thread, & DLL Functions UDFs | Process CPU Usage Trackers | PE File Overlay Extraction | A3X Script Extract | File + Process Imports/Exports Information | Windows Desktop Dimmer Shade | Spotlight + Focus GUI - Highlight and Dim for Eyestrain Relief | CrossHairs (FullScreen) | Rubber-Band Boxes using GUI's (_GUIBox) | GUI Fun! | IE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) | Magnifier (Vista+) Functions UDF | _DLLStructDisplay (Debug!) | _EnumChildWindows (controls etc) | _FileFindEx | _ClipGetHTML | _ClipPutHTML + ClipPutHyperlink | _FileGetShortcutEx | _FilePropertiesDialog | I/O Port Functions | File(s) Drag & Drop | _RunWithReducedPrivileges | _ShellExecuteWithReducedPrivileges | _WinAPI_GetSystemInfo | dotNETGetVersions | Drive(s) Power Status | _WinGetDesktopHandle | _StringParseParameters | Screensaver, Sleep, Desktop Lock Disable | Full-Screen Crash Recovery Wrappers/Modifications of others' contributions: _DOSWildcardsToPCRegEx (original code: RobSaunder's) | WinGetAltTabWinList (original: Authenticity) UDF's added support/programming to: _ExplorerWinGetSelectedItems | MIDIEx UDF (original code: eynstyne) (All personal code/wrappers centrally located at Ascend4nt's AutoIT Code) 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