View Single Post
StSatan
Senior Member
Join Date: Apr 2010
Old 03-17-2016 , 15:27   Re: [TOOLS] Notepad++ Auto-completion/Inline Docs/Syntax Highlighting
Reply With Quote #187

Quote:
Originally Posted by SHAREN View Post
how to make sure to pop up hints from * .ini files? And not only sourcemod.xml
Add words to end of sourcemod.xml file, which you want to pop up, for example:

<KeyWord name="your_word"/>

if you want to add hints from custom the file, you need to handle these files with script and add these words to sourcemod.xml

PS: attached extended sourcemod.xml with enums and defines

Upd: added sourcemod forwards docs in sourcemod.xml, also attached archive with sourcemod.xml that include auto-completion of all netprops and datamaps in CS:GO... You can search netprops by typing m_<type><part_of_name>, for example type m_fl and you can choose m_flVelocityModifier or type m_vec and you can choose m_vecOrigin or m_i and you can choose m_iAccount in pop-up window.
Upd2: added missing NULL_VECTOR and NULL_STRING
Attached Files
File Type: zip sourcemod.zip (113.6 KB, 281 views)
File Type: zip sourcemod_netprops_datamaps_csgo.zip (134.4 KB, 216 views)
File Type: zip sourcemod_netprops_datamaps_tf2.zip (136.4 KB, 127 views)

Last edited by StSatan; 03-21-2016 at 16:59. Reason: added missing TF2_GetClientTeam and TF2_ChangeClientTeam in userDefineLang.xml; added native ReadMapList in sourcemod.xml and some basic methodmaps names
StSatan is offline