Thread Tools Display Modes
07/20/17, 12:27 AM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,045
Thank you Ancean, at least some users are able to "do the job themselves" instead of moaning

A small correction, so everyone knows how to comment lines in addons and mainfest files:
So to the OP : if you do not like an addon or part of it, do not download it or modify it. You can without breaking an addon using this -- to *silence* a line, or a library that is just optional.
The manifest TXT file needs a ## in front of a line to comment it. You are not able to use -- in there.
Only the lua files use -- as single line, and --[
...
]]
as multi line comments.
  Reply With Quote
07/20/17, 01:47 AM   #2
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 309
Originally Posted by Baertram View Post
Thank you Ancean, at least some users are able to "do the job themselves" instead of moaning

A small correction, so everyone knows how to comment lines in addons and mainfest files:


The manifest TXT file needs a ## in front of a line to comment it. You are not able to use -- in there.
Only the lua files use -- as single line, and --[
...
]]
as multi line comments.
haha oups sorry, thanks a lot for this ))
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » ZoS: Make Titles etcpp. readonly and not changeable by addons


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off