Ejoc 1 Posted March 14, 2005 (edited) The title should have read Change default Autoit editor If MsgBox(4,"AU3 Editor changer","This will change the editor used in the " & @CR & "'Open' and 'Edit' popup menus." & @CR & "Do you want to continue?") == 7 Then Exit 0 $neweditor = FileOpenDialog("Select the editor","","All (*.*)",3) RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Edit\Command","","REG_SZ",$neweditor & " " & Chr(34) & "%1" & Chr(34) ) RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Open\Command","","REG_SZ",$neweditor & " " & Chr(34) & "%1" & Chr(34) ) This little script changes the editor thats used when you use the popup menu on a .au3 file and select Open or Edit.NewAU3Editor.au3 Edited March 14, 2005 by Ejoc Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs Share this post Link to post Share on other sites
zcoacoaz 0 Posted March 15, 2005 This could be useful for people who don't prefer SciTE, good job. [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Share this post Link to post Share on other sites
CyberSlug 6 Posted March 15, 2005 This could be useful for people who don't prefer SciTE, good job.<{POST_SNAPBACK}>But SciTE is the Best! Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
zcoacoaz 0 Posted March 15, 2005 I never said it wasn't [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Share this post Link to post Share on other sites
golfjrr 0 Posted March 17, 2005 But SciTE is the Best! <{POST_SNAPBACK}>No doubt, this from an ex Textpad user for Autoit who was a foot dragger for months before switching to SciTE and not looking back for sure. Share this post Link to post Share on other sites
therks 33 Posted March 17, 2005 I tried Scite once. I didn't care for it. I'm just using Metapad. My AutoIt Stuff | My Github Share this post Link to post Share on other sites