Notepad++ Function List

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

jayadevu
Posts: 238
Joined: Tue May 19, 2009 7:10 am

Re: Notepad++ Function List

Post by jayadevu »

Hi Tiger,

Many thanks for your reply. I confirm that it now works with Static as a prefix.

I had solved with:
mainExpr="^[\t]*(Static Func|Static Function|Func|Function|Static Proc|Static Procedure|Proc|Procedure)[\t ]+[^\r\n]*$"

Your solution is more elegant.

CLASS and Methods however do not appear in the function list.

Warm regards,

Jayadev
Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: Notepad++ Function List

Post by Tiger »

OK. Let's study if it has any other solutions...
User avatar
AidTIC
Posts: 117
Joined: Mon Apr 22, 2013 8:29 am
DBs Used: DBF
Contact:

Re: Notepad++ Function List

Post by AidTIC »

Buenas tardes,
Podríais confirmar si con la versión Notepad++ 7.5.8 64bits funciona??

Me estoy volviendo loco.

Good afternoon,
Could you confirm if the version Notepad ++ 7.5.8 64bits works?

I'm going crazy.
Skydone Solutions
www.skydone.com
Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: Notepad++ Function List

Post by Tiger »

Hi,

I found follow code to remove the "static" form the function list and it works on the notepad ++ new version v7.81

<parser id="xHbFunction" displayName="xHarbour Functions" commentExpr="">
<function mainExpr="^\h*(static\h+)?(procedure|function)\h+\w+">
<functionName>
<nameExpr expr="(procedure|function)\h+\K\w+"/>
</functionName>
</function>
</parser>


Please refer to the link below ...
https://sourceforge.net/p/notepad-plus/ ... /7f92cd76/
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Notepad++ Function List

Post by danielmaximiliano »

Gracias Tiger !!!!
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Post Reply