AntiFros Posted March 12, 2014 Share Posted March 12, 2014 (edited) So I downloaded and instaled autoit v3.3.10.2 and scite into my laptop. I tried "Open with.." or something like that (I dont know how it calls in english) but it didnt worked. I tried reinstaling both autoit and scite, restarted my computer many times... Also there is no option in creating new autoit script file. I mean when you click right button and there is list where you can choose to create new notepad, office documents etc, Any ideas how I can fix it? Im using win 7 Edited March 16, 2014 by AntiFros Link to comment Share on other sites More sharing options...
Palestinian Posted March 12, 2014 Share Posted March 12, 2014 Right click the file > Properties > then click on "Change" button, the one next to the notepad icon, and select SciTE from the menu or by searching for it. then try and see how it goes Link to comment Share on other sites More sharing options...
AntiFros Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) I tried doing what you said but nothing happens. Edited March 16, 2014 by AntiFros Link to comment Share on other sites More sharing options...
Palestinian Posted March 12, 2014 Share Posted March 12, 2014 what happens after you select scite and click Ok in the Properties window? it should open with scite when you double click it after and the file icon should change to scite icon, post a screenshot of the file after you set it to open with scite in the properties window Link to comment Share on other sites More sharing options...
AntiFros Posted March 12, 2014 Author Share Posted March 12, 2014 If I use other programs then they appear in list but when I click on scite it does nothing. Nothing change. Link to comment Share on other sites More sharing options...
Palestinian Posted March 12, 2014 Share Posted March 12, 2014 Check the attachments AntiFros 1 Link to comment Share on other sites More sharing options...
AntiFros Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) Im doing the same way but when I double click scite nothing happens. I will make video showing you what happens Edited March 12, 2014 by AntiFros Link to comment Share on other sites More sharing options...
Developers Jos Posted March 12, 2014 Developers Share Posted March 12, 2014 Have you used the installers when installing AutoIt3 and zSciTE4AutoIt3? Run SciTEConfig, select the other tools tab and click on the "Run AutoIt3 Registry check" and post the output of follow the recommendations. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
AntiFros Posted March 13, 2014 Author Share Posted March 13, 2014 Yes, I used installers. ****************************************************************************************************************************************** !* Found always open with Win7 :Applications\WORDPAD.EXE !* Fixed by removing Registry key : "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.au3\Userchoice" !* Registry key: "HKCR\.au3" - "Default" is currently set to au3_auto_file ==> This should be changed to "AutoIt3Script" (or "AutoIt3ScriptBeta") * HKCR\.au3 ShellNew :C:\Windows\SHELLNEW\Template.au3 (File Exists) ****************************************************************************************************************************************** * Explorer shell options: * HKCR\au3_auto_file\shell: * => Default Action: ****************************************************************************************************************************************** Link to comment Share on other sites More sharing options...
AntiFros Posted March 13, 2014 Author Share Posted March 13, 2014 (edited) Still can't find solution. I tried reinsalling few times, tried to use SciTE4AutoIt3.zip. Tried "Right click the file > Properties > then click on "Change" button, the one next to the notepad icon, and select SciTE from the menu or by searching for it." but see what happens --> https://www.dropbox.com/s/ohvsngl6s4bl3sf/Video1.avi (video). Edited March 13, 2014 by AntiFros Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted March 13, 2014 Share Posted March 13, 2014 I don't know why SciTE isn't in the "Recommended Programs" list for you, there seem to be something strange with your setup. About the video, you clearly have Wordpad selected when you press "Ok" so it should be obvious why that doesn't work. Open the "Other Programs" list (Kitos programos in the video) and look for SciTE there. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
AntiFros Posted March 13, 2014 Author Share Posted March 13, 2014 It automaticaly uses wordpad. I showed in video "Other Programs" list and chose scite. After clicking it it wont appear in list or something like that. Link to comment Share on other sites More sharing options...
BrewManNH Posted March 13, 2014 Share Posted March 13, 2014 Did you actually install Scite4AutoIt3 or did you just unzip it into the folder? Did you install AutoIt3 or did you just unzip that into the folder? When I say install, I mean did you run the installer or did you use the zip? If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Developers Jos Posted March 14, 2014 Developers Share Posted March 14, 2014 (edited) Yes, I used installers. ****************************************************************************************************************************************** !* Found always open with Win7 :Applications\WORDPAD.EXE !* Fixed by removing Registry key : "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.au3\Userchoice" !* Registry key: "HKCR\.au3" - "Default" is currently set to au3_auto_file ==> This should be changed to "AutoIt3Script" (or "AutoIt3ScriptBeta") * HKCR\.au3 ShellNew :C:\Windows\SHELLNEW\Template.au3 (File Exists) ****************************************************************************************************************************************** * Explorer shell options: * HKCR\au3_auto_file\shell: * => Default Action: ****************************************************************************************************************************************** I would think this is pretty clear about what needs to happen.....no? An installer can't be expected to undo what you have done manually yourself when you specified to always use Wordpad to open AU3 files. Jojs Edited March 14, 2014 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Palestinian Posted March 14, 2014 Share Posted March 14, 2014 I would think this is pretty clear about what needs to happen.....no? An installer can't be expected to undo what you have done manually yourself when you specified to always use Wordpad to open AU3 files. Jojs The video he posted shows that manual resetting isn't working either, which obviously should. I looked up the problem you are facing, and your best bet might be using this tool -> http://windowsxp.mvps.org/openwithadd.htm Use it at your own risk tho, I did not try it or even download it, so good luck. Link to comment Share on other sites More sharing options...
AntiFros Posted March 15, 2014 Author Share Posted March 15, 2014 (edited) I used installer for both autoit and scite. Palestinian, I have win 7. That program is xp and vista Jos, so how I should change " :ApplicationsWORDPAD.EXE" to scite? Edited March 15, 2014 by AntiFros Link to comment Share on other sites More sharing options...
Developers Jos Posted March 15, 2014 Developers Share Posted March 15, 2014 (edited) The output shown suggests to make the following changes with RegEdit: remove (rename) "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts.au3Userchoice" Registry key: "HKCR.au3" - "Default" is currently set to au3_auto_file ==> This should be changed to "AutoIt3Script" (or "AutoIt3ScriptBeta") Try that and see if that solves your issue. Jos Edited March 15, 2014 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
AntiFros Posted March 16, 2014 Author Share Posted March 16, 2014 It works! Thanks for help. Link to comment Share on other sites More sharing options...
Developers Jos Posted March 16, 2014 Developers Share Posted March 16, 2014 It works! Thanks for help. Glad it did and sorry for not making myself clear the first time around as I guessed people would understand. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now