ioa747 Posted December 21, 2022 Share Posted December 21, 2022 in the site https://www.autoitscript.com/autoit3/docs/tutorials/notepad/notepad.htm i have see this strange things @@SyntaxHighlighting@@ Run("notepad.exe") @@End@@ I checked it with a firefox and with chrome. it's the same logically these @@SyntaxHighlighting@@ should not have been visible it's something from me does anyone knows? I know that I know nothing Link to comment Share on other sites More sharing options...
Developers Jos Posted December 21, 2022 Developers Share Posted December 21, 2022 (edited) 4 minutes ago, ioa747 said: I checked it with a firefox and with chrome. it's the same logically these @@SyntaxHighlighting@@ should not have been visible it's something from me does anyone knows? That are markers used by the Helpfile Build process to make that part a codeblock with the proper syntax highlights. ( as you can see in the real helpfile) This simply means that the input files are copied to the website in stead of the output files and guess that needs changing! Edited December 21, 2022 by Jos ioa747 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...
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