Jump to content

Recommended Posts

Posted

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

  • Moderators
Posted

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

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

  • 2 weeks later...
Posted

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

Posted

I seem to recall that it only works with the full version of Scite installed.

http://www.autoitscript.com/autoit3/scite/

George

  Reveal hidden contents
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!"

Posted

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:

  Reveal hidden contents

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 UDFsProcess 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)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...