• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

JASS tags bug

Status
Not open for further replies.
My textmacros in TESH are grey and bolded, aswell are the ones on Wc3c... It's sort of conventional. Although if you really don't want to make them grey and bold, it's your decision. The thing is, for comprehension reasons, we should stick to the same style of syntax highlighting.

And yeah, please don't keep them pink xD
 
BEAUTIFUL work! As far as I know, the vJass tag update is complete. There is only one bug left, being the weird CnP of Wolver's code (it happens to me too)...

Earth-Fury said:
Problem 2
[jass=Copied from Wolves post from quoting it] set dat2.mdist = c * ClusterBombs_Delay()
call SetHandleInt(tt,"data2",dat2)
call TimerStart(tt, 0.04, true, function Timer_ClusterBombFall)
set tt = null
endloop[/code]


[jass=Copied from Wolves post from within the compiled JASS tag] set dat2.mdist = c * ClusterBombs_Delay()
call SetHandleInt(tt,"data2",dat2)
call TimerStart(tt, 0.04, true, function Timer_ClusterBombFall)
set tt = null
endloop[/code]

the line set tt = null displays and copys without the spaces.
 
Nice work Ralle!

Just one more tiny thing that I noticed, but it's very very minor and I don't really care about it. I just thought you wanted to be aware of it. (Just look at the pic, no need for explaining)

They aren't bolded in TESH's syntax.

Then I guess Hindy and I have a different TESH....
 

Attachments

  • Rep.JPG
    Rep.JPG
    109.3 KB · Views: 123
Nice work Ralle!

Just one more tiny thing that I noticed, but it's very very minor and I don't really care about it. I just thought you wanted to be aware of it. (Just look at the pic, no need for explaining)



Then I guess Hindy and I have a different TESH....

That must be a problem with the graphics engine of your browser.
Are you using firefox?
 
I'm using Firefox, but I wasn't talking about the black lines, I was talking about the slight translation of the window part that is going over a jass code.......nvm. Yeah, now that Need_O2 mentioned it, I hate those black lines too, is there a way to fix them?
 
Status
Not open for further replies.
Back
Top