6,834
edits
No edit summary |
No edit summary |
||
Line 955: | Line 955: | ||
rows[#parts][4] = #parts == 1 and parts[#parts]..' is a '..p.properCase(args.type)..', which exists in the global namespace.' or parts[i]..' is a '..p.properCase(args.type)..', which exists in the '..parts[#parts-1]..' namespace.' | rows[#parts][4] = #parts == 1 and parts[#parts]..' is a '..p.properCase(args.type)..', which exists in the global namespace.' or parts[i]..' is a '..p.properCase(args.type)..', which exists in the '..parts[#parts-1]..' namespace.' | ||
elseif args.type == 'method' or args.type == 'property' then | elseif args.type == 'method' or args.type == 'property' then | ||
local parts = p.split(p.getDisplayedName(frame), ".") | |||
rows[1] = {} | rows[1] = {} | ||
rows[1][1] = "<span style=\"font-family: 'Source Code Pro', monospace; color: "..p.getNameRgb()..";\">"..parts[1].."</span>" | rows[1][1] = "<span style=\"font-family: 'Source Code Pro', monospace; color: "..p.getNameRgb()..";\">"..parts[1].."</span>" |
edits