Giter VIP home page Giter VIP logo

autoit-vscode's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

autoit-vscode's Issues

Output Windows Encoding Problem

SciTEUser.properties:

code.page=65001
output.code.page=936

t.au3:

$s = 'test中文测试test'
ConsoleWrite($s & @CRLF)

001

002

I think it's an encoding problem. Before update the Output panel of VSCode, AutoIt-VSCode should deal with the Encoding of strings.

Thanks.

Software License

Please provide a License agreement in which this software adheres to.

Intellisense : Don't process parameter inside quotes

Hello,

I found a bug with the intellisense auto-completion of parameters.
I use the StringReplace function with a "," in parameter, Intellisense think it's part of the function :
image

In this capture, we can see Intellisense autocompleting for the 4th parameter, but only 3 are put.

IntelliSense should not occur when typing a period and Enter at the end of a comment

Steps to reproduce

  1. Open an AutoIt file.

  2. On a blank line, type this comment followed by Enter:

    ; My first comment.

Expected result

Cursor moves to next line and previous line is as shown:

; My first comment.

Actual result

Cursor remains on current line, the period is lost, and unexpected code appears both to the end of and underneath the comment:

; a commentIf (<expression>) Then
	statement
EndIf

Affects version 1.0.4 with Code 1.43.0 (both latest at time of report), on both Windows and Mac.

VSIXInstaller.NoApplicableSKUsException on VS 2015

I am trying to install on a standalone client Windows 7 Prof with VS2015 v3. I have the Damien.autoit-0.2.0.vsix file and get the following exception.
VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products
Is there a way to get around this exception?

Keyboard shortcut to terminate process

My keyboard is ahead of its time and doesn't have a Break key.

I'm an awful developer that frequently writes scripts that never terminate :)

Would adding a shortcut like this be possible?

Please and thank you.

Temporary errors displayed when I switch between tabs

Hi,

I have a problem, not serious, but a little disturbing because I did not have it before the last update of the extension.

When I switch between tabs, if it's not the main script but an included file, there may be errors displayed temporarily (undeclared variables, unknown functions etc..)

Example : https://www.youtube.com/watch?v=CGIQKBkIIqs

Thank you so much for your extension, except this small problem, thats a real help to develop in autoit on vscode :)
Emie

debug to msgbox broken

Throws error about needing to select a variable or macro to generate but it doesn't matter what I highlight. Ideally there would also be the option to debug to console (which beats the crap out of msgbox)

Error in Extension Host Log when trying to hover unknown words

When mouse runs over words without description Exthost send error to Log.
Vscode version: 1.54.3

Here`s the text of error:

[2021-03-16 19:35:18.039] [exthost] [error] [Damien.autoit] provider FAILED
[2021-03-16 19:35:18.039] [exthost] [error] Error: Illegal argument, contents must be defined
	at new Z (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:81:23473)
	at new Z (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:81:11705)
	at Object.provideHover (c:\SCRIPTS\AutoIt-VSCode!\dist\extension.js:6150:12)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:87:156761
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:57:7538
	at new Promise (<anonymous>)
	at Object.g [as asPromise] (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:57:7510)
	at n.provideHover (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:87:156732)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:87:179262
	at Se._withAdapter (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:87:176060)
	at Se.$provideHover (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:87:179238)
	at c._doInvokeHandler (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:90:10509)
	at c._invokeHandler (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:90:10201)
	at c._receiveRequest (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:90:8820)
	at c._receiveOneMessage (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:90:7673)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:90:5782
	at g.fire (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:57:1836)
	at p.fire (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:15443)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:106:29119
	at g.fire (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:57:1836)
	at p.fire (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:15443)
	at t._receiveMessage (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:20693)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:17587
	at g.fire (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:57:1836)
	at l.acceptChunk (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:12808)
	at c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:65:12156
	at Socket.E (c:\Users\UserName\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:106:12375)
	at Socket.emit (events.js:315:20)
	at addChunk (_stream_readable.js:295:12)
	at readableAddChunk (_stream_readable.js:271:9)
	at Socket.push (_stream_readable.js:212:10)
	at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
	at Pipe.callbackTrampoline (internal/async_hooks.js:120:14)

Func keyword dectection has bug

Hi @loganch ,
I faced some error displaying function name in outline pallete. A stricter keyword parsing would fix this issue, I think.
The image below could fully describe what I mean:
image

By the way, could you please help to implement folding for #Region - #EndRegion keywords?
Thank you!

AutoIt3Wrapper.au3 not found

Hi, I'm getting this error when I try to run a script in VS Code:

image

Autoit, VSCode and the extension are all updated to the latest version and I installed the full version of Autoit in the default location but there's no AutoIt3Wrapper\ directory inside C:\Program Files (x86)\AutoIt3\SciTE\.

I left VSCode configuration as default:

image

I can run scripts using SciTe just fine. Thanks for your attention!

Implement auto-deindentation

It would be nice to have the closing line of a statement (e.g. EndIf, EndFunc, WEnd) automatically deindent to the same level as its opening line.

Console output?

Having access to a real time console for script output (similar to ISN Autoit Studio) is essential. I am not sure if this is in.

Format Document VS Code command with Tidy

We can of course assign a hotkey to the Tidy command, but it seems like it would be more consistent and useful to be able to use VS Code's Format Document command on .au3 files.

Is it possible to hook into that instead of having to press a different key to format our document when using .au3 files?

Can't terminate process from VS Code

Visual Studio Code
Version: 1.25.1
Commit: 1dfc5e557209371715f655691b1235b6b26a06be
Date: 2018-07-11T15:43:53.668Z
Electron: 1.7.12
Chrome: 58.0.3029.110
Node.js: 7.9.0
V8: 5.8.283.38
Architecture: x64

SciTE 4.1.0

AutoIt v3.3.14.5

AutoIt Plugin 0.2.0

Tried with only AutoIt Plugin enabled.

I do have a Pause/Break key on my keyboard (Logitech G Pro)
It works fine in SciTE.
Decided to mod AutoIt3Wrapper.ini to give it another termination sequence of (Ctrl+PGDN)...after modding ini and restarting VS Code and SciTE AutoIt3Wrapper displays:
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break -or- Ctrl+PGDN to Stop
...but starting a simple timed loop and hitting Ctrl+PGDN in VS Code results in:
! Program will be cancelled.
...but does nothing.
Both Ctrl+Break and Ctrl+PGDN now work flawlessly inside SciTE itself, giving me:

--> Press Ctrl+Alt+Break to Restart or Ctrl+Break -or- Ctrl+PGDN to Stop
! Program will be cancelled.

>Process failed to respond; forcing abrupt termination...
>Exit code: 1    Time: 10.99

What am I doing wrong?

editor.action.addSelectionToNextFindMatch selects square brackets when it should not

Visual Studio Code 1.20.1 x64 with default settings.
Default hotkey is:

{
  "key": "ctrl+d",
  "command": "editor.action.addSelectionToNextFindMatch",
  "when": "editorFocus"
}

it selects square brackets of arrays alltogether with the word under cursor
z
when it should select only the word like this
zz

It is not an issue in any other languages or in autoit with any other kinds of brackets. And not an issue with any other functions and hotkeys(for example "shift+alt+right" - editor.action.smartSelect.grow - works correctly and does not pick up square brackets).
It only happens in autoit syntax and only with square brackets and only with editor.action.addSelectionToNextFindMatch command.

I wish i could provide more info, but i am quite new to VSC, so I am not sure where to start digging. Feel free to ask.

Autocomplete : function beginning with "__" bug

Hello

I found a bug with autocomplete when function began with two underscore : __

Only one is detected, causing a function rewrited with 3 underscore when enter is hit
image

image

__error function is inside the document

Uncomplete "Go to definition" (issue #39)

Hi and sorry Logan,

your fix in file src\ai_definition.js for adding "Go to definition" seems to be uncomplete. It works for definitions in the same file which is the usage of the function. But when I have the definiton in a separate file which is also located in the workspace and on the same level, I can not do the "jump" to that file.

It doesn't work unfortunatly.


I really tried to do it on my own and set a pull request then, but I couldn't achieve the correct result.
I tried to combine code of src\ai_definition.js and src\ai_workspaceSymbols.js to iterate through all files, but I loosed.

If you need more information, please let me know.
Thanks for your investigation and an answer.

Best regards,
Sven

No intellisense & description for _DebugArrayDisplay of Debug.au3

Hello Loganch,
I really enjoy your plugin for AutoIT in VSC. However, I don't see the IntelliSense works with the _DebugArrayDisplay function (defined in Debug.au3).
I use this function a lot so it would be nice if this can be fixed in the next release.

Thanks & best regards,

Function parameters aren't availables in intellisense

Hello,
First thank you for this extension that really make coffee 😆

Ok I think I have found a issue (or maybe an improvement ;) ), the parameters name are not accessible in intellisense within the functions, they don't appear in the list.

image
Here the $sUser variable is not recognized

Can you look at this ?
Thanks

Intellisense not working with AutoIt Custom Includes Folder

So I noticed that the extension will read in the functions and provide Intellisense/Call Hints for includes if they are included using the relative path ...

i.e. #include "UDF.au3" or #include "../UDF.au3"

But if you setup an additional includes directory by setting it in the registry per AutoIt's instructions

"There is a special registry value that can be created at "HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt" called "Include". It should be a REG_SZ (string) value. The contents of this value are a semi-colon delimited list of directories that should be searched for files when resolving #include's in addition to the standard locations."

and therefore include it as #include <UDF.au3>, then the Intellisense doesnt work. Builds and compiles work fine, but intellisense doesnt unless I refer to it using relative paths or its in the default AutoIt includes folder.

Can the extension be updated to read that registry key and include those paths as well for Intellisense? Or is there somewhere in the extension that I can declare that folder path to get this to work?

Compile pathing

Compile does not work on a full default install. The compile tools are not in the scite folder.

Recursively index functions for intellisense

Hello all,

It would be great if the extension could also index the functions of other files.

Example :
File A:

Func A()
Endfunc

File B:

#include "fileA"                                             
Func B()
Endfunc

File C:

#include "fileB" 
B() 
A() ; not autocompleted

In fileC the extension will give autocompletion for function B() but not for function A() who is include in fileB. However, it's still possible to call A() in fileC

I will try to work on this when I will have time, anyway, i'm always happy to help

Feature request for breakpoints

Unless I am missing something it appears that this extension does not have the ability to set breakpoints like other AutoIT debuggers (outdated as they are) can do.

Is this within the possibility of the extension?

Thanks.

Chinese language, output there to display random code

+>15:39:41 ���ڿ�ʼ AutoIt3Wrapper v.17.224.935.0 SciTE v.3.7.3.0 ���̲���: 00000804 ϵͳ�汾: WIN_7/Service Pack 1 ���봦����: X64 ϵͳ�ܹ�: X64 ����(����:0804) ����ҳ:utf8.auto.check:
+> SciTE Ŀ¼ => D:\AutoIt3\SciTE �û�Ŀ¼ => D:\AutoIt3\SciTE\AutoIt3Wrapper

�������� AU3Check (3.3.14.4) ��: D:\AutoIt3 ����: c:\Users\Administrator\Desktop\11.au3
+>15:39:42 AU3Check �ѽ���. ���ش���: 0
��������:(3.3.14.4): D:\AutoIt3\autoit3.exe "c:\Users\Administrator\Desktop\11.au3" $(1) $(2) $(3) $(4)
--> �� Ctrl+Alt+Break �����¿�ʼ�� Ctrl+Break ��ֹͣ
+>15:39:44 AutoIt3.exe �ѽ���. ���ش���: 0
+>15:39:44 AutoIt3Wrapper �����.
Process exited with code 0

How to locate error lines quickly

Hi,loganch
I would like to know if there is any wrong positioning, which line will check for wrong click positioning or wavy line reminder
error

Hardcoded executable paths

Currently all executable paths are hardcoded inside ai_commands.js. Users that do not have AI installed (to that exact path) cannot use any of the advanced feature like running/building etc.

For example, I am not allowed to install anything that hasn't been approved by our sysadmin, however I can run portables (from non-system paths) just fine.

To work around this I had to manually alter the paths in C:\Users\*user*\.vscode\extensions\Damien.autoit-0.1.2\out\src\ai_commands.js and reload VSCode. Obviously this will be gone after an update.

Would be nice to have access to these path-variables via the ordinary VSCode setting.json which can be altered directly inside VSCode (File > Preferences > Settings): https://code.visualstudio.com/docs/getstarted/settings

For example Code Runner has customizable paths for autoit.

Add "Go to definition"

Can you add "Go to definition" feature, with shortcut "F12", like in other language ?

Trouble with script output to console (again)

Hey Logan,

So I fell into a looping BSOD and had to reset my system and consequently rebuild my dev environment. I have one issue remaining and that is the running script output to console with VSCode. I do not believe it is your plugin but I am hoping you can offer a suggestion on how to track down the issue.

Having zero output makes me want to go all "fight club" on my self.

Intellisense for scripts created by user

I don't know if this can be already achieved via tweaking the settings

While including custom scripts(imported script is in the same directory as the one being being imported from), also add intelliSense for methods in the imported script.

I tried

#include <NomadMemory.au3>

script available here
still no intellisense for functions like _MemoryOpen, _MemoryWrite, etc...

Thank you for your time
Feel free to close.

Newbie Help?

I have the latest VS Code, AutoIt-VSCode extension and AutoIt with SciTE 4.1.2. script editor installed. Loaded a script in VS Code. Clicked "Debug|Start Debugging" in VS Code...."Select Environment" appears. I've no idea what it wants.

How do I use this product?

Thanks,

Neal

Code completion issue for user-defined functions

Hi Loganch,

I'm so happy to know that version 1.0.2 is released.
But I found a weird behavior with code completion, for user-defined functions.
For example, I have a function named _LogDbg. In previous version (1.0.1, to be exact), when I type _Logdbg then a hint would show up like below
image

But in version 1.0.2, the hint shows like this
image
When selecting the function, I need to delete the Func by myself. And I feel a little uncomfortable.
Is this intentionally made or just a bug?

Thank you!

Autoit3Wrapper path issue

Hello,
I have noticed that when running Autoit3 - Build (pressing F7), the output path is not the same as using SciTE's built-in Build command.

This is the output from the Build command:

+>12:25:38 Starting AutoIt3Wrapper v.16.612.1119.0 SciTE v.3.6.6.0   Keyboard:00000410  OS:WIN_10/  CPU:X64 OS:X64  Environment(Language:0410)  CodePage:  utf8.auto.check:
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Users\Username\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\Username\AppData\Local\AutoIt v3\SciTE 
>Running Tidy (16.612.1119.0)  from:C:\Program Files (x86)\AutoIt3\SciTE\tidy
+>12:25:39 Tidy ended.rc:0
>Running AU3Check (3.3.14.2)  from:C:\Program Files (x86)\AutoIt3  input:c:\Users\Username\Documents\Projects\my-project\my-project.au3
+>12:25:39 AU3Check ended.rc:0
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "c:\Users\Username\Documents\Projects\my-project\my-project.au3" /out "C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe" /nopack /icon "c:\Users\Username\Documents\Projects\my-project\icon.ico" /comp 4
+>12:25:40 Aut2exe.exe ended.C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe. rc:0
>12:25:40 Performing the Program Resource Update steps:
...>Updating Program Version information.
>12:25:41 Program Resource updating finished successfully.
>Running:(3.91.0.0):C:\Program Files (x86)\AutoIt3\aut2exe\upx.exe" --best --compress-icons=0 --keep-resource=10/SCRIPT "C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe"
                       Ultimate Packer for eXecutables
                          Copyright (C) 1996 - 2013
UPX 3.91w       Markus Oberhumer, Laszlo Molnar & John Reiser   Sep 30th 2013

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
   1100288 ->    624128   56.72%    win32/pe     ~AUC245.tmp.exe

Packed 1 file.
+>12:25:42 UPX Ended: rc:0
!>12:25:42 Problem copying file from: C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe To :C:\Program Files (x86)\Microsoft VS Code\dist\My Project.exe
>Running:(3.3.14.2):C:\Program Files (x86)\AutoIt3\aut2exe\aut2exe.exe  /in "c:\Users\Username\Documents\Projects\my-project\my-project.au3" /out "C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe" /nopack /icon "c:\Users\Username\Documents\Projects\my-project\icon.ico" /comp 4 /x64
+>12:25:44 Aut2exe.exe ended.C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe. rc:0
>12:25:44 Performing the Program Resource Update steps:
...>Updating Program Version information.
>12:25:45 Program Resource updating finished successfully.
>Running:(3.91.0.0):C:\Program Files (x86)\AutoIt3\aut2exe\upx.exe" --best --compress-icons=0 --keep-resource=10/SCRIPT "C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe"
                       Ultimate Packer for eXecutables
                          Copyright (C) 1996 - 2013
UPX 3.91w       Markus Oberhumer, Laszlo Molnar & John Reiser   Sep 30th 2013

        File size         Ratio      Format      Name
   --------------------   ------   -----------   -----------
   1218560 ->    659968   54.16%    win64/pe     ~AUC245.tmp.exe

Packed 1 file.
+>12:25:47 UPX Ended: rc:0
!>12:25:47 Problem copying file from: C:\Users\Username\AppData\Local\AutoIt v3\Aut2exe\~AUC245.tmp.exe To :C:\Program Files (x86)\Microsoft VS Code\dist\My Project x64.exe
+>12:25:47 AutoIt3Wrapper Finished.
Process exited with code 0

Notice these:

  • Project path: C:\Users\Username\Documents\Projects\my-project\my-project.au3
  • Build wrong destination: C:\Program Files (x86)\Microsoft VS Code\dist\My Project.exe

Inside my-project.au3 I put the following directive:

#AutoIt3Wrapper_Outfile=dist/My Project.exe

SciTE put it correctly under C:\Users\Username\Documents\Projects\my-project\dist\My Project.exe, while VS Code puts it (or at least, tries to do so) in C:\Program Files (x86)\Microsoft VS Code\dist\My Project.exe, which fails because it lacks administrative privileges.

Any idea why this is happening?

Thanks

How to pass parameters to the script?

I have a script that can take parameters from the command line and I'd like to debug it from VSCode.

From what I see in the Output panel, it look like this could be possible, because the parameters "$(1)" to "$(4)" are always put on the command line:

+>13:29:15 Starting AutoIt3Wrapper v.18.708.1148.0 SciTE v.4.1.0.0   Keyboard:0000040C  OS:WIN_10/  CPU:X64 OS:X64  Environment(Language:0409)  CodePage:  utf8.auto.check:
+>         SciTEDir => C:\Program Files (x86)\AutoIt3\SciTE   UserDir => C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper
>Running AU3Check (3.3.14.5)  from:C:\Program Files (x86)\AutoIt3  input:e:\dev\script.au3
+>13:29:16 AU3Check ended.rc:0
>Running:(3.3.14.5):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe "e:\dev\script.au3" $(1) $(2) $(3) $(4)
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
+>13:35:09 AutoIt3.exe ended.rc:0
+>13:35:09 AutoIt3Wrapper Finished.
Process exited with code 0

How can I change these parameters "$(1)" to "$(4)" ? And am I limited to 4 parameters ?

Compiling doesn't take the current file

I like to compile the current au3-file. By pressing F7 I have to select the file to compile. I thought it might take the current file I just work on. Did I miss something?

error with autoit info

hello i have a fresh install with autoit and SciTE4AutoIt3 installed and im getting an error: command 'extension.launchInfo' not found.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.