-
Posts
34,756 -
Joined
-
Days Won
342
Jos last won the day on June 19
Jos had the most liked content!
About Jos

Profile Information
-
Member Title
Je maintiendrai
Jos's Achievements
-
Why does the code folding symbol look strange?
Jos replied to Jotos's topic in AutoIt General Help and Support
Ah sorry... you use notepad++ with the au3 lexer that comes with it? That is a very old version of the au3 scilexer as I've stopped sending updates a long time ago. Use SciTE full installer to use the latest version. -
Why does the code folding symbol look strange?
Jos replied to Jotos's topic in AutoIt General Help and Support
You probably have incomplete blocks in your code, so need to post the whole code in case you want me to have a look -
Agree that a #cs - #ce could give issues when itself contains a comment block, but then you simply could use the "comment all" option in your preferred editor, adding a ";" in front of each line.
-
Nope, but why not simply surround the old version by #CS - #CE ?
-
donnyh13 reacted to a post in a topic: Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
-
mLipok reacted to a post in a topic: Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
-
ioa747 reacted to a post in a topic: Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
-
SOLVE-SMART reacted to a post in a topic: Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
-
Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Jos replied to Jos's topic in AutoIt Technical Discussion
Uploaded a fix for that issue to Beta Tidy v 25.205.1420.6 -
MrCal reacted to a post in a topic: Correct syntax of "If NOT"
-
donnyh13 reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
WarMan reacted to a post in a topic: Scite auto completion for python
-
The Full separate SciTE4AutoIt3 should work fine when setup for python correctly. Adding those to the python.properties and adding the actual python.api should be enough, but with the proper syntax: api.$(file.patterns.py)=$(SciteDefaultHome)\api\python.api ps: This isn't really a SciTE support forum! 😉
-
Error: Unknown Function Name - (Moved)
Jos replied to julianfazri's topic in AutoIt General Help and Support
What is the total error you get including the line? au3stripper has the /mo option that will generate a single total source file so you can check that error linenumber. -
Error: Unknown Function Name - (Moved)
Jos replied to julianfazri's topic in AutoIt General Help and Support
Moved to the appropriate forum. Moderation Team -
donnyh13 reacted to a post in a topic: _ArrayFromString function is not correctly colored as Standard UDF's
-
pixelsearch reacted to a post in a topic: _ArrayFromString function is not correctly colored as Standard UDF's
-
ioa747 reacted to a post in a topic: _ArrayFromString function is not correctly colored as Standard UDF's
-
Sorry for being slow here and understand the issue now... Many ( really many) moons ago I moved all properties files into their own subdirectory, but AutoIt indeed install it into the SciTE root directory since that is also where the light version expects it. Funny this comes up after such a loooong time, but I will have a look to fix this in the SciTE4AutoIt3 installer. Guess all i really need to do is change this in au3.properties: # Import the default au3.keywords.properties file containing AutoIt3 info import properties\au3.keywords # override with the AutoIt3 provided file located in the root. import au3.keywords