• 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 tags bug

Status
Not open for further replies.
Level 20
Joined
Apr 22, 2007
Messages
1,960
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
 
Level 20
Joined
Apr 22, 2007
Messages
1,960
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.
 
Level 13
Joined
Nov 22, 2006
Messages
1,260
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: 105

Ralle

Owner
Level 79
Joined
Oct 6, 2004
Messages
10,212
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?
 
Level 13
Joined
Nov 22, 2006
Messages
1,260
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.
Top