Xander Posted February 23, 2006 Share Posted February 23, 2006 Not a good idea when you have put it in AU3.Properties.. you lose your settings the next time you update SciTE4AutoIt3. Put user definitions in the SciTEUser.properties....Learned something there. Moved it into the SciTEUser.properties. ... with the same error message resulting. Link to comment Share on other sites More sharing options...
GaryFrost Posted February 23, 2006 Author Share Posted February 23, 2006 (edited) Learned something there. Moved it into the SciTEUser.properties. ... with the same error message resulting. Not sure what's going on there, but what version of SciTE and what beta version are you using?The exe is in C:\Program Files\AutoIt3\SciTE\Snippets? Edited February 23, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Xander Posted February 24, 2006 Share Posted February 24, 2006 Oh, for crying out loud ... it was the path. "...\scite\snippets\..."Apologies for the time wasted ... but the lesson above will be useful. Link to comment Share on other sites More sharing options...
GaryFrost Posted February 24, 2006 Author Share Posted February 24, 2006 v 1.0.3.0Snippets no longer stored in Ini FileSnippets are now stored in XML FilesBefore using this one I suggest Extracting old snippets into a file or SciTE documentand starting over with new inisee 1st post in thread for sourceEnjoy!!! SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
GaryFrost Posted February 25, 2006 Author Share Posted February 25, 2006 v 1.0.3.1Added Config Option (Select Snippet Folder)Added ToolTips to Toolbar ButtonsAdded Gradient Color to Main GUI (Would Like Input On this if it should have gradient or not)see 1st post for source zip file SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
cppman Posted February 25, 2006 Share Posted February 25, 2006 im getting an error on line 110: Run($Dir2 & "\scite.exe", $Dir2) The system cannot find the file specified. Miva OS Project Link to comment Share on other sites More sharing options...
cppman Posted February 25, 2006 Share Posted February 25, 2006 woops, my bad... it works, sorry about that. Miva OS Project Link to comment Share on other sites More sharing options...
nfwu Posted February 25, 2006 Share Posted February 25, 2006 Maybe allowing people to "export" and "import" groups of snippets so that people can distribute snippets. And sorting snippets into "Folders" or "Groups" will be useful. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode() Link to comment Share on other sites More sharing options...
GaryFrost Posted February 25, 2006 Author Share Posted February 25, 2006 Maybe allowing people to "export" and "import" groups of snippets so that people can distribute snippets.And sorting snippets into "Folders" or "Groups" will be useful.#) I will probably do an import/export function later, although for now you could just open a blank file in SciTEand past the snippets into there then save and distributeI thought about putting the snippet files into folders based on category, only problem with that isif the user changes the category the snippet is in then you have to actually move the snippet file to the corresponding folder, I decided not to bother with that being the script will let you choose which category to look at easily SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 25, 2006 Developers Share Posted February 25, 2006 Gary, have you checked the CPU usage lately... the last version seems to be using 40-60% on my PC. 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...
GaryFrost Posted February 25, 2006 Author Share Posted February 25, 2006 Gary, have you checked the CPU usage lately... the last version seems to be using 40-60% on my PC. Did you download the 1031, I put some code in to drop the cpu usage down to about 10 - 15% SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Developers Jos Posted February 25, 2006 Developers Share Posted February 25, 2006 (edited) Did you download the 1031, I put some code in to drop the cpu usage down to about 10 - 15%No I had 1030... this version runs 14-16% when Idle. much better... thanks Edited February 25, 2006 by JdeB 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...
GaryFrost Posted February 26, 2006 Author Share Posted February 26, 2006 v 1.0.3.2Added Import of .au3 filesAdded Export to .au3 filesCPU usage should be at about 9 - 10% compared to 1.0.3.0 which was above 40%Last Import and Export location is saved in the inisee 1st post for source files in a zip fileStill no feedback as of yet on the gradient colors.Guess next version won't have it. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
busysignal Posted February 26, 2006 Share Posted February 26, 2006 v 1.0.3.2#Compiler_Res_FileVersion_AutoIncrement=n#Compiler_AU3Check_Parameters= -q -d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7 ;Au3Check parametersGafrost, I am getting some compile errors on these two lines. I also notice that they are "Black" instead of "purple" like all the rest. Which I guess means that they the parameters need to be changed to some value. I get the first one but no the second.. BTW, it does not prevent the script from working.Kudos on the mod of CSnippets. Very impressive.. Cheers.. Link to comment Share on other sites More sharing options...
GaryFrost Posted February 26, 2006 Author Share Posted February 26, 2006 #Compiler_Res_FileVersion_AutoIncrement=n#Compiler_AU3Check_Parameters= -q -d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7 ;Au3Check parametersGafrost, I am getting some compile errors on these two lines. I also notice that they are "Black" instead of "purple" like all the rest. Which I guess means that they the parameters need to be changed to some value. I get the first one but no the second.. BTW, it does not prevent the script from working.Kudos on the mod of CSnippets. Very impressive.. Cheers.. ThanksThe second is for checking for unused variables etc...Make sure you have the latest SciTE and Au3Check SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted February 27, 2006 Moderators Share Posted February 27, 2006 I've found a "small" bug. If you try to create a snippet using an invalid character in the name it causes all sorts of problems. Maybe you could have it strip invalid characters from the filename before saving? These are the invalid characters. \ / : * ? " < > | Link to comment Share on other sites More sharing options...
GaryFrost Posted February 28, 2006 Author Share Posted February 28, 2006 (edited) I've found a "small" bug. If you try to create a snippet using an invalid character in the name it causes all sorts of problems. Maybe you could have it strip invalid characters from the filename before saving? These are the invalid characters. \ / : * ? " < > | Thanks for your input v 1.0.3.3 Added checking for ilegal characters in snippet name Fixed renaming of snippet Fixed New catogory see 1st post for source code Gary Edited February 28, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
busysignal Posted February 28, 2006 Share Posted February 28, 2006 ThanksThe second is for checking for unused variables etc...Make sure you have the latest SciTE and Au3CheckI read in the eariler posts and DL'ed the latest Au3Check. This cleaned up a lot of errors. But I have to check on the latest version of SciTe. I also have the latest version of AutoIt to boot. Thanks for your input..Cheers.. Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted March 3, 2006 Moderators Share Posted March 3, 2006 I see some update from yesterday in your first post, but there is no download? Link to comment Share on other sites More sharing options...
GaryFrost Posted March 4, 2006 Author Share Posted March 4, 2006 I see some update from yesterday in your first post, but there is no download? Due to the amount of space allowed for attachments (and I have alot of attachments), I decided not to keep it here alsov 1.0.3.6 - 3/4/06View/Edit Source screen now scrollable when not in edit modeCode Snippet will be in the tools with the next release of SciTE from JdeB SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. 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