• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

JASS Tag Bugs

Status
Not open for further replies.
Not sure if anyone mentioned this.

LJASS tags stopped highlighting:
local unit u = GetTriggerUnit()
This is the code I used:
[icode=jass]local unit u = GetTriggerUnit()[/icode]

And JASS highlighting with "@" stopped working:
JASS:
local unit u = @GetTriggerUnit()@
This is the code I used:
[code=jass]local unit u = @GetTriggerUnit()@[/code]
 
Ah okay, thanks for the fix! :)

The @ was a feature to highlight a particular section of code. It made a red highlight over it or something. I don't have a pic or anything, and it isn't exactly necessary to have, but it was a neat option. :P

Yes, I was recently surprised when I found that this magic tool has gone.

Anyway, it would be very nice to have it back.
 
Status
Not open for further replies.
Back
Top