I saw it was posted but haven't included it yet because I wasn't sure Lazycat wanted me to yet.It does not say if the latest KODA is in here?
I am sure I will update SciTE4AutoIt3 soon again when bugs are reported.
Posted 14 April 2007 - 05:53 PM
I saw it was posted but haven't included it yet because I wasn't sure Lazycat wanted me to yet.It does not say if the latest KODA is in here?
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 14 April 2007 - 06:24 PM
Edited by kjactive, 14 April 2007 - 06:25 PM.
Posted 14 April 2007 - 06:26 PM
Formally I'm have nothing opposite if beta will be included, so you feel free to do that if you want, but surely, don't think that it is reasonable. Many changes here, and not only new ones, some old code is changed too. So no guarantee that even what already was here will work fineI saw it was posted but haven't included it yet because I wasn't sure Lazycat wanted me to yet.
Posted 14 April 2007 - 07:39 PM
I have a problem with the latest SciTE update, $(autoit3dir) now point to 'Program Files' where it should point to 'Programs' instate as where my AutoIt3 and SciTE is and has always been installed - normal procedure in many countries...
What and where do I set this or is it a bug...
kjactive :">
Edited by JdeB, 14 April 2007 - 09:47 PM.
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 14 April 2007 - 07:40 PM
I prefer when you tell me when its good enough for you to be included in SciTE4AutoIt3 to avoid and mistakes... ThanksFormally I'm have nothing opposite if beta will be included, so you feel free to do that if you want, but surely, don't think that it is reasonable. Many changes here, and not only new ones, some old code is changed too. So no guarantee that even what already was here will work fine
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 15 April 2007 - 05:58 AM
Posted 15 April 2007 - 08:55 AM
As said in my previous post: At the end of the installer process, updatedefs.exe is ran. This script is located in Scite\Defs.Well I just did an SciTE by installer install and that didn't help me, still the same trouble - where get the $(autoit3dir) initiated, by installer or everytime SciTE opens...
kjactive
; get new registry settings for AutoIt3 location $AutoItDir = RegRead("HKLM\Software\Autoit v3\AutoIt", "InstallDir") ; if wrong.. check for Old registry settings If @error Or Not FileExists($AutoItDir & "\autoit3.exe") Then $AutoItDir = RegRead("HKLM\Software\HiddenSoft\AutoIt3", "InstallDir") ; if wrong guess ourselfs If @error Or Not FileExists($AutoItDir & "\autoit3.exe") Then $AutoItDir = @ProgramFilesDir & "\AutoIt3" EndIf EndIf ; if still wrong AutoIt3 Directory then prompt for it. While Not FileExists($AutoItDir & "\autoit3.exe") $AutoItDir = FileSelectFolder("Select the AutoIt3 programfolder", @ProgramFilesDir) If @error = 1 Then $RC = MsgBox(4100, "Update SciTE Definitions", "do you want to stop the process?") If $RC = 6 Then Exit EndIf WEnd
Edited by JdeB, 15 April 2007 - 08:57 AM.
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 15 April 2007 - 11:06 AM
Posted 15 April 2007 - 11:30 AM
autoit3dir=$(SciteDefaultHome)\..
Posted 15 April 2007 - 02:53 PM
Please copy the attached Test version to SciTE\Defs dirtectory and run it. then PM me the UpdateDefs.log so I can see whats happening.I did that and I ended up with a SciTE with a minimal Tool section and still the same trouble, I can't quiet understand this as my
autoit3 installdir with RegRead("HKLM\Software\Autoit v3\AutoIt", "InstallDir") is and has always been C:\Programmer\AutoIt3 and
FileExists($AutoItDir & "\autoit3.exe") should be true and I didn't get a filerequester on where autoit2 is installed...
Thanks anyway for a nice autoit3 editor...
kjactive
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 17 April 2007 - 04:03 PM
*** Updated Obfuscator.exe v1.0.1 (JdeB) - Fixed:added support for Func OnAutoItStart(), OnAutoItExit() and Opt("OnExitFunc","User_OnAutoItExit")
Edited by Jos, 24 September 2007 - 01:49 PM.
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 18 April 2007 - 09:51 AM
Posted 18 April 2007 - 06:54 PM
CTRL +F7 doesn't give me the options anymore before compile.
This was caused by next entry in my script:
#Compiler_Run_Obfuscator=y
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 19 April 2007 - 08:16 AM
Posted 19 April 2007 - 03:30 PM
Lost you now... isn't that what the posted option does?Can you add then an option to select it or not when pressing CTRL + F7 ?
Add this line to force the prompt: #compiler_prompt=y
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 20 April 2007 - 04:42 PM
I think that what @FeReNGi means is could that be added to the Options menu in Scite4AutoIt3.Lost you now... isn't that what the posted option does?
Add this line to force the prompt: #compiler_prompt=y
Posted 20 April 2007 - 05:01 PM
I think that what @FeReNGi means is could that be added to the Options menu in Scite4AutoIt3.
$Menu_ForcePrompt = GUICtrlCreateMenuItem ("Force Prompt", Menu)
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
Posted 20 April 2007 - 05:25 PM
As our friend @Valuater would put it 8).Isn't this what you call an catch 22 ?
To have a menu option shown means you have to display it first , and when you display it there is no use in setting an option.
Anyways.. I am not maintaining the GUI and am still planning for removing it at some point in time, because the compiler directives are SOOOO much easier to use and maintain.
Posted 02 May 2007 - 12:02 PM
Edited by Zedna, 02 May 2007 - 12:03 PM.
Posted 04 May 2007 - 02:51 PM
5/4/2007 *** Updated Tidy v 2.0.11 (JdeB) - Added /keepnversions /kv support to #tidy_parameters= directive. - Added /Sort_funcs /sf support which will sort Sort all Func-Endfunc Blocks in sequence and when #Region-#EndRegion is used sort them within that scope. - Added /sort_funcs_comments /sfc support which will sort Sort all Func-Endfunc Blocks in sequence. It uses the first 10 characters of the comment on the Func statemnt as sortkey before the FuncName. When #Region-#EndRegion is used, sort them within that scope. - Added support for other then .au3 file extensions. *** Updated AutoIt3Wrapper v1.8.0 (JdeB) - Fixed problem when filepath contained .au3. - Added support for other then .au3 file extensions. *** Updated Obfuscator.exe v1.0.7 (JdeB) - Fixed: Avoid removal of #NoTrayIcon. - Fixed: Fix problem with literal Strings longer than 2000 characters generating too long Obfuscated string. - Fixed: possible "Variable not declared" error when AdLib is used. - Added support for other then .au3 file extensions.
Edited by Jos, 24 September 2007 - 01:49 PM.
Visit the SciTE4AutoIt3 Download page for the latest versions Forum Rules
Live for the present,
Dream of the future,
Learn from the past.
0 members, 0 guests, 0 anonymous users