tarretarretarre Posted October 24, 2012 Share Posted October 24, 2012 (edited) Hi, i got really pissed when i updated to newest scite, how do i disable the AUTO JUMP TO ERROR THING also the LABEL? So annoying Super duper annoying when Global variables REALLY IS DECLARED, but not in the included files REGARDS Edited October 24, 2012 by tarretarretarre Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
guinness Posted October 24, 2012 Share Posted October 24, 2012 Add this to SciTEUser.properties OR Options >> Open User Options File. Restart SciTE to take affect. error.inline=0 UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
tarretarretarre Posted October 24, 2012 Author Share Posted October 24, 2012 thx but that only removed the labels, if i have a GLOBAL variable in file1.au3, and its used int file2.au3, it opens file2.au3 and tells me its not declared... Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
guinness Posted October 24, 2012 Share Posted October 24, 2012 That's Au3Check then. Add #AutoIt3Wrapper_Run_Au3Check=N to the top of your script. But honestly I would think about how you structure your UDFs, because I never get that error. If want to access a Global variable in a different UDF I normally wrap it in a function and call the function instead. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
Developers Jos Posted October 24, 2012 Developers Share Posted October 24, 2012 (edited) Hi, i got really pissed when i updated to newest scite, how do i disable the AUTO JUMP TO ERROR THING also the LABEL? So annoyingSuper duper annoying when Global variables REALLY IS DECLARED, but not in the included filesREGARDS I get really annoyed by ungrateful people like yourself venting these stupid opinions and not being able to keep it to themselves.Didn't it dawn to you you could NOT use this and use your own setup?Jos Edited October 24, 2012 by Jos water 1 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...
MvGulik Posted October 24, 2012 Share Posted October 24, 2012 What. No *click* or move to Chat? (rhetorical) "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ... Link to comment Share on other sites More sharing options...
Developers Jos Posted October 24, 2012 Developers Share Posted October 24, 2012 (edited) What. No *click* or move to Chat? (rhetorical)Nah ... this is my positive side that assumes the OP really wanted to ask the open question:"Can somebody help me switching off the Inline errors and au3check because I really don't need to be warned about my mistakes since I know what I am doing.".. and that question was answered. Edited October 24, 2012 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...
FireFox Posted October 24, 2012 Share Posted October 24, 2012 "since I know what I am doing."If it's quite right then he can't make errors (which is not the case muttley ) Link to comment Share on other sites More sharing options...
tarretarretarre Posted October 24, 2012 Author Share Posted October 24, 2012 Sorry for being rude but it was really annoying. REALLY. and i dont want to turn off the error reporting. i just dont want scite to tell me 2 times where the error. WARNING is. Like in the previous Guinness, i put them in the autoit lib folder with the other files, ive had the same install for yearsalso regexp on variables applies to comments, ; comment $a..... will be listed if you type $a Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
Developers Jos Posted October 24, 2012 Developers Share Posted October 24, 2012 There is a purpose for both and they are both required since the Inline error feature of SciTE uses the STDOUT as the source. You can doubleclick on any of the shown erros in the SciTE outputpane to jump strait to the listed error. anyway, I fail to see what is there to be upset about that justifies all of this other than you could be frustrated with yourself having created code with the many errors. Either way... think before posting and try not to let your emotions take over control. 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...
tarretarretarre Posted October 24, 2012 Author Share Posted October 24, 2012 well it was only two strings i used for title of window and version. Now i made a function to deal with it thanks for all the help Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
PaulBaumann Posted November 1, 2012 Share Posted November 1, 2012 There is a purpose for both and they are both required since the Inline error feature of SciTE uses the STDOUT as the source.You can doubleclick on any of the shown erros in the SciTE outputpane to jump strait to the listed error.Hi,since Scite 3.20 this won't work any longer for me. I tried "error.inline=0" but it won't help. What must i do to reactivate the "jump to error" feature?Best wischesPaul Link to comment Share on other sites More sharing options...
Developers Jos Posted November 1, 2012 Developers Share Posted November 1, 2012 Hi,since Scite 3.20 this won't work any longer for me. I tried "error.inline=0" but it won't help. What must i do to reactivate the "jump to error" feature?Best wischesPaulAre you sure you are running the full version of the SciTE installer?If so than Cut&Paste all output from the SciTE Output pane in a reply or PM so I can check what is happening.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...
PaulBaumann Posted November 1, 2012 Share Posted November 1, 2012 ... or PM so I can check what is happening.JosYou have mailThanks for help in advance Paul Link to comment Share on other sites More sharing options...
Developers Jos Posted November 1, 2012 Developers Share Posted November 1, 2012 Answer given in the reply to your PM: You are running an old version of au3check so guess the same counts for your AutoIt3 version. The latest version of au3check puts the filename in doublequotes to support the () in filenames these days. Just update your au3check to the latest version and this will be fixed. 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...
iCode Posted November 11, 2012 Share Posted November 11, 2012 added "error.inline=0" to "SciTEUser.properties" and that got rid of the inline errors, but now i'd like to stop... AU3Check i think... from auto-switching to the script/tab with the error without disabling error checkingfor me it is enough to dbbl click the console error to go to the error when i want to, rather than being forced towhile i appreciate the efforts of the developers here, i also agree with the OP and found this new feature incredibly annoying for multiple reasons...1) i personally find it unnecessary as the console shows the error and navigating to it can be done from the console2) if you have allot of errors in a short space, it makes the code very difficult to read/edit and, apparently, they cannot be cleared without dumping all your bookmarks as well3) many are too small to read4) the auto-scrolling to the error line is an annoyance when you're concentrating on one area of a script and don't care about other errors at the moment5) auto-switching to the script/tab with error again breaks continuity when you're not worried about what's going on somewhere else at the momenthope this isn't taken the wrong way by the devs FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
Developers Jos Posted November 11, 2012 Developers Share Posted November 11, 2012 (edited) I honestly do not understand what is there to get incredibly annoyed about but it is for me pretty easy to give the option to skip the auto-Jump-to-first-error. Jos Edited November 11, 2012 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...
Developers Jos Posted November 11, 2012 Developers Share Posted November 11, 2012 Uploaded a Beta v2.1.0.35 of AutoIt3Wrapper that supports: error.jump.to.first=0 Default when not specified will be Jump to first error. 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...
iCode Posted November 11, 2012 Share Posted November 11, 2012 (edited) thank you Jos i'm sure it's annoying when you take the time to incorporate a new feature and others don't like it but having tabs switch and scripts scroll when i'm trying to concentrate on a particular part is not fun at all again, thank you where does "error.jump.to.first=0" go? if it goes in the ini for the wrapper, under what section? Edited November 11, 2012 by iCode FUNCTIONS: WinDock (dock window to screen edge) | EditCtrl_ToggleLineWrap (line/word wrap for AU3 edit control) | SendEX (yet another alternative to Send( ) ) | Spell Checker (Hunspell wrapper) | SentenceCase (capitalize first letter of sentences) CODE SNIPPITS: Dynamic tab width (set tab control width according to window width) Link to comment Share on other sites More sharing options...
guwguw Posted December 16, 2012 Share Posted December 16, 2012 (edited) added "error.inline=0" to "SciTEUser.properties" and that got rid of the inline errors, but now i'd like to stop... AU3Check i think... from auto-switching to the script/tab with the error without disabling error checking for me it is enough to dbbl click the console error to go to the error when i want to, rather than being forced to while i appreciate the efforts of the developers here, i also agree with the OP and found this new feature incredibly annoying for multiple reasons... 1) i personally find it unnecessary as the console shows the error and navigating to it can be done from the console 2) if you have allot of errors in a short space, it makes the code very difficult to read/edit and, apparently, they cannot be cleared without dumping all your bookmarks as well 3) many are too small to read 4) the auto-scrolling to the error line is an annoyance when you're concentrating on one area of a script and don't care about other errors at the moment 5) auto-switching to the script/tab with error again breaks continuity when you're not worried about what's going on somewhere else at the moment hope this isn't taken the wrong way by the devs I have to agree. It took me 2 hours (maybe I'm getting slow and old, lol) to figure out that the feature is called "error.inline" and another hour to find the solution. One of my scripts is around 20000 lines long (without all the includes and other called *.au3 files) and ran fine since years. But with this change, everytime I edited some (other) program, I got warnings about something "possibly used before declaration" and Scite jumped away from the work-in-progress to some supporting file that has long been working without any faults ... But thanks to the helpful people in various places, we now know about error.inline=0 and maybe #AutoIt3Wrapper_Run_Au3Check=N but I haven't verified that last one yet - it might disable more than we wish for, lol. Edited December 16, 2012 by guwguw 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