• 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 ;)

  • [New Plugin] XML Navigator

    Locked
    6
    0 Votes
    6 Posts
    7k Views
    guy038G

    Hello crypto-rsa,

    Thanks for your quick reply ! Indeed, on my configuration, I have all versions of .NET, till the 3.5 version and even Microsoft .NET Framework 4 client Profile ! But nothing about NET 4.5 :-( Too bad, indeed !

    Of course, I do know that I should switch to newer Windows OS. But I’ve, so often, heard about problems of privileges and permissions for running software or opening files, with W7, and upper versions, that I quite pleased with my rustic, but neat Win XP configuration !!

    Anyway, I’ll try your plugin, on my W7 laptop, at work !

    Cheers,

    guy038

  • Perl function calltip

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Craig-Johnston,

    it is just a matter of maintaining ther related api file,
    which can be found in …\plugins\APIs\perl.xml.
    Take php.xml as example on what needs to be done.

    Cheers
    Claudia

  • Looking for Markdown Plugin

    6
    1 Votes
    6 Posts
    39k Views
    PeterJonesP

    Perl Script “MSI” Installer” should, of course, read “Python Script “MSI” Installer”. (Sorry to all the Python aficionados out there; my Perl roots are showing.)

    Speaking of Perl, if that’s your scripting language of choice, installing Text::Markdown will install markdown.pl and markdown.bat (genererally into ...\site\bin\markdown.bat or similar). If you don’t have the Python standalone executable, but do have Perl, you can change the Preview HTML filter definition for Markdown to

    [Markdown] Extension=.md .markdown Language=Markdown Command=markdown.bat "%1"

    If your various perl bin directories aren’t in your path, you will need to use the full path to those directories (such as Command=\strawberry\perl\site\bin\markdown.bat "%1").

    If you use extensions beyond the original daringfireball syntax in your markdown, you will probably want Text::MultiMarkdown with its associated multimarkdown.pl/multimarkdown.bat for your filter, instead.

  • Contact main developer

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Scott SumnerS

    Ah, okay, I must have not really thought about the OP’s last sentence!

  • [New Plugin] nppNim: Lexer and Code Folding

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • XML tools plugin slows down start of notepad++ a lot

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hello @Johannes-Fleck,

    that is strange, on my very very very old laptop
    Intel Pentium M 1,5 Ghz 1GB RAM it takes
    1,6 seconds to start npp with xml tools.

    Do you know sysinternals process monitor?
    Run it, define notepad++.exe as filter, start npp and you should see
    what is causing the issue.

    Cheers
    Claudia

  • underline all over my text

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Afik GilboaA

    updated and the problem solved. thanks…

  • Ignoring state changes during text search

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    as the texts is scanned, Notepad++ occasionally updates the scrollbar

    You mean each time the user clicks “Find Next”?

    my plug-in is notified of a state change

    Which notification are you catching exactly? I’m assuming SCN_UPDATEUI and you are checking the updated flag?