View Single Post
Tirant
Veteran Member
Join Date: Jul 2008
Location: Los Angeles, California
Old 03-09-2012 , 19:14   Re: Notepad++ AlliedModders Edition
Reply With Quote #104

I played around with it for a bit to see if I could parse the default files somehow (because they seem to have the worse documentation). This is how it came out, so from here I think I might be able to put something together.

What I'm thinking is to basically just use whatever the default documentation is, but if it contains tags like "@param player", then it will handle those a bit differently. Since it's Java, the final tooltip would be compatible with HTML, so this will turn out to be very similar to Javadoc display. I might even be able to make something like "{@link plugin_init}", which would then give you a link so you could maybe click and view that native from another ones doc.

Edit: I was forced to give up. The problem was that it's kind of a pain to get user input when the program itself doesn't have the focus.
Attached Files
File Type: txt output_amxmodx.txt (39.8 KB, 219 views)
__________________

PM me if you're interested in buying the Credits addition for Base Builder
Battlefield Rebirth [66% done]
Call of Duty: MW2 [100% done]
Base Builder [100% done]

Last edited by Tirant; 03-13-2012 at 16:57.
Tirant is offline