Jump to content

Recommended Posts

  • Developers
Posted
  On 8/3/2015 at 9:10 PM, FaridAgl said:

I hope this help.

Functions.au3

Thanks ... This should now be fixed in the current beta version of Tidy.

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.
  :)

Posted
  On 7/30/2015 at 5:16 PM, Jos said:

Both were re-shelling the AutoIt3Wrapper.exe which now obviously doesn't work any more and needed @AutoItExe to shell the source.

What happens if I will compile AutoIt3Wrapper.au3? 

  • Developers
Posted
  On 8/5/2015 at 6:09 AM, Yashied said:

What happens if I will compile AutoIt3Wrapper.au3? 

Not sure what your real question is here?
I stopped delivering the Compiled version as that was triggering False Positives on a regular basis.

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.
  :)

Posted (edited)

Jos,

Another Func trace feature request if you will.  Will you make it so that I can specify which functions that I don't want to have a trace?  A hash directive along the lines of #NoTrace or something like that?

Best regards,

Matt

p.s. Please accept my cordial apologies if such a feature exists.

p.s.s Now that I think about it.  I think I can just deal with commenting and uncommenting the trace lines.

Edited by jaberwacky
Posted (edited)

I would propose Trace on/off

 

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
Posted

The FuncTrace option is a lua script that inserts a debug consolewrite line after the Func statement so it won;t be easy to implement all kind of selective insertion.

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.
  :)

Posted

I try to use SciTE Jump

 

  Quote

OK
Line 0  (File "C:\Program Files (x86)\AutoIt3\SciTE\SciTE Jump\SciTE Jump.au3"):

Error: Error opening the file.

The correct path is 

"c:\Program Files (x86)\AutoIt3\SciTE\SciTE Jump\Source\SciTE Jump.au3" 

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Moderators
Posted

mLipok,

In my au3.properties file I have:

# 17 guinness SciTE Jump
command.17.$(au3)="$(SciteDefaultHome)\..\AutoIt3.exe" "$(SciteDefaultHome)\\SciTE Jump\SciTE Jump.au3"

and SciTEJump opens without problem, as I would expect with that command as that is where SciTEJump,au3 is located  - I have no SciTE\SciTE Jump\Source folder in my installation.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

hmm ......

Reinstall helps

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I'm using:

#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/SO

 

And I get such a Error / Warrning notification:

  Quote

>Running Au3Stripper (15.729.1555.5)  from:C:\Program Files (x86)\AutoIt3\SciTE\Au3Stripper cmdline:
-### StripOnly/StripFunc Error: Found DllCallbackRegister() statement using unsolvable Func, which will/could lead to removal of Funcs that are used by this Function.
>### current Func: _ftp_setstatuscallback
c:\program files (x86)\autoit3\include\ftpex.au3(737,1) Warning for line:Local $hCallBack_Register = DllCallbackRegister($sFunctionName, "none", "ptr;ptr;dword;ptr;dword") 

Question 1:
Is this message still makes sense in the case when the first paramater, is a variable, not a string ?

Question 2:
And the same question about: Call and ObjEvent.

Question 3:
Why in one line there is talk about Error and in next line there is called Warrning ?
The diferences can confuse.

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
Posted
  On 8/20/2015 at 1:21 AM, mLipok said:

I'm using:

Question 1:

Is this message still makes sense in the case when the first paramater, is a variable, not a string ?

Question 2:
And the same question about: Call and ObjEvent.

Question 3:
Why in one line there is talk about Error and in next line there is called Warrning ?
The diferences can confuse.

 

Q1: Why not?  A literal string can still be used to resovel a Func name where with a variables that will never happen.

Q2: Same answer i would think.

Q3: Agree it could be confusing, but that is mainly wordsmithing. The real important think is you clearly understand what au3stripper can and can't do when it comes to function that use FUNCnames in their parameters!

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.
  :)

Posted

Hello Jos !

I come from china,
The following text from the Google Translator!

SciTE4AutoIt3 3.5.4 and later,
localized AutoIt3Wrapper.au3 for Chinese,

In the Win10 platform, SciTE the Output pane of Chinese garbled,
but in Win8.1 platform to show completely normal!


please See pictures:

 

Win_8.1.PNG

Win_10.PNG

Posted

To me it looks like the Win10 context uses UTF8 codepage for the SciTE console but strings sent there are converted to ANSI before displaying.

Is that an issue caused by you "localization" of AutoItWrapper, I don't know. Jos will certainly help you sort that out.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

  • Developers
Posted
  On 8/5/2015 at 6:09 AM, Yashied said:

What happens if I will compile AutoIt3Wrapper.au3? 

First try the latest Beta version of AutoIt3Wrapper as I have made several changes and one of them was jchd's _ConsoleWrite() UDF to display the output.

r/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.
  :)

Posted (edited)
  On 8/27/2015 at 1:20 PM, Jos said:

First try the latest Beta version of AutoIt3Wrapper as I have made several changes and one of them was jchd's _ConsoleWrite() UDF to display the output.

r/Jos

 

Hello Jos

 Use 3.6.0, with the previous post I Contrary,
Win8.1 by the display becomes normal is not normal,
Win10 has improved, but there are garbled.

 

3.6.0.thumb.PNG.2566c52502c9da06fa1b8707

 

8.1.thumb.PNG.cc452f73d088aa22fb4f8e415e

Sorry, but the following pictures to repeat, I do not know how to delete?

3.6.0.PNG

Edited by wyf
  • Developers
Posted
  On 8/28/2015 at 6:41 AM, jpm said:

@Jos,

I looks lik npow just u3Check output have still a pb

Cheers

 

The output is captured in AutoIt3Wrapper3 and dumped to the SciTE console via the _ConsoleWrite(), so the filepath should be correct now but any corrupted characters received from the utilities will remain corrupt.

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.
  :)

Posted

I notice some strange behavior.

Try the following to see if you have the same issue.

_Example()
Func _Example()
    Local $atest
EndFunc

Place your cursor just after $atest

And now hit the {Enter} key.

Question:

Why cursor is not positioned to the proper  indentation ?
I mean why cursor in the new line jumps to Column 1 instead Column 5 ?

I'm using S4A3 latest beta (I think so).

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
Posted
  On 8/29/2015 at 6:48 AM, mLipok said:

I notice some strange behavior.

Have a look at AutoItIndentFix.lua and see if you can figure it out.
I am just done with rehab needed the last time I fixed a bunch of issue with this. ;)

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.
  :)

Guest
This topic is now closed to further replies.
×
×
  • Create New...