• Licence restrictions for plugins

    6
    0 Votes
    6 Posts
    5k 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
    3k 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
    22k 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.

  • How to change the style via plugin

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    dailD

    You could also try to manually control the style for a specific language as well. You would have to catch certain events such as NPPN_BUFFERACTIVATED and NPPN_LANGCHANGED . Any time a certain file was shown, you would manually call Scintilla messages such as SCI_STYLESETFORE etc for all the styles your plugin uses. It is not the “recommended” way but may be what you need. Note that you won’t be able to modify this style through the style configurator.

  • The emmet plugin is not working for a long time

    3
    0 Votes
    3 Posts
    6k Views
    Ambrosia GreyA

    I hope you have resolved the issue that you had with emmet. Please note that Ctrl+Alt+Enter is also set to create a newline in the Notepad++ key configuration.

    Please change it to a TAB and then if you still have a problem re-install emmet and the latest python script manually.

    I extracted and copied each file manually to the required Notepad folder.
    The auto install via plugin manager failed for me.

    Copy python27.dll to Notepad++ root folder under program files

    Go to Notepad++ Plugins and paste the pythonscript.dll and pythonscript folder

    Copy emmet contents to the plugin folder.

    Relaunch and map TAB to expand emmet short hand.

  • Is there any notification when a file is reloaded?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Unfortunately it doesn’t appear there is any way of catching this kind of event. And you are correct that it seems only NPPN_BUFFERACTIVATED is sent. I can see where this type of message would be useful to be notified when it is reloaded…so it might be a good idea to open a new issue on Github.

  • Installation of XML tools failed

    Locked
    4
    0 Votes
    4 Posts
    56k Views
    Claudia FrankC

    Assuming you’ve downloaded the zip version from here.

    Everything from the ext_libs directory (within the zip file) needs to be copied to
    either the notepad++ installation directory OR if you used the %APPDATA% configuration then it needs to be placed to the %APPDATA%\Notepad++ directory.

    The same applies to the xmltools directory, which only has one file XMLTools.dll.
    If you used %APPDATA% configuration, than copy it to %APPDATA%\Notepad++\plugins, if not using it, than copy it to the plugins directory under notepad++ installation directory.

    If it still doesn’t work, may I ask you to post the debug->info (avaliable under ? menu)

    Cheers
    Claudia

  • Poor man's t-sql formatter unavailable?

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    Gerardo PerezG

    EDIT I must be getting crazy, it showed up once i selected SHOW UNSTABLE plugins, but stability status said good, so i installed, removed, unticked the show UNSTABLE plugins, closed and reopened notepad++ and it was shoing fine in plugin manager, either im getting old or this was a bug in the plugin repository that I cannot seem to repeat lol, anyway, im ok now

  • For project, reload all files when opening project

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hi Medda,

    I guess I understand it better now, thanks for clarification.
    Unfortunattely your request can’t be easily solved as nppFTP is plugin
    and project a builtin component, which means they can’t interact, well,
    it isn’t intended that both communicate with each other.

    That files get loaded automatically, when connection to ftp server has been
    established, needs to be a function from nppFTP plugin, therefore nppFTP
    author needs to implement this.

    In regards to the project function to reload, as said, no communication with nppFTP plugin.

    Cheers
    Claudia

  • 1 Votes
    3 Posts
    6k Views
    greenzestG

    Hi Claudia,

    You probably read the name of a commit made for the version 1.2.1 of 3P!
    I’m using the latest version of the awesome OLV ;)