-
Posts
34,748 -
Joined
-
Days Won
341
Jos last won the day on June 7
Jos had the most liked content!
About Jos

Profile Information
-
Member Title
Je maintiendrai
Recent Profile Visitors
21,774 profile views
Jos's Achievements
-
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
-
argumentum 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
-
ioa747 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
-
argumentum 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
-
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
-
Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Jos replied to Jos's topic in AutoIt Technical Discussion
Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors. -
Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Jos replied to Jos's topic in AutoIt Technical Discussion
The issue is much simpler than what I initially though... and my post was just to show how you can "simplify" the report of a bug as my example show the exact same issue as yours ...right? I think that AutoIt3 simply "assumes" the start of a comment-block is a #directive line starts with "#cs" or "#comment-start", and ends the commentblock when a #directive line starts with "#ce" or "#comment-end"... the rest is simply ignored. So i need to do the same in the lexer and color anything after the keywords as comment-bock. -
Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Jos replied to Jos's topic in AutoIt Technical Discussion
Understood and didn't need an explanation, just wanted to clarify that I feel there are only demands and a lack of support when I ask for people to test something. This needs to be a 2-way street as far as I am concerned for me to stay motivation to spend time on it. So: Nothing personal towards you, just meant for the whole community when they want to look at me for New stuff or Support. -
Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Jos replied to Jos's topic in AutoIt Technical Discussion
Ok so Management summary: #cs ;Example Correctly highlighted #ce #cs= ;Example Wrongly highlighted #ce Will have a look when I feel like opening that source again as I must say I lost the motivation to work on it as in general when I ask for something there's hardly any interest. An example that involves you: Question asked and answered, with my follow-up without any response. (Not blaming, just explanation why I lost interest to work on anything dealing with SciTE4AutoIt3) -
How do you do this? When you have the full version installed, you simply start SciTEConfig and change the font size to make the change stick.
-
Jos reacted to a post in a topic: BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
-
Webkinz Quick Events Clicker - (Locked)
Jos replied to HobbesLovesYa's topic in Developer General Discussion
Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team -
First page after the last update comment.
-
SciTE - Clearing all bookmarks / inline erros automatically
Jos replied to corgano's topic in AutoIt General Help and Support
You can send messages to the SciTE Director interface. It is described in the documentation, and that is what the autoit3wrapper, tidy and au3stripper are using to communicate to the active scite session.