Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- May 31, 2012 at 12:44 am #10387parameterMember
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?
May 31, 2012 at 8:16 pm #10388Yutaka EmuraKeymasterHi,
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!
June 1, 2012 at 2:22 am #10389parameterMemberIs 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.aspxIn the section titled: JScript Versioning in other JScript Hosts (for JScript Host Developers).
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.