• Selling commercial plugin solutions

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    dailD

    Also, keep in mind, just because something is licensed under the GPL, doesn’t mean a developer can’t make money from it. See this. For example, someone could pay you to develop a Notepad++ plugin for them, but you must release your plugin under the GPL, meaning you have to give them the sourcecode, and if they want they can release it publicly.

  • Which Explorer Plugin? Which javascript plugin?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    carlosthehyenaC

    ok, fair enough: thank you

  • setting auto indent type

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Settings > Preferences > Tab Settings

  • Feature Request: Save favourite RegEx patterns

    2
    0 Votes
    2 Posts
    2k Views
    Daniel MedinaD

    I save mine in a regex.txt file, then copy/paste into the NPP regex search/replace window.

  • Np++ 6.8.5 doesn't save in default extension

    5
    0 Votes
    5 Posts
    5k Views
    Tord NilssonT

    Same here, I installed 6.8.2 again because of that. A bit annoying

  • quick generate html

    Locked
    9
    0 Votes
    9 Posts
    20k Views
    guy038G

    Hi Chris and Matteusz,

    Oh yes, of course ! BTW, instead of thinking about complicated things, we could, simply, have a shortcut to a simple text file, which would contain the general HTML template, as a back-up. Then a simple CTRL-C / CTRL-V in a new tab and selection of the HTML language would do exactly the same job !

    And the time for these few simple actions is, probably, very small, compared to the one needed to get the right HTML file finished and bugs free, isn’t it ?

    Cheers,

    guy038

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ - Trying to compile & link in VC8 on Win7

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Request: Additional Command Argument for Window Title

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Suggestion: Ctrl + F5 (alternative) to reload file from disc

    5
    0 Votes
    5 Posts
    4k Views
    ValijonV

    Yes, you were right. Thank you

  • Possible graphics issue

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Suggestion: Different view environment ( like work-space )

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • how to unminify HTML and CSS files

    Locked
    1
    0 Votes
    1 Posts
    8k Views
    No one has replied
  • Code Signing Please?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • UTF-8 without BOM

    Locked
    2
    0 Votes
    2 Posts
    12k Views
    guy038G

    Hello Dan,

    Well, starting with the v6.8.1 version of N++, the main menu Encoding has been, slightly, changed :

    Before the v6.8.1 version, the Encode lines were Encode in ANSI, Encode in UTF-8 without BOM, Encode in UTF-8, Encode in UCS-2 Big Endian and Encode in UCS-2 Little Endian. And idem, for the Convert lines.

    From the v6.8.1 version, the Encode lines are Encode in ANSI, Encode in UTF-8, Encode in UTF-8-BOM, Encode in UCS-2 BE BOM and Encode in UCS-2 LE BOM. And idem, for the Convert lines.

    NOTES :

    The BOM, also called Byte Order MArk, is an invisible character, of Unicode code point \xFEFF, which helps the application to detect the right encoding of the current file, as well as the Most and the Least significant bytes of the characters, in that file.

    So, depending of the Unicode encoding used, the representation of the hidden BOM character, beginning the file is :

    The two bytes FE FF in the UCS-2 BE BOM

    The two bytes FF FE in the UCS-2 LE BOM

    The three bytes EF BB BF in the UTF-8 BOM encoding

    REMARKS :

    The UTF-8 sequence EF BB BF is just the UTF-8 transformation format of the UNICODE value of the BOM ( FE FF ) !

    The N++ encoding, simply called UTF-8, means that all the characters of the file are UTF-8 encoded, but NO BOM is added, at the very beginning of the file. That’s the UNIQUE difference with the strict UTF-8-BOM encoding !

    Best Regards,

    guy038

  • Relative paths in config files!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • User defined Auto-insert option is not work after reboot NPP

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • Feature Request: Do Close Tab Before Checking For File Change

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • highlighting javascript doesnt work

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied