AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   How to reach this helper with Notepad++ (https://forums.alliedmods.net/showthread.php?t=308405)

eyal282 06-19-2018 06:00

How to reach this helper with Notepad++
 
When in AmxModX you forget the arguments of a function, you can write in the same function the symbol '(' and it will show you all arguments of the function that appears in your plugin / include list. Not only that but it will also show you your current argument you're in. How to implement this helper in Notepad++ for Sourcemod?

brunoronning 06-19-2018 06:36

Re: How to reach this helper with Notepad++
 
https://forums.alliedmods.net/showpo...&postcount=188

eyal282 06-19-2018 09:31

Re: How to reach this helper with Notepad++
 
1 Attachment(s)
Quote:

Originally Posted by brunoronning (Post 2597921)

Does this work on custom includes?

I mean this:

brunoronning 06-19-2018 10:17

Re: How to reach this helper with Notepad++
 
Not automatically, you need to manually add your functions to auto-completion config (Notepad++ folder/plugins/APIs/sourcemod.xml).

I believe it is not possible to do what you want with notepad++.

eyal282 06-19-2018 10:30

Re: How to reach this helper with Notepad++
 
Quote:

Originally Posted by brunoronning (Post 2597964)
Not automatically, you need to manually add your functions to auto-completion config (Notepad++ folder/plugins/APIs/sourcemod.xml).

I believe it is not possible to do what you want with notepad++.

Can't you make a script that automatically takes stock functions inside the plugin and includes?

When I say "you" I mean anybody :P


All times are GMT -4. The time now is 06:27.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.