Jump to content

bvierra

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by bvierra

  1. Well crap I somehow missed that plugin. Looks great now, thanks! As for the issue I was talking about. When you go to compile a script or run it, it will error with a notification that it can't find the AutoIt*.exe file. In the startup folder you have AutoItStartUp.bsh Line 41 reads: p = Runtime.getRuntime().exec("cmd /C reg query "HKEY_LOCAL_MACHINESOFTWAREAutoIt v3AutoIt""); For 64bit systems it needs to read: p = Runtime.getRuntime().exec("cmd /C reg query "HKEY_LOCAL_MACHINESOFTWAREWow6432NodeAutoIt v3AutoIt""); Hope that helps
  2. Sorry I seem to have selected the file but missed the attach part... Sorry english.txt
  3. I played around with it for a while and got it working, if you want I can send you my folders iirc there are errors in the macro for reading the registry for autoit locations due to my computer being 64bit... One thing I could not figure out that made me give up was a how to get a bar with all active files I was editing... was pretty annoying
  4. First of all, thanks so much for this program! It has been extremely helpful. A few things I have noticed 1) The AutoIT Console does not seem to auto scroll, I am not sure if its a setting I changed somewhere or what. 2) When compiling and I use the auto tidy I get the following: 3) Tidying from Tools -> Tidy works fine, but it pops up saying that I do not have a ruleset specified twice. I have also included an updated english.lng from data\languages It's not completed but I have done the 1st 500 and don't think I missed too many grammar mistakes. For someone who is not a native English speaker, you have done a great job. Also if anyone else wants to use it, you can just drop it in the data\languages folder.
×
×
  • Create New...