-
Posts
34,756 -
Joined
-
Days Won
342
Reputation Activity
-
Jos got a reaction from donnyh13 in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded a fix for that issue to Beta Tidy v 25.205.1420.6
-
Jos got a reaction from mLipok in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded a fix for that issue to Beta Tidy v 25.205.1420.6
-
Jos got a reaction from ioa747 in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded a fix for that issue to Beta Tidy v 25.205.1420.6
-
Jos got a reaction from SOLVE-SMART in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded a fix for that issue to Beta Tidy v 25.205.1420.6
-
Jos got a reaction from MrCal in Correct syntax of "If NOT"
Are you sure about that? Strait from the helpfile:
Jos
-
Jos got a reaction from donnyh13 in BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
I remember looking at this and there is a comment about it, but your scenario is still going wrong. try current beta lua script. 🙂
-
Jos got a reaction from WarMan in 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! 😉
-
Jos got a reaction from donnyh13 in _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
-
Jos got a reaction from pixelsearch in _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
-
Jos got a reaction from ioa747 in _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
-
Jos got a reaction from argumentum in _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
-
Jos got a reaction from ioa747 in _ArrayFromString function is not correctly colored as Standard UDF's
Nope, you are restoring a proper version of a file which likely was accidentally changed. 😀
-
Jos got a reaction from ioa747 in _ArrayFromString function is not correctly colored as Standard UDF's
No, you should not add anything to that file as it is overwritten with autoit3 installs. 😉
-
Jos got a reaction from argumentum in _ArrayFromString function is not correctly colored as Standard UDF's
No, you should not add anything to that file as it is overwritten with autoit3 installs. 😉
-
Jos got a reaction from ioa747 in _ArrayFromString function is not correctly colored as Standard UDF's
You know I will need details on what you have installed to have any clue why that happens, but in general when you open "au3.keywords.properties" from within SciTE/Options, you get the file that is used to recognize the UDFs.
-
Jos got a reaction from donnyh13 in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors.
-
Jos got a reaction from mLipok in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors.
-
Jos got a reaction from ioa747 in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors.
-
Jos got a reaction from SOLVE-SMART in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors.
-
Jos got a reaction from argumentum in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
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.
-
Jos got a reaction from donnyh13 in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
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)
-
Jos got a reaction from mLipok in Uploaded a new version of the SciTE4AutoIt3.exe v21.316.1639.1
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.
-
Jos reacted to WildByDesign in BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
Confirmed fixed. Thank you.
-
Jos got a reaction from WildByDesign in BETA: SciTE v5x & lua Dynamic_include and "Smart" AutoComplete for Vars/UDFs/Abbrevs
Ah... This happens when you don't have VSCode installed.
Should be fixed in the current beta version of SciTEConfig.au3.
Thanks for reporting.
-
Jos reacted to genius257 in Another AutoIt extension for Visual Studio Code
Alright, 1.8.3 is released with the fix!
FYI, I cannot upload my release to Open VSX, something seems to be going on with their servers (file upload giving HTTP status 500).
Open VSX works again, and 1.8.3 has been uploaded there also, now