• Problem to open CSV. Formt looks differnt

    1
    0 Votes
    1 Posts
    337 Views
    No one has replied
  • Emmet con Notepad++

    3
    0 Votes
    3 Posts
    1k Views
    EkopalypseE

    No estoy usando a Emmet, pero sé que
    que necesitas instalar el plugin de PythonScript y el plugin de Emmet.
    El plugin de PythonScript puede ser instalado a través del PluginManager, luego siga las instrucciones desde aquí.

    I’m not using Emmet, but I know that you need to install the PythonScript plugin and the Emmet plugin.
    The PythonScript plugin can be installed via the PluginManager, then follow the instructions from here.

  • 0 Votes
    5 Posts
    1k Views
    EkopalypseE

    @Poushali-Roy

    Maybe you wanna describe in more detail how you tried to install
    a plugin via the plugin manager. In addition, provide the debug-info,
    which is available from the ? menu.

  • Cannot save change of "Remember current session for next lauch"

    9
    0 Votes
    9 Posts
    554 Views
    abdulbadiiA

    Must : Setting -> Preferences -> Multi-instance -> Default: Mono-Instance

    if Multi-instance it’ll be such like that

    config,xml must be assuredly saved in such setting by closing Notepad++ with click close X , not alt-F4 nor a abrupt kill on Notepad++

  • How to automatically split one line to three and back

    3
    0 Votes
    3 Posts
    214 Views
    Ziio jeepersZ

    it works perfectly
    As always, thanks very very much…

  • Notepad++ has no real dark themes, change my mind

    4
    1 Votes
    4 Posts
    657 Views
    EkopalypseE

    @wd40bomber7

    have you seen this thread?
    I would appreciate if you could share your thoughts on this with us.

  • Message users directly

    2
    0 Votes
    2 Posts
    237 Views
    Alan KilbornA

    @treflip said in Message users directly:

    Can you message someone directly?

    I don’t think so.

    I saw a question about a jinja language but it was locked and I wanted to know if they ended up making one.

    What you can do is create a new thread/topic.
    Put a link to the old one in the new one.
    Use the @user syntax to reference the original poster. Like if their name is FelixTheCat you would put @FelixTheCat somewhere in the posting.
    If/when they log in again, the should get a notification and be able to find your thread quickly.

    I think that’s the best you can do/hope-for.

  • What is a selection of the "blank" font size supposed to do?

    9
    0 Votes
    9 Posts
    437 Views
    EkopalypseE

    @Alan-Kilborn said in [What is a selection of the "blank" font

    Perhaps this whole thread is pointless because I didn’t check the real documentation before asking. :-)

    Maybe but I have no idea whether this is documented at all :-D

  • "Update available" right after a fresh installation?!

    3
    0 Votes
    3 Posts
    250 Views
    lukelamettaL

    mille grazie! <3

  • How can I group files into sets

    6
    0 Votes
    6 Posts
    3k Views
    Michael PetersonM

    The explorer plugin and the favorites sidebar have proved to be very useful, thanks to both of you.

  • What is the cross-hatching for? (Style Configurator)

    24
    1 Votes
    24 Posts
    7k Views
    EkopalypseE

    @Alan-Kilborn

    fresh version = portable, downloaded from npp without any modifications and additional plugins
    regular version = my portable version - highly customized and with additional plugins

    Test was done with npp 7.8.6 (fresh) and 7.8.5 (regular).

  • Combining an ogg and mp3 file binarily

    3
    0 Votes
    3 Posts
    318 Views
    EkopalypseE

    Notepad++ is a text editor and doesn’t handle binary data well.
    In your case your real problem will be how to find a program which reads
    mp3 and ogg in the same time and plays its content.
    What comes into my mind first is using something like cubase with a mixing console.

  • Character (NUL NUL NUL)

    2
    0 Votes
    2 Posts
    232 Views
    Alan KilbornA

    @arslan-arshad

    What version of Notepad++ are you using when this happened?

  • Vertical red lines

    15
    0 Votes
    15 Posts
    5k Views
    Valeria VernonV

    @PeterJones That’s it! after pressing repeatedly on that button I finally obtained my vertical red lines! I thank all of you.

  • Search and Replace

    27
    0 Votes
    27 Posts
    8k Views
    Bert BarberB

    @PeterJones YOU ARE AWESOME - THANK YOU SO VERY MUCH!!!

  • Use for paid YOUTUBE Tutorials

    4
    1 Votes
    4 Posts
    227 Views
    EkopalypseE

    @Frank-Erlich

    Strictly speaking, by asking a lawyer whether the information/license provided by the author is compliant with your local laws.

  • How do i turn this off?

    2
    0 Votes
    2 Posts
    164 Views
    EkopalypseE

    Settings->Preferences->Auto-Completion and uncheck Function parameters hint on input

  • 0 Votes
    3 Posts
    598 Views
    Ohayo GosaimasO

    Oh, damn it, I didn’t even suspect it might simply be a font problem.

    Maybe because of my messy latin1 database import problem, in which it wasn’t a font issue. I feel silly now.

    Well, I’m off to experimenting with other fonts now.

    But… a pity, really, there’s no better than Inconsolata, in my biased eyes.

    Thank you Alan!

  • Notepad ++ v6.8.6 fails to open files from shared/network drives

    15
    0 Votes
    15 Posts
    27k Views
    Girish Kumar MG

    I use Notepad++ v7.8.5 on Ubuntu 18.04. I run Ubuntu and Windows in dual boot mode.

    I was not able to open text files in Windows (automatically mounted onto Ubuntu as /dev/sda3). Below is what I found to be useful.

    Open UbuntuSoftware > Find Notepad-Plus-Plus (WINE) > Click on it > Click on Permissions > Find “Read/Write files on removable storage devices” > turn it ON.

  • XML Split

    11
    0 Votes
    11 Posts
    7k Views
    Craig McFarlaneC

    @guy038 said in XML Split:

    gawk -F\x22 “/game name/ { n= $2 } ; { print > n”.xml" }"

    Mate. Just wanted to say. Top man. Thank you so much for A) taking the time to reply with a constructive and very helpful reply. and B) you learn something new every day and C) what you suggested worked like a dream. Had one issue as one of the name had a / in it. No dram worked around it.

    Thank you so much