Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/25/2023 in all areas

  1. Updated the Beta installer & portable files with the latest Lua scripts and SciTE V 5.3.8 Scintilla:5.3.7 Lexilla:5.2.7 Also the SciTEx86.zip & SciTEX64.zip are updated with the latest version.
    1 point
  2. In the next version it will default/change them all to "$param=xx" in au3.file.dynamic.calltips.api . (remove spaces around the "=" ) .
    1 point
  3. Try the latest version of AutoItDynamicIncludes.lua in the zip I just uploaded.
    1 point
  4. Ok, i have played a bit with the update of the local file and made the following changes: Added the following option which will determine whether the current file is scanned of each character typed (current Default is not to scan but that could change back to the old behavior): Directive: #SciTE4AutoIt3_Dynamic_Include_Always_Update_Local_File=n Property: dynamic.include.always.update.local.file=n/y Re-enabled the logfile message to the console when debugging is on/off uploaded also the au3.autoit3wrapper.api & autoit3wrapper.keywords.properties with the added directive. I am not sure what happens here, but it is expected that there is a small delay when Enter is pressed as a check is done for that line to see if any #include needs to be added. I have done some testing with your big script and didn't see any difference between the initial Enter and after a Save.
    1 point
  5. Thanks ioa747 a lot, I followed your advice and found the key. In my case I have to pass spacebar. The automation is working fine now.
    1 point
  6. The code is in he 3rd post of this thread. My second post explains your question. If you remember, you asked: and i gave you the explanation. As you can see: For $i = 1 to 3 Step 1      $tmp=$tmp & FileReadLine($file, $i) & @crlf Next is the correct usage of the variable $tmp.
    1 point
  7. what you posted is my script, which reads lines 1;4;10;25;39;50;63;70;75;104;113;128 from the file C:\Program Files (x86)\AutoIt3\SciTE\Koda\history.txt which is an example, that you should modify according to your needs where is yours script ?
    1 point
  8. See faq 31. As its java there are some tryouts around javabridge.
    1 point
  9. yes it is. ps. sorry for late reply, was out of town without access to internet...
    1 point
×
×
  • Create New...