functionList not working with User Defined Language (MQL4)
-
Hello all!
I defined a new language MQL4 inside Notepad++: MQL4
I’ve create these files MQL4 - defined and copy it into Notepad++ folder in AppData and ProgramFiles.
autoComplete and Highlights language is working well.
But functionList is not working.
functionList for MQL4: I use cpp.xml template file and edit something.I use Notepad++7.9.5 (64bit) - Windows 10 Pro
Please helpme!
Thank you!Sorry: English is not my native language.
-
Hello, @jc-manh and All,
Easy ! You just forgot to associate your defined language
MQL4to its function-list definitions, stored inmql4.xml. So :- Open the
overrideMap.xmlfile, in thefunctionListfolder, and, in the section below, insert the new line :
<association id= "MQL4.xml" userDefinedLangName="MQL4"/>
<associationMap> .... .... <!-- ==================== User Defined Languages ============================ --> .... .... .... <association id= "MQL4.xml" userDefinedLangName="MQL4"/> <!-- ======================================================================== --> .... .... </associationMap>-
Save the modifications done in
overrideMap.xml -
Close and restart N++
-
Open your
SampleCodeMQL4.mq4file -
Run the menu option
View > Function List
Voilà ;-))
Best Regards,
guy038
- Open the
-
Hi @guy038!
Great!
Thank you so much!
It’s worked!
Love Notepad++ so much!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login