Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done List of internal commands, functions and variables for Notepad++

Sep
28
2
I'm using Notepad++ for creating .btm script files. For that, I defined myself a "User Definded Language" for Notepad++, which includes a list of all internal commands, functions and variables. See screenshot. This allows quite good syntax and keyword highlighting.

So far I extracted those strings from the help function. This has to be repeated with almost every new version, as new functions come along, which of course is great :smile:

Any chance that you provide complete text lists of those keywords (blank/comma separated or line by line) which each new TCC release? Would be great.
 

Attachments

  • Notepad++_TCC.jpg
    Notepad++_TCC.jpg
    92.3 KB · Views: 177
Thanks, good to know. So I'll wait for an SDK update to V29, since for V28, I extracted the keywords from the help function already.

Update:
Unfortunateley, the SDK lists are not complete. The list of the variable functions in the V28 SDK is much shorter than the one I extracted from the V28 help file. For example @XMLINPUT is missing.
 
Last edited:
I just downloaded https://jpsoft.com/downloads/sdk/sdk.zip and the "Variable_Functions" file contains @XMLINPUT.

1669214177581.png


The download page still says it is for v28;
1669214265268.png

...but the date for the sdk.zip says it is dated 2022-11-23;
Code:
E:\Utils>echo %@filedate[https://jpsoft.com/downloads/sdk/sdk.zip]
2022-11-23

Joe
 
Downloaded sdk.zip today 10:50 am German time. What I see now, that content is way outdated.
File Variable_Functions is from March 2020!

Downloaded it just now again. File Variable_Functions now is from today and contains @xmlinput. Guess Rex just replaced/updated it... :cool:
 

Similar threads

Back
Top