Post Reply 
[UPDATE] NOTEPAD++ - now with autocomplete
05-07-2016, 02:16 PM (This post was last modified: 05-07-2016 02:18 PM by jrozsas.)
Post: #14
RE: NOTEPAD++ - now with autocomplete
It is important that you know to edit the HPPrime.XML file, you can use the NOTEPAD++.
Following the lines that I have edited as an example, you can create the calltips for all other commands, and you can do in your language.
[Image: snap_216.png]
Note that the change occurs between the two <KeyWord>
See example:
<KeyWord name="ABS" func="yes">
<Overload retVal="" descr="Apresenta o valor absoluto da expressão ou matriz" >
<Param name="EXP matriz" />
</Overload>
</KeyWord>

See Without change:
<KeyWord name="ABS" />

Result in your program .hpprgm:
[Image: snap_217.png]
Its easy!

Leo

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: NOTEPAD++ - now with autocomplete - jrozsas - 05-07-2016 02:16 PM



User(s) browsing this thread: 1 Guest(s)