Jump to content

Jos

Developers
  • Posts

    34,848
  • 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,369 profile views

Jos's Achievements

  1. 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. 🙂
  2. 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
  3. You're welcome, but you didn't give an answer, so I guess I was right?
  4. But part of a func, so no garantee it was created there. This script has a games vipe ...right?
  5. 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.
  6. Not sure why this post is made in this thread, and confused on what the question is.
  7. Old SciTE (lite) versions will work too... it just is missing many changes/updates. 😉
  8. 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.
  9. Can't tell, as you haven't provided any details of the crash. People have reported crashes before, which mostly were resolved by removing/installing that latest version of some dll's This is the answer from ChatGPT: So please provide the details on the crash to see if somebody else has reported that already and fixed it.
  10. So that means I am really getting too old for all of this. Sorry @rcmaehl for not staying up-to-date on the "street lingo".
  11. Thanks for the extensive update of the AutoItIndentFix.lua! I have merged your changes into my version and had a quick play, which looks good. Also did the update in AutoItAutoComplete.lua . They will be part of the next upload unless any issues are found. Cheers Jos
  12. Right... but not sure what you expect next after this elaborate info? One stab-in-the-dark: Did you ever manually fixed the Open-With setting? You can check this in SciTEConfig/Other Tools/Run AutoIt3/SciTE check
  13. Thanks, I'll have a look later to see what your change does. 🙂
  14. What about you spend a little more time defining what you are doing, showing your code you tried and having issues with, instead of dumping these questions constantly in our forums? You are working mostly with humans here, not AI, so a little respect goes a long way! 😉
×
×
  • Create New...