• Hex Editor

    Locked
    1
    1 Votes
    1 Posts
    13k Views
    No one has replied
  • 0 Votes
    1 Posts
    6k Views
    No one has replied
  • [Plugin Update] JSONViewer 1.23

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • [Plugin Update] - NppGTags v4.1.0

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    6k Views
    No one has replied
  • One notepad becomes two

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Licence restrictions for plugins

    6
    0 Votes
    6 Posts
    6k Views
    dailD

    Let me clarify a bit. I’ve seen a lot of cases where people have this question about programs licensed under the GPL and plugins. So I’ve always just referred to that particular section of the website. So if you’ve found some other resources or know other information I’d really be interested.

  • nppftp + multiInst

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • COMPARE plugin is a gem

    4
    0 Votes
    4 Posts
    5k Views
    YaronY

    You’re welcome.

    You can try one of the other versions I’ve referred you to.

    BR

  • Programmable Menu Sidebar

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

    3
    0 Votes
    3 Posts
    3k Views
    Kasper GraversenK

    You need to be using a versioning system instead such as Git or Mercurial. It requires some learning but it is time well spent.

  • New plugin package: Visual Studio 2015 support for C#/.Net plugins

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Kasper GraversenK

    It will be a high level layer calling the existing underlying layer. That layer will not go away.

    Please supply more information on what changes needs be done for fixing bugs as you hint .

  • Plugin built with VS 2013 Express vs. Plugin built with VS 2013 Community

    24
    0 Votes
    24 Posts
    24k Views
    YaronY

    Hello Claudia,

    Thank you for the explanation. You know, men can get curious too. :)

    And now I just can’t help it.
    After explaining the process of reasoning leading to her famous deductions, Shirley Holmes’ insights seemed to lose some of their former glamour.
    But then on a second thought the shine became even brighter.

    Well, I assumed you had performed some searches and tests.
    Now that I know the scale of those actions, my gratitude grows and deepens.

    And finally, rocket science would be no “rocket science” for you. :)

    Best regards.

  • Set Text Color

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    I do the text parsing and formatting in my plugin.

    So you mean are actually writing a custom lexer? If so then you might want to look at some other lexers people have created and see how they are doing it. In general a lexer assigns a style number to each character and then that style number has color/font/underline/bold/etc associated with it.

    I tried the UDL but couldn’t come up with a solution.

    I’ve never use UDL so I can’t be of any help here. :)

  • Block uncomment not working

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC

    Hello @Ericson-E.-Z.,

    workaround would be to use CTRL+SHIFT+K
    on a selected block of code.

    Cheers
    Claudia

  • TRANSLATE doesn't

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Is possible to solve with new plugins my needs ?

    2
    0 Votes
    2 Posts
    2k Views
    AdrianHHHA

    I think the answer to your question is “Yes”. My reason for saying that is that when you write your own code in a plugin you can make it do almost anything.

    However, “Yes” on its own it not a very useful answer.

    What is your real question? The opening sentence asks about the “atom.io” editor. The last two sentences refer to Notepad++. Nothing between them mentions either editor. You know that Notepad++ is written by volunteers and enthusiasts. They continually work to enhance Notepad++ with the features that inspire them. If you really want your suggestions added then you could either (a) write you own plugin (or plugins) to do what you want; or (b) describe the features in a way that inspires someone else, or © pay someone.

  • python indent plugin

    3
    0 Votes
    3 Posts
    5k Views
    Joe SherwoodJ

    Thank you @Claudia-Frank

  • Yeah, when I create a file with NppFTP, it is always ANSI encoded

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    Some things to keep in mind. ANSI is a subset of UTF-8. So if there are no UTF-8 characters then Notepad++ detects it as ANSI. You can force ANSI files to be UTF-8 by using Settings > Preferences > New Document > Encoding and select UTF-8 and apply it to opened files.

    Also keep in mind some FTP clients transfer files in ASCII mode which translates the line endings automatically. I’m not sure if NppFTP has an option to change that (I rarely ever use it personally), if not then you probably want to submit a bug/feature directly to that project.