Jump to content

Jos

Developers
  • 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

  1. 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
  2. Nope, you are restoring a proper version of a file which likely was accidentally changed. 😀
  3. How did you install /upgrade AutoIt3 the last time? The installer handles all of this normally.
  4. Think about it for a moment. Just in general : never customize any file provide by the installer in the scite directory as these will be overwritten with the next upgrade or reinstall. Always use the files in the user directory.
  5. No, you should not add anything to that file as it is overwritten with autoit3 installs. 😉
  6. 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.
  7. Uploaded an updated Beta version of SciTE zipfiles containing a fix for the lexer colors.
  8. 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.
  9. 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.
  10. 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)
  11. 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.
  12. Ah... This happens when you don't have VSCode installed. Should be fixed in the current beta version of SciTEConfig.au3. Thanks for reporting.
  13. 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
  14. First page after the last update comment.
  15. 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.
×
×
  • Create New...