matortheeternal / merge-plugins

Standalone application for merging bethesda plugin files.
Other
53 stars 13 forks source link

Detect Bash tags in header #127

Open Nebulous112 opened 8 years ago

Nebulous112 commented 8 years ago

Feature request:

It would be great if Merge Plugins could detect the bash tags in the header, and if present, include them in the merge.

matortheeternal commented 8 years ago

I see what you're saying. I'll think about it. Right now the description is used to create a list of the plugins in the merge, and that commonly exceeds the allotted maximum length for the description field (doesn't cause any problems but the CK will truncate it when you load a plugin).

If I remove this from the description then we'd have space for bash tags.

jdsmith2816 commented 7 years ago

You could just put the bash tags first, right? Then whatever gets truncated is just the merge list that's already being truncated.

Nebulous112 commented 7 years ago

That would really be the best of both worlds. Great idea.