Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10387
    parameter
    Member

    Hi, I’d like to work with some JSON data within a macro. JSON doesn’t appear to be a loaded module in EmEdit. Am I missing something? Is there a simple way to get at functionality such as JSON.parse() and JSON.stringify() from within an EmEdit macro?

    #10388
    Yutaka Emura
    Keymaster

    Hi,

    EmEditor is just a text editor, and doesn’t offer such a functionality. However, it is possible that you might find an object to use in macros (JavaScript or VBScript).

    Thanks!

    #10389
    parameter
    Member

    Is EmEdit using JScript? If so, is IActiveScriptProperty::SetProperty being set to 1 or 2?

    Would this help:
    http://blogs.msdn.com/b/jscript/archive/2009/04/17/versioning-language-features-in-jscript.aspx

    In the section titled: JScript Versioning in other JScript Hosts (for JScript Host Developers).

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.