Jump to content

Recommended Posts

Posted

Hmm strange. In my setup it works fine:

img.jpg

Do you have UTF-8 mode enabled in the ISN? (It´s under program settings -> script editor -> code page UTF 8)
PS: The error with the incompleted code in the formstudio is a litte bug. I will fix it in the next update. (But the code in the isf is fine. Only the display is wrong)

 

Posted

When you create a new au3 file with the ISN...please check via Notepad++ wich Encoding the file has. It should be UTF-8. And in UTF-8 the chars should be saved in the right way.

Posted (edited)

uft8test.png

Is garbled after running TIDY
Suspicion has a relationship with TIDY
Is TIDY to support the Chinese system is not good.

But I run TIDY manually sorting.Au3 file is not garbled

Edited by bfgxp
Posted

 

4 hours ago, argumentum said:

would you mind a ZIP file with the file ? I'd like to look at it. But I'd need the original file.
Also what OS and language.

of course,temp86.zip

OS and language:Win10x86/x64,Simplified Chinese OR Win7x86/x64,Simplified Chinese

PS:XP OS Not tested

 

Posted (edited)
1 hour ago, bfgxp said:

of course,temp86.zip, OS and language:Win10x86/x64,Simplified Chinese OR Win7x86/x64,Simplified Chinese, PS:XP OS Not tested

you know that the 2nd MsgBox shows 

MsgBox(1,"Hi","�?)

, is that the file before Tidy ?

Edit: In any case, I corrected it as shown in your before pic, and tidy it, as show in the next pics:

chinese1.pngchinese2.png

and even tho I don't use ISN, I can attest, that Tidy is not at fault.

Edited by argumentum
more testing

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Posted
13 hours ago, argumentum said:

you know that the 2nd MsgBox shows 

MsgBox(1,"Hi","�?)

, is that the file before Tidy ?

Edit: In any case, I corrected it as shown in your before pic, and tidy it, as show in the next pics:

chinese1.pngchinese2.png

and even tho I don't use ISN, I can attest, that Tidy is not at fault.

Yes,don't use ISN, Tidy is not at fault.

So, I still think the problem is ISN.

Posted
9 hours ago, ISI360 said:

I also tested your example...no problem here. (Exept the 2nd MsgBox, as argumentum said..)
Also no problems with Tidy. Strange....

As long as the number of characters is odd, there is such a problem.

Before Tidy

bf.png

after Tidy

af.png

FormStudio2 Generated code(Code in the IFS file is correct.)

fs2.png

  • Developers
Posted
On 7/19/2016 at 2:03 PM, TheDcoder said:

I think Tidy is messing up the encoding...

Maybe you need to stop thinking ;) 
Ensure your code syntax is valid and there is little chance tidy will mess it up.

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
Just now, Jos said:

Anything defined as a literal string should be ignored by Tidy, so show me some valid AutoIt3 syntax that gets corrupted.

I was talking about the output made by my software btw :). Nothing related to syntax or script is change during runtime :D.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

  • 2 months later...
Posted

upon trying to create new empty GUI (inside the ISN Studio), getting 2 different errors..

"The plugin could not be started properly! It will close now..."

"Dieses program ist Teil des ISN AutoIt Studios und kann nicht allein gestartet werden!" (This program is part of AutoIt Studio and cannot be started separately")

 

Any solution?

Posted

I removed antivirus completely. Still issue persisting. On the other hand, installed ISN Studio using same installer into another computer (also win7) and had not such problem there, so it's something to do with the setup of this specific computer.,

I even tried running ISN AutoIT Studio giving it administrative privileges, did not help.

 

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