• [ViSimulator] 32 & 64bit version of ViSimulator plugin are uploaded

    5
    0 Votes
    5 Posts
    10k Views
    Adam BeutlerA

    The version posted above is much more limited than the old one. You can still find the old version via the web archive.

    https://web.archive.org/web/20150515145616/http://www.visimulator.com/download.html

  • [Feature Request] Hot key to insert the selection in the "Replace" field

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Linking .css file to you code

    3
    0 Votes
    3 Posts
    2k Views
    Claudia FrankC

    @Steven-Apell

    do you know https://www.w3schools.com/css/default.asp?
    They have a lot of good stuff about html coding.

    Cheers
    Claudia

  • Any plans to allow change of selected text foreground color?

    5
    0 Votes
    5 Posts
    3k Views
    richluxR

    You’re probably right, but I’m not happy with the workarounds for two reasons. First, they require 3rd party plugins. I’m trying to keep the footprint of NPP as small as possible and the plugins just add more bloat. Second, when using NPP across a large number of computers, the workaround has to be performed on every machine. I can’t just tell users to go into settings and change it to whatever they prefer. Unless there’s some underlying technical issue, It seems like an easy change to make since it’s already available in the Style Configurator, it’s just grayed out.

    Rich

  • Bug : Column mode edition Alt+C

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Vince-kuzanagi

    I tried it on similar data with 2000 lines with no problem.

    Can you post your complete BEFORE and AFTER text (maybe on textuploader.com) that this problem happens with? [Make sure the problem happens with the XXX’s rather than just the real phone numbers…I’m sure you don’t want to post the real phone numbers…]

    Also try to describe exactly what you do: where is your caret before you start?, etc. Sometimes there is more to what you are doing than you say, and that can be the thing(s) that reveal a bug…

    Also, what version of Notepad++, including whether or not it is a 32 or 64 bit version.

  • [Feature Request] (Book)mark line above/below

    3
    0 Votes
    3 Posts
    2k Views
    Vertikcal HorizontalV

    What made me think about it was long registry files, where I wanted to delete differently named keys with similar values.

  • Join Lines function always create spaces

    2
    0 Votes
    2 Posts
    4k Views
    Scott SumnerS

    @zhangyuhangk

    Instead of using “Join Lines” you could do a regular expression replace-all operation:

    Find-what box: \R
    Replace-with box: make sure this box is EMPTY
    Search mode: ☑ Regular expression
    ☑ Wrap around (maybe…depending upon what you want…)
    “Join Lines” works on the active selection; if you want the replace operation to do likewise, then: ☑ In selection

    If this posting was useful, don’t post a “thanks”, just upvote ( click the ^ in the ^ 0 v area on the right )

  • [Feature Request] MIK encoding

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • `Ctrl + Q` failed to uncomment xml

    Locked
    1
    0 Votes
    1 Posts
    980 Views
    No one has replied
  • Read Only Files - Cannot Edit?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Piotr TorteckiP

    The hosts file is the default attribute set R - and then in the Menu - Edit appears active option “Disable read only mode”

  • APIs - to ignore the space

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cyrillic symbols bug

    8
    0 Votes
    8 Posts
    5k Views
    AZJIO AZJIOA

    This problem appeared with the advent of the engine determine the encoding.

    We at the Russian forum indicated in the header of the topic of the forum, to disable this feature in the settings. It would be nice if it was turned off for the Russians by default. Those who do not know about this at the moment break their files.

  • Style configurator default font

    4
    0 Votes
    4 Posts
    6k Views
    AZJIO AZJIOA

    “Enable global font”
    “Enable global size”

  • Feature requests: always write-to-disk, configurable go-to-line position

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • No character encoding CP1251

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Stanislav-Serov

    Maybe I’m missing something?

    Cheers
    Claudia

  • Close last tab & exit - Crashes

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Carles-Brugada

    the easiest way to test if it is related to npp or a plugin is to start
    npp without plugins by either renaming the plugin folder temporarily or
    by using the -noPlugin commandline switch.

    Cheers
    Claudia

  • How to view one record per line?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Jensen-Kwee

    would you mind making a screenshot with Show all characters activated?

    When saying
    I have tried to play with Word Wrap settings but that doesn’t work.
    what does that mean? It made it worse? Nothing happened at all? Something different happened?

    The functionality itself should “break” the lines within the visible are without assigning
    a new line number, doesn’t this work?

    Cheers
    Claudia

  • Find Result Panel option

    Locked
    1
    0 Votes
    1 Posts
    978 Views
    No one has replied
  • Printing documents when you are using a skin ...

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    MAPJe71M

    Check your printer settings to use black only.

  • N++ loses touch with open files if network goes down

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    gstaviG

    Consider modifying:
    Preferences -> MISC -> File Status Auto-Detection
    Clear Enable checkbox.

    Notepad++ is not really aware of network. It just work with file paths.
    When the file at its path is modified or no longer valid Notepad++ reacts - if you choose so.
    Many users/developers manipulate the same set of files with multiple applications so this is convenient to allow Notepad++ to accept external modifications and keep files in synch. But others can choose to turn it off.

    In fact other users complained about a much more annoying problem: Notepad++ tend to hang when Network connections are flaky.