• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] I have problems with running NewGen

Status
Not open for further replies.
Edit: successfully debug tested Hashtables - the map still will parse, they just aren't recognized by the syntax. Anyone know how I can add them myself?

JassHelper is "supposed" to be updated. I installed everything, replaced the three files NewGen generates with the three files I was told to replace from the new JassHelper, yet the syntax coloring is completely messed up still (way different than when I used it a few months ago). It's got the wrong color for everything and doesn't recognize Hash Tables or any of the new features. Um... help?

Yes, I've reinstalled several times.

Another note is that I do not have the option "Enable Colorizer". I am using:

NewGen5d
0.A.2.B.jasshelper

crap.jpg
 
Last edited:
Did you try reinstalling the entire thing completely? (eg: delete the entire folder, manually reinstall JNGP, then add the latest JASSHelper)

Your syntax highlighting looks fine. You can edit the color options by just selecting options in the bar above the code in the trigger. The reason why it doesn't include hashtables is because TESH was made before 1.24 (which is when it was added). SFilip is still active at wc3c.net for RtC, but I don't think he is going to update it soon.

For the moment though, you can use this:
http://www.filefront.com/16153589/Hashtable API.j

Just go to jassnewgenpack5d -> tesh -> includes and paste it there. Yeah, it highlights included files oddly but at least now it is highlighted (better than nothing). However, type hashtable won't be highlighted still =( (but I'm afraid you'll have to stick with that unless you modify the DLL)

I don't know about the colorizer issue though, do you have the Colorizer.dll in your bin folder?
 
Level 18
Joined
Jan 21, 2006
Messages
2,552
Well this should be highlighted by the TESH syntax environment, but struct members are not highlighted as they are in this forum. I'm not sure if a new version of the syntax highlighter is out but there was a new one released some time ago that included the hashtable API.
 
Status
Not open for further replies.
Top