JScript Posted July 2, 2010 Posted July 2, 2010 Hi,SciTE - sintax highlight, color scheme...How to use these items in another file extension, like ".def" and ".inc"?I would to use the following files: Includes.def and Functions.incand would like to stay with the same characteristics of a file ".au3" http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
JScript Posted July 4, 2010 Author Posted July 4, 2010 Well, maybe I asked the question in the wrong place ... Could anyone tell me where to put this question? Explanation: I really like AutoItv3, if I knew how to program in C or any other of its variants, I still preferred to use AutoItv3. I come from old Cpipper5 and after him, only AutoItv3. Ok, what I like is that the files "#include <*****.au3>" had a different extension like ".Inc" for example. In my opinion, it would be easier to view multiple files in one folder, see: http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
JScript Posted July 4, 2010 Author Posted July 4, 2010 I solved my problem,I created the files: def.properties and inc.properties, based on the file au3.properties.I edited a few lines, but the line that leaves the way I wanted it: lexer.$(au3)=au3inc.propertiesdef=*.inc filter.def=AutoIt (inc)|$(inc)| lexer.$(inc)=au3def.propertiesdef=*.def filter.def=AutoIt (def)|$(def)| lexer.$(def)=au3The result: it was excellent! http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
MvGulik Posted July 5, 2010 Posted July 5, 2010 SciTEUser.propertiesau3=*.au3;*.inc;*.defMight work to. "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
JScript Posted July 5, 2010 Author Posted July 5, 2010 SciTEUser.properties au3=*.au3;*.inc;*.def Might work to. In this way you can have all the features of a file ".au3": compile, run, sintax check? I not yet tested your example, but in my case works as a legitimate file ".au3". http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
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