Giter Club home page Giter Club logo

Comments (10)

OBKoro1 avatar OBKoro1 commented on August 15, 2024

@CloudSen 感谢issue,这是一个bug,本地已经修复了,过段时间会发布一个新版本。

from koro1fileheader.

ixialuo avatar ixialuo commented on August 15, 2024

@OBKoro1 你好,请问 LastEditTime 和 Date 首写字母要区分大小写吗,我这边小写时获取不到时间

from koro1fileheader.

OBKoro1 avatar OBKoro1 commented on August 15, 2024

@OBKoro1 你好,请问 LastEditTime 和 Date 首写字母要区分大小写吗,我这边小写时获取不到时间

@ixialuo 需要区分大小写,如果有自定义字段的需求,可以参照文档:特殊字段允许自定义

from koro1fileheader.

ixialuo avatar ixialuo commented on August 15, 2024

@OBKoro1 你好,请问 LastEditTime 和 Date 首写字母要区分大小写吗,我这边小写时获取不到时间

@ixialuo 需要区分大小写,如果有自定义字段的需求,可以参照文档:特殊字段允许自定义

谢谢

from koro1fileheader.

ixialuo avatar ixialuo commented on August 15, 2024

@OBKoro1 你好,注释顺序和模板不一致,大小也有没改的,是需要什么特殊设置吗?
模板格式:
image
效果:
image

from koro1fileheader.

happyTonakai avatar happyTonakai commented on August 15, 2024

@ixialuo 是bug #38

from koro1fileheader.

happyTonakai avatar happyTonakai commented on August 15, 2024

@OBKoro1 请问这个bug修复了吗?我目前也遇到了,但是好像不是 @CloudSen 提到的,他的意思是注释//前面多了一个空格吗,我已经把所有注释全部删掉了…… 自定义的还是无法自动更新时间

from koro1fileheader.

OBKoro1 avatar OBKoro1 commented on August 15, 2024

@happyangry 麻烦提供一下配置信息,等尽可能多的信息,方便找出问题。

from koro1fileheader.

happyTonakai avatar happyTonakai commented on August 15, 2024

@OBKoro1 我大概复现出了问题,我仔细看了下@CloudSen说的好像是自定义head注释中存在空格,我遇到的问题和他是一样的

/*=================fileheader start=================*/

    "fileheader.customMade": {
        "Author": "myname  myemail",
        "Date": "Do not edit",
        "LastEditTime": "Do not edit"
    },
    "fileheader.configObj": {
        "createFileTime": true,
        "timeNoDetail": false,
        "language": {
            "matlab": {
                "head": "% ",// %后面存在空格
                "middle": "% ",
                "end": "% "
            }
        },
        "autoAdd": false,
        "autoAlready": true,
        "annotationStr": {
            "head": "/*",
            "middle": " * @",
            "end": " */",
            "use": false
        },
        "headInsertLine": {
            "php": 2
        },
        "beforeAnnotation": {
            "py": "#!/usr/bin/env python\n# coding=UTF-8"
        },
        "specialOptions": {}
    }
    /*=================fileheader end=================*/

from koro1fileheader.

OBKoro1 avatar OBKoro1 commented on August 15, 2024

@CloudSen @ixialuo @happyangry bug已修复,请更新插件到V3.7,查看更新日志.

from koro1fileheader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.