Hi Marc,
I do some modifications on your files, please unpack the attached file to the folder of notepad++. You might need to import the hmg.xml file again. Try to open a .prg file and if the function list is empty then select the "HMG" langauge file again and close the notepad++. Open again the prg file with notepad++ and click the icon of functionlist to "on" "off" this function. It should work. Good luck.
I think the relation between these two "xml" file is as below:
Notepad++ Function List
Moderator: Rathinagiri
- tonton2
- Posts: 337
- Joined: Sat Jun 29, 2013 1:26 pm
- Location: Algerie
- Has thanked: 14 times
- Been thanked: 16 times
- Contact:
HelloTopsMarc wrote:Hi Tiger,
It works ! Thank you very very much![]()
Best regards, Marc
I think the problem lies in the new version (6.9.2) and not in the functionlist.
Check if your notpad ++. Exe is the new or the old?
Thank you
L'Algerie vous salut
Y.TABET
Y.TABET
-
- Posts: 68
- Joined: Mon Aug 31, 2015 11:28 am
- Location: Taipei
- Has thanked: 16 times
- Been thanked: 27 times
Hi Y.TABET,
Do you try my suggestion to see if it works?
If you can get this function work on old version such as the 6.8xx, you can download the new version 6.9.2 with "zip" file and then unpack to a temporary folder. You can then copy all the files except the "functionList.xml" and paste them back to the folder of NOTEPAD++. I am using the new version 6.9.2 and I use this way to upgrade the NOTEPAD++ every time.
Do you try my suggestion to see if it works?
If you can get this function work on old version such as the 6.8xx, you can download the new version 6.9.2 with "zip" file and then unpack to a temporary folder. You can then copy all the files except the "functionList.xml" and paste them back to the folder of NOTEPAD++. I am using the new version 6.9.2 and I use this way to upgrade the NOTEPAD++ every time.
- tonton2
- Posts: 337
- Joined: Sat Jun 29, 2013 1:26 pm
- Location: Algerie
- Has thanked: 14 times
- Been thanked: 16 times
- Contact:
Hello TigerTiger wrote:Hi Y.TABET,
Do you try my suggestion to see if it works?
If you can get this function work on old version such as the 6.8xx, you can download the new version 6.9.2 with "zip" file and then unpack to a temporary folder. You can then copy all the files except the "functionList.xml" and paste them back to the folder of NOTEPAD++. I am using the new version 6.9.2 and I use this way to upgrade the NOTEPAD++ every time.
Yes but does not work,it works with old version
thanks
L'Algerie vous salut
Y.TABET
Y.TABET
Hi,
Many thanks for the update.
Following 2 updates also need to be made:
1. If you prefix the function name with "Static": it does not show up in the function list.
2. Harbour Class and Methods also do no show up in the function list.
Hope one of the Gurus will chip in with their expertise.
Warm regards,
Jayadev
Many thanks for the update.
Following 2 updates also need to be made:
1. If you prefix the function name with "Static": it does not show up in the function list.
2. Harbour Class and Methods also do no show up in the function list.
Hope one of the Gurus will chip in with their expertise.
Warm regards,
Jayadev
-
- Posts: 68
- Joined: Mon Aug 31, 2015 11:28 am
- Location: Taipei
- Has thanked: 16 times
- Been thanked: 27 times
Hi Jayadev,jayadevu wrote:Hi,
Many thanks for the update.
Following 2 updates also need to be made:
1. If you prefix the function name with "Static": it does not show up in the function list.
2. Harbour Class and Methods also do no show up in the function list.
Hope one of the Gurus will chip in with their expertise.
Warm regards,
Jayadev
Please try this ...
<parser id="HMG" displayName="HMG" commentExpr="">
<function
mainExpr="^[+\h]*(static\h+)?(CLASS|Func|Function|Proc|Procedure)[\t ]+[^\r\n]*$"
displayMode="$functionName">
<functionName>
<nameExpr expr="(?(?=[\t ]*)[\t ]*[\t ]+[^\s]+\w+[^\r\n]*)"/>
</functionName>
</function>
</parser>