Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

ui to change default.json #34

Closed tushar-borole closed 9 years ago

tushar-borole commented 9 years ago

want ui to change default properties

Wikunia commented 9 years ago

Do you think that it's important? Do you have to change these things often?

tushar-borole commented 9 years ago

Not often...but that's a core of your plugin which should be customisable

Wikunia commented 9 years ago

I don't think that it's a core :D but yeah I'll think about it. Thanks for the feature request ;)

tushar-borole commented 9 years ago

Thanks man

Wikunia commented 9 years ago

Reopened it as a reminder :)

Wikunia commented 9 years ago

Unfortunately I don't have much time and I don't know which is the best idea to implement this into a UI. Do you have an idea? You want to change things like

{
    "tags": {
        "createDate": "@createDate [[Date]]",
        "lastmodifiedBy": "@lastmodifiedBy [[Name]]", 
        "lastmodifiedDate":"@lastmodifiedDate [[Date]]",
        "link": "{@link [[Link]] [[Description]]}",
        "param": "@param {[[Type]]} [[Description]]",
        "returns": "@returns {[[Type]]} [[Description]]"
    },
    "types": {
            "number":   "Number",
            "string":   "String",
            "boolean":  "Boolean",
            "array":    "Array",
            "object":   "Object",
            "regexp":   "RegExp",
            "function": "Function"
    }
}

right?

tushar-borole commented 9 years ago

I realized default json change not needed