Jump to content

Recommended Posts

Posted

Can you please give us some information about the Windows version and the Browser you use?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Ah! That explains the origin of those invisible characters :D. Can you try this?

  1. Open the AutoIt Helpfile
  2. Go to the Index tab and search for "HotKeySet"
  3. Open the page and click the "Open script" link

nV1GMgu.png

Can you run THAT script and see if it works? :)

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

Posted
  On 1/25/2017 at 7:11 AM, TheDcoder said:

Ah! That explains the origin of those invisible characters :D. Can you try this?

  1. Open the AutoIt Helpfile
  2. Go to the Index tab and search for "HotKeySet"
  3. Open the page and click the "Open script" link

nV1GMgu.png

Can you run THAT script and see if it works? :)

Expand  

My Microsoft edge looks different and does not contain that option.

Capturerr.PNG

Posted

I run Windows 7 and IE 11. When I copy the example script from the Web help it works without errors.
Looks like a problem with Edge :huh:

Does it work when you first copy the example script to Notepad and from there to SciTE?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 1/25/2017 at 7:20 AM, water said:

Does it work when you first copy the example script to Notepad and from there to SciTE?

Expand  

Or better yet, use the installed example scripts on the computer :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

Posted

Why should this be better? The help file for AutoIt is provided in two different ways. IMHO none of them is "better" than the other in this case.

My goal here is to get an explanation for this weird behavior with the online help file and Edge.

 

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 1/25/2017 at 7:34 AM, Dana86 said:

Kitty Kat you are a Genius!

Expand  

My pleasure :D

  On 1/25/2017 at 7:34 AM, Dana86 said:

How do I prevent invisible characters from appearing in my code in the future?

Expand  

Don't copy code from Edge ;)

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

Posted

I use the Notepad approach to get rid of control characters. Simply give it a try ;)

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)

You can see the &nbsp(s) that get carried over in the source of the page.  I think the other browsers are smart enough to transform that on the trip, also it seems that providing you text without markup is what the 'popout' functionality existed for.

It also seems that as far as the forum is concerned they only exist at the beginning of lines, so removing all leading spaces should also solve any issues.  Just make sure you make it all pretty again before you post that WOT anywhere.

I'd also like to see the character replacement you tried, because that works like a champ.  Binding a hotkey to a _ReplaceAndPaste function might save literally seconds. 

Edited by iamtheky

  Reveal hidden contents

Posted (edited)
  On 1/25/2017 at 7:37 AM, TheDcoder said:

Don't know if Notepad filters those characters :unsure:.

Expand  

This is so creepy, those hidden characters could possibly be used to track Edge users right? Theres no way to reveal these hidden characters in windows 10? Also now I get missing directory problems for some reason... any ideas?

Capture.PNG

Edited by Dana86

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...