Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 2 FirstFirst 12
Results 16 to 22 of 22

Thread: Notepad++ Latest Version

  1. #16
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ 6.2 release - new User Defined Language system (UDL2)



    UDL (User Defined Language) is one of most important features in Notepad++.

    In v6.2, much better UDL system (UDL2) is provided by Ivan Radic (aka Loreia). Not only many restrictions/limitations in UDL are removed, but also a lot of new features/enhancements are added in UDL2. In fact, you can almost define any language with it.

    The key features of UDL2 are:
    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 +/)

    Thank Loreia for this new shining UDL engine, and thank Christian Cuvier for his multi-part keyword and number enhancement in UDL2.
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  2. The Following User Says Thank You to Larry-G For This Useful Post:

    Sicilian (06-07-13)

  3. #17
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ 6.2.1



    # Fixed bugs:
    * Fix link hotspot colourising issue.
    * Fix a regression bug about Configurator GUI: font setting controls are disabled.
    * Fix a crash issue due to the inconsistent userDefineLang.xml.
    * Fixed bug of UDL2 where "Folder in code" keywords were detected even outside of commnets.
    * Fixed for the hex number detection bug of UDL2 (for example, 0xfece57 ok, but not 0xfe57ce).
    * Fix a crash bug while file path as argument and its length is more than 260 characters.

    # Included plugins:
    * Spell Checker v1.3.3
    * NppFTP 0.24.1
    * NppExport v0.2.8
    * Plugin Manager 1.0.8
    * Converter 3.0
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  4. The Following 2 Users Say Thank You to Larry-G For This Useful Post:

    Clabs (17-11-12),Mr. Mister (15-11-12)

  5. #18
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ 6.2.3


    # Fixed bugs and added features:
    - Fix find "\r\n" bug in RegExpr mode.
    - Change "Delete file" command to "Move to Recycle Bin".
    - Add Remove empty lines feature.
    - Change document default value from ANSI to UTF8 w/o BOM.
    - Enable Word-completion under CJK environment for unicode document.
    # Included plugins:
    - Spell Checker v1.3.3
    - NppFTP 0.24.1
    - NppExport v0.2.8
    - Plugin Manager 1.0.8
    - Converter 3.0
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  6. The Following User Says Thank You to Larry-G For This Useful Post:

    Sicilian (06-07-13)

  7. #19
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Latest version Notepad++ 6.4.1
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  8. The Following User Says Thank You to Larry-G For This Useful Post:

    Sicilian (06-07-13)

  9. #20
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ v6.4.5 bug fix:


    Fix a regression on recent files history.



    Notepad++ v6.4.4 new features and bug fixes:


    Fix a crash issue while there's missing tag in functionList.xml.
    Fix UTF-8 (w/o BOM) detection bug.
    Fix line numbers space problem while folding.
    Fix opening file in Notepad++ makes Aero-snapped cancelled.
    Change behaviour: statusbar reports the number of selected characters instead of number of bytes now.
    Add "close all tab to left" and "close all tab to right" features.
    Add direct access to the tab feature (Ctrl + NumPad).
    Fix macro replaying crash issue.
    Add insert blank line above/below the current line feature(Ctrl+Alt+Enter/Ctrl+Alt+Shift+Enter respectively).
    Add selection between matching braces feature.
    Fix opening file problem from the network drive.
    Fix C++ class (*.h) parsing problem in function list while there is comment on the beginning of document.
    Enhance function list's C/C++ parser.
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  10. #21
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ v6.5 new features and bug fixes:


    1. Update Scintilla to version 3.3.4
    2. Add language CoffeeScript support.
    3. Add multi-paste support for multi-selection/column mode.
    4. Add new feature: auto-close parentheses, quotes, bracket and matched xml/html tag.
    5. Add php, perl, xml, batch, ini and nsis for the build-in function list.
    6. Add User Defined Languages support for the build-in function list.
    7. Add reload feature for the build-in function list.
    8. Fix a minor problem of file extension support for the build-in function list.
    9. Fix a tag matching bug by disabling tag matching inside PHP code blocks.
    10. Fix right-to-left text after closing document map bug.
    11. Fix cancelling shutdown make Notepad++ quit w/o saving files bug.
    12. Enhance "Begin/End select" feature: Check "Begin/End select" menu item when active.
    13. Enhance Mark all feature: 2 options "Match case" and "Match whole word only" in Find/Replace dialog .
    14. Fix a Replace dialog status bar display problem by clearing status bar before processing any action.
    15. Add new feature: if Notepad++ is running as administrator, display this info on the title bar.
    16. Rename "block comment" to "Single line comment" and "stream comment" to "block comment".
    17. Remove invalid command "Online Documentation".




    Included plugins:


    1. DSpellCheck v1.2.7.0
    2. NppFTP 0.24.1
    3. NppExport v0.2.8
    4. Plugin Manager 1.0.8
    5. Converter 3.0
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  11. #22
    Larry-G's Avatar
    Title
    V.I.P
    Donated Member
    Join Date
    May 2010
    Posts
    32,542
    Thanks
    7,824
    Thanked 22,934 Times in 12,378 Posts
    Notepad++ v6.7.1 new feature and bug fixes:


    Fix crash issue on GotoLine.
    Fix a random crash issue while typing random characters.
    Fix the bug of auto-insert skipping feature that ] and } don't be skipped if "auto-insert ()" is disabled.
    Add new feature: auto-insert skipping character feature works for "" and '' now.
    Fix reloaded file on dirty status issue.
    Add "Mark..." menu command.
    Fix a regression (broken with compare plugin) due to a new feature of MRU in v6.7 (the feature is removed).

    Code:
    http://download.tuxfamily.org/notepadplus/6.7.1/npp.6.7.1.Installer.exe
    My posts contain my own personal thoughts and opinions, they do not represent those of any organisation or group but my own.

    If you don't like what I post, Don't read it.

    SIMPLES.

  12. The Following 3 Users Say Thank You to Larry-G For This Useful Post:

    Donnie (28-12-14),nsw9154 (28-12-14),Sicilian (01-01-15)

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.