Jump to content

Jos

Developers
  • Posts

    34,854
  • 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,392 profile views

Jos's Achievements

  1. Isn't that the exact same question as previously? So NO it should not matter and if it does it like to understand the steps to reproduce the issue.
  2. It will-should always have the latest AutoIt3 definitions when you install the separate SciTE4AutoIt3 version.
  3. 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.
  4. 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.
  5. 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.
  6. 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. 🙂
  7. 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
  8. You're welcome, but you didn't give an answer, so I guess I was right?
  9. But part of a func, so no garantee it was created there. This script has a games vipe ...right?
  10. 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.
  11. Not sure why this post is made in this thread, and confused on what the question is.
  12. Old SciTE (lite) versions will work too... it just is missing many changes/updates. 😉
  13. 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.
  14. 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.
×
×
  • Create New...