View Single Post
Old 12-02-2015, 04:42 AM   #131
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,984
Default

There are desciptions already in some non-selfexplainable scripts but as a comment or another way, I`ll add it to desciption prefix later.
Script Name - I firstly look at your first script in first folder:
Quote:
/**
* Display selected tracks and takes color in the console
* EEL Script for Reaper
* Displays tracks and takes color in RGB and HEX values in the console.

* Author: X-Raym
* Author URl: http://extremraym.com
* Reposotory: GitHub > X-Raym > EEL Scripts for Cockos REAPER
* Repository URl: https://github.com/X-Raym/REAPER-EEL-Scripts
* Source URl: https://github.com/X-Raym/REAPER-EEL-Scripts/Display selected tracks and takes color in the console.eel
* Licence: GPL v3
* Forum Thread: Script: Display selected tracks and takes color in the console
* Forum Thread URl: http://forum.cockos.com/showthread.p...57#post1480557
* Version: 1.0
* Version Date: 2015-15-02
* REAPER: 4.76
*/
So I though parser will automatically guess first line as reascript name (there is no prefix / no another prefix / "ReaScript name" prefix).
I don`t think I should add whole header mostly with empty values, but only minimum fields + what I think header for current script should comes with. I also don`t put supported version since I supposed user installed latest official releases of REAPER and SWS, so I willn`t get expected bugreport.

I also did put /* instead /**. Why did you use what?

Last edited by mpl; 12-02-2015 at 04:55 AM.
mpl is offline   Reply With Quote