Search found 6 matches

by DWSJ
Fri Apr 26, 2019 5:49 pm
Forum: MQ2::Help
Topic: MQ2 Macro Language Plugin for Visual Studio Code
Replies: 22
Views: 5643

Re: MQ2 Macro Language Plugin for Visual Studio Code

I published this on the Visual Studio Code Marketplace under "vscodemq2" for easy install.
by DWSJ
Wed Apr 10, 2019 11:00 pm
Forum: MQ2::Help
Topic: MQ2 Macro Language Plugin for Visual Studio Code
Replies: 22
Views: 5643

Re: MQ2 Macro Language Plugin for Visual Studio Code

I have mostly used Notepad ++ but I never created a grammar for it, just some smart highlighting. I found that it was deficient in preventing me from writing obvious bugs. My goal with this was to greatly reduce or eliminate syntax based errors. I havent looked into adding autocomplete yet, but that...
by DWSJ
Wed Apr 10, 2019 1:15 am
Forum: MQ2::Help
Topic: MQ2 Macro Language Plugin for Visual Studio Code
Replies: 22
Views: 5643

MQ2 Macro Language Plugin for Visual Studio Code

I have much of a plugin for Visual Studio Code completed for editing MQ2 macros. It probably has been done before, but in case not I am sharing here. I have found that finding bugs is fairly time consuming, and this is pretty aggressive at finding errors. Eventually i can write some instructions for...
by DWSJ
Mon Jun 20, 2016 10:31 pm
Forum: ISXEQ::General
Topic: Fixes to MQ2-20150516 for ISXEQ compilation
Replies: 8
Views: 2721

Re: Fixes to MQ2-20150516 for ISXEQ compilation

all resolved, still contend that the default download probably doesnt work with newest version of innerspace.

off to have fun with the new scripting language.
by DWSJ
Mon Jun 20, 2016 10:12 pm
Forum: ISXEQ::General
Topic: Fixes to MQ2-20150516 for ISXEQ compilation
Replies: 8
Views: 2721

Re: Fixes to MQ2-20150516 for ISXEQ compilation

Finally got vs14 (Visual Studio 2015) . .compiled.

Inner Space tries to load 'extension isxeq' and crashes the game.... so dead end i think.

cant seem to find logs yet....
by DWSJ
Mon Jun 20, 2016 9:31 pm
Forum: ISXEQ::General
Topic: Fixes to MQ2-20150516 for ISXEQ compilation
Replies: 8
Views: 2721

Re: Fixes to MQ2-20150516 for ISXEQ compilation

I spent a ton of time trying to get ISXEQ working using VS 2015. Initially i had to manually switch all projects to vs12. After finally getting it to compile by updating LSType.h typedef struct _LSTypeVar ... unsigned __int64 UInt64; typedef struct _LSVarPtr ... unsigned __int64 UInt64; InnerSpace c...