Moderators big_daddy Posted April 7, 2007 Author Moderators Share Posted April 7, 2007 edit: oh wait, the run with scite and edit with scite options arent working for me...Are you getting any error messages?Try this:Click Tools-->Error Console-->ClearTry using one of the functionsCheck the Error Console and see what it says.by the way, is it ok if I try to make it search the forums / google for the highlighted text? I'd like to practice a little...Go ahead, I described earlier in this tread how to make edits.---I'm working on some shortcut keys. What do you all think of these?Alt+Insert - "Edit with SciTE"Alt+F5 - "Run with SciTE (prod)"Ctrl+Alt+F5 - "Run with SciTE (beta)"---Thanks again guys! Link to comment Share on other sites More sharing options...
FuryCell Posted April 7, 2007 Share Posted April 7, 2007 (edited) This is awesome! Thanks for all the hard work big_daddy. Edited April 7, 2007 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Link to comment Share on other sites More sharing options...
theguy0000 Posted April 7, 2007 Share Posted April 7, 2007 error console shows: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWindowsRegKey.readStringValue]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://autoit/content/autoitOverlay.js :: FindPathAutoIt :: line 65" data: no] The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
BrettF Posted April 7, 2007 Share Posted April 7, 2007 omg...how have I not seen this before? simple AWSOME!I know! I just got Firefox to use this and I love it! It works really well! Keep up the 5 star, top quality work! Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 7, 2007 Author Moderators Share Posted April 7, 2007 error console shows: Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWindowsRegKey.readStringValue]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://autoit/content/autoitOverlay.js :: FindPathAutoIt :: line 65" data: no]Did you install AutoIt, or did you use the zipped version? That error indicates that it didn't find the path to AutoIt within the registry. I'm currently working on some user definable settings that should fix errors like this. Link to comment Share on other sites More sharing options...
theguy0000 Posted April 7, 2007 Share Posted April 7, 2007 (edited) ok, i found the problem... HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt only has 2 values: BetaVersion and BetaInstallDir. There is no InstallDir at all. edit: and i always use the executable installer, never the zip. ANY idea why the installer would fail to put those values in the registry? Edited April 7, 2007 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 7, 2007 Author Moderators Share Posted April 7, 2007 ok, i found the problem...HKEY_LOCAL_MACHINE\SOFTWARE\AutoIt v3\AutoIt only has 2 values: BetaVersion and BetaInstallDir. There is no InstallDir at all.edit: and i always use the executable installer, never the zip. ANY idea why the installer would fail to put those values in the registry?Do you have the production version install as well?For a temporary fix create a new string value in the "AutoIt" Key called "InstallDir" with AutoIt's install path as the value. Link to comment Share on other sites More sharing options...
theguy0000 Posted April 7, 2007 Share Posted April 7, 2007 Do you have the production version install as well?For a temporary fix create a new string value in the "AutoIt" Key called "InstallDir" with AutoIt's install path as the value.I did that...and yes, the prod version is installed.I just added that new value, and it works like a charm. still wondering what happened there, though...oh well. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 7, 2007 Author Moderators Share Posted April 7, 2007 I'm working on some shortcut keys. What do you all think of these?Alt+Insert - "Edit with SciTE"Alt+F5 - "Run with SciTE (prod)"Ctrl+Alt+F5 - "Run with SciTE (beta)"? Link to comment Share on other sites More sharing options...
theguy0000 Posted April 7, 2007 Share Posted April 7, 2007 seems easy enough. i like those. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 7, 2007 Author Moderators Share Posted April 7, 2007 Uploaded new version (v1.2.2) which adds additional error checking and keyboard shortcut keys. Link to comment Share on other sites More sharing options...
Obi-w00t Posted April 7, 2007 Share Posted April 7, 2007 Uploaded new version (v1.2.2) which adds additional error checking and keyboard shortcut keys.Really nice script, keep up the good work. May I ask where you learnt to create Firefox extensions? Link to comment Share on other sites More sharing options...
theguy0000 Posted April 7, 2007 Share Posted April 7, 2007 this thing updates itself, right? The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
piccaso Posted April 7, 2007 Share Posted April 7, 2007 (edited) would it be possible to have that Edit with Scite item somwhere else too? Edited April 7, 2007 by piccaso CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 8, 2007 Author Moderators Share Posted April 8, 2007 Really nice script, keep up the good work. May I ask where you learnt to create Firefox extensions?Thanks! Here are the two sites that got me started.How to create Firefox extensionsBuilding an Extension---this thing updates itself, right?Yes, Firefox 2.0.* has an automatic update feature that periodically searches for updates then prompt you to install them the next time it starts.If you don't wish to wait you can use Tools-->Add-ons-->Find Updates.---would it be possible to have that Edit with Scite item somwhere else too?Yes, you can pretty much add one where ever you want. I'll see if I can come up with some examples for you. Link to comment Share on other sites More sharing options...
MikroMan Posted April 18, 2007 Share Posted April 18, 2007 SWEET! Thanks Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted April 25, 2007 Author Moderators Share Posted April 25, 2007 SWEET! ThanksYour welcome!---I hope everyone is getting as much use from this as I am! Don't forget you can use Alt+Insert to edit, Alt+F5 to run prod, or Ctrl+Alt+F5 to run beta.I'd also like more comments and suggestions so I can continue to improve it. Link to comment Share on other sites More sharing options...
Valuater Posted May 14, 2007 Share Posted May 14, 2007 No recent updates or enhancements....Like on-call speell checking, highlighted dictionay search, dancing girls, etc, etc, etc8)???8) Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted May 14, 2007 Author Moderators Share Posted May 14, 2007 No recent updates or enhancements....Like on-call speell checking, highlighted dictionay search, dancing girls, etc, etc, etc8)1) Doesn't Firefox already provide adequate spell checking? 2) Like searching on dictionary.com or the online documentation?3) Hmmm...I'll have to think about that one. Link to comment Share on other sites More sharing options...
Valuater Posted May 14, 2007 Share Posted May 14, 2007 (edited) 1) Doesn't Firefox already provide adequate spell checking? 2) Like searching on dictionary.com or the online documentation?3) Hmmm...I'll have to think about that one.1Actually, at times, including right now as i Typppe, Firefox is not spell-checking noothingIt would be nice to be able to "activate" it2Possibly dictionary on-line or maybe an "option" for using Word's built-in dic3 OOOwwhaaa!!!8)EDIT: as i hit the "edit" key, Firefox is now checking the spelling Edited May 14, 2007 by Valuater 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