zoukankan      html  css  js  c++  java
  • Notepad++ 6.2.0 正式版

    Notepad++ 6.2.0 在 10 月 9 日时候发布了,主要改进内容:

    1. More keyword groups were added (more syntax highlighting can be defined):

    • 3 folding groups
    • 8 keyword groups
    • 2 comment groups
    • 1 number definitons
    • 2 operators groups
    • 8 delimiter sets

    2. Multipart keywords are supported (for example: "else if" can be defined as a single keyword)

    3. Whitespace is no longer mandatory as keyword separator: Operators, Delimiters and Folding keywords can be recognized with or without whitespace separators.

    4. Numbers recognition support is greatly improved (prefix, suffix, range and extra symbols supported).

    5. Operators and delimiters can be longer than one character.

    6. The same characters can be used as comments AND operators.

    7. Comments and delimiters support nesting (even within each other).

    8. Improvments to Comments include:

    • Comment folding
    • Comment continuation
    • Comment only start at the beginning of line

    9. In the case of several comment pairs defined, comment open symbols match only with comment close symbols of the same order. (for example: /* C comment */, /+ D comment +/, but not /* mixed comment +/)

  • 相关阅读:
    AC自动机【学习笔记】
    SCOI2016 背单词【Trie树,贪心】
    【字符串算法】字典树Trie入门
    USACO 1.3 Name That Number【暴搜】
    MapReduce分组
    MapReduce排序
    博客园添加访问人数统计
    MapReduce的分区
    MapReduce的计数器
    MapReduce部分源码解读(一)
  • 原文地址:https://www.cnblogs.com/shihao/p/2762496.html
Copyright © 2011-2022 走看看