• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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]
 
Level 16
Joined
Mar 3, 2006
Messages
1,564
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.
 

Ralle

Owner
Level 77
Joined
Oct 6, 2004
Messages
10,101
Well. I built it into the code highligher as a comment which gets colored red and bold. It does not allow you to remove symbols.
Also, the @ signs allows for color blind people to find it too. LOL. Well I don't know.. If you have many people who can't get code to work because of the @ signs, let me know.
 
Status
Not open for further replies.
Top