Jump to content

Jos

Developers
  • Posts

    34,857
  • Joined

  • Days Won

    346

Jos last won the day on September 30

Jos had the most liked content!

About Jos

Profile Information

  • Member Title
    Je maintiendrai

Recent Profile Visitors

22,404 profile views

Jos's Achievements

  1. So you probably installed something you didn't want to install? In any case: It seems an AutoIt3 compiled script is started each boot, so somewhere on your system that file is defined, either in the registry keys: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce or in one of the other option in windows like task scheduler. I normally use "HijackThis" to check how it is shelled.
  2. I am sure he's happy after 5 years!!! 😉
  3. Isn't that the exact same question as previously? So NO it should not matter and if it does i like to understand the steps to reproduce the issue.
  4. It will-should always have the latest AutoIt3 definitions when you install the separate SciTE4AutoIt3 version.
  5. The lite version is simply just the SciTE editor that can do basic things and comes with the AutoIt3 installer. The Full version comes with many extras and is a separate installer. The latest version of the SciTE source is now part of the AutoIt installer, since that was recently updated, The latest full version is available in the Beta directory of SciTE4AutoIt3. I can't put things in production at the moment as I lack Edit access to the webpages after the last forum updates and are waiting for Jon to return from hibernation.
  6. Not sure i understand what i am looking at. In general are the scite4autoit3 version standalone and compatible with the different version of autoit3 as the autoit3 configuration for scite is delivered withe the autoit3 installer.
  7. There is no Tidy v3.3.18.0. Please provide the version of Tidy when reporting Tidy issue, but my wild guess would be you have a pretty old version that will generate a new table one time and that old version had an issue showing a log message in the console for each found func/macro etc Just let it run and finish, and it should not happen again, or even better use the current Beta version.
  8. Just PM me or attach the updated LUA file when you have fixes, and I will merge them into my local version for the next upload. 🙂
  9. I've tried to simply follow the rules that Tidy uses when it comes to indentation. In that case neither is perfect as this is the result with my tidy settings: Func _Test1() ;~ Local $123 ;# ;# ; A Comment ;# ;# EndFunc ;==>_Test1 Func _Test2() ;~ Local $123 ;# ; An inline Comment ;# EndFunc ;==>_Test2
  10. You're welcome, but you didn't give an answer, so I guess I was right?
  11. But part of a func, so no garantee it was created there. This script has a games vipe ...right?
  12. Open the helpfile and look at GUI event mode: "Advanced Operations and Multiple Windows", read, try and come back when you have issues with it.
  13. Not sure why this post is made in this thread, and confused on what the question is.
  14. Old SciTE (lite) versions will work too... it just is missing many changes/updates. 😉
  15. The beta full version of scite4autoit3 will have some extra delay depending on the number of scriptfiles in the current script directory and number of extra includes. This comes from the new dynamic autocomplete functionality.
×
×
  • Create New...