• Notepad++ can't enter data

    Locked
    2
    0 Votes
    2 Posts
    993 Views
    Bernard ScalaB

    Panic over, I downloaded the wrong version of Notepad++. Uninstalled the old version and installed the correct version and all works ok.

  • I'm beginner how to add function list for COBOL

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    scialoS

    thanks very much

  • Multiple directories in Find in Files

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    @Rowan-Sylvester-Bradley You might want to locate a program called GrepWrap. It allows you to do what you want and more.

  • 0 Votes
    5 Posts
    3k Views
    guy038G

    Hi @lanselibai,

    Sure that regexes can sort out all the cases where a 5 digit must be replaced by a 9 digit !!

    So, given the 10 numbers, below, containing one or several 5 digits :

    52.8 3.457 505 10.5 5 0.345 23558 56789.5512557 5555.5555 0.000000005

    Which are the final expected form of each number ? Of course, I suppose that, in real files, these 10 numbers may lie in a single or on several lines

    From the results, It should be easy enough to build up the appropriate regex !

    Best Regards

    guy038

  • Function list causes lag since last update

    5
    0 Votes
    5 Posts
    3k Views
    Benjamin OdegaardB

    Oh and I guess I should say that I’m coding in c with file sizes that range from 500 lines to 5000 lines.

  • Date filter in find in files

    4
    0 Votes
    4 Posts
    4k Views
    Chip CooperC

    I’m not sure exactly what you’re saying. So, Np++ is responding; but, you can’t use the new1 file that’s created? Or after it makes new 1 it stops responding? or it’s not responding at all? Or what exactly?

  • Reload dialog causing triggering automatic tab selection is annoying

    10
    0 Votes
    10 Posts
    4k Views
    Chip CooperC

    I’m actually OK with those who think it’s TL;DR I probably wasn’t writing to them anyway. ;-) I’d rather have a tl;dr than just say something like, "I sympathize; but, it’s free… get over it. Have a better attitude and as they say, ‘you get more flies with honey than vinegar’ even if some people think flies like more shtuff than shinola.

    This is a long standing issue; and I see a frustrated user; I sympathize. Those, like me, having a long history of development are used to having complete control over their projects; seeing a bug and reporting it feels like a duty. Seeing a user with a bona fide suggestion that fixes what I’m sure is an unintended glitch, even more so.
    Consolation is never wrong, just on occasion wordy. I relate. I’d say if I was more up on my C++ as I once was, I’d also offer a solution; but, I’m also following on Git, so that seems to have been done… perhaps. Solutions are time sensitive, wait long enough and it’s obsolete, either because it’s handled, or more likely, it won’t plug in.

    As one who types quickly, it’s no big thing to type many words, as long as they have substance. Often the squeaky wheel gets the grease. Squeek, squeek. This wheel needs grease. I hate disruptions when I’m coding, who doesn’t!? Shallow thinkers?

    Nevertheless, all this doesn’t detract overly from what a great program Np++ is already! Git it over with! ;-) I saw the complexity required, it’s a logic issue, undoubtedly the code exists for handling this I believe this was unintended, it’s a non-sequitur. Often the easiest to solve, if just briefly one dives into the rabbit hole long enough to work out the relationship that’s failing. It’s an, if (a and not b) or c else d kind of thing, or was that if a and not (b or c) else d kind of thing. The switches exist for the intended behavior, it’s just not working… as intended. Or am I reading this feature issue wrong?

    Still, will it get done… I put in my two bits, a bit of consoling, and I thought I was done. At least it’s not a wall of text. As far as tl;dr… if what I write is tl, then dr… I don’t care… I mean, how many bits a data did I take up anyway to console a frustrated user, one I sympathize with, and apparently he’s not alone from what I’ve read. Still it’s Np++, and it is what it is… take it or leave it. How many millions use it. No revenue stream… God Bless Don Ho! That’s what I say.

  • Different color for operators and parentheses

    Locked
    1
    0 Votes
    1 Posts
    940 Views
    No one has replied
  • Monitoring (tail -f) fails on big files

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • functionList.xml is still wrong for javascript in v7.5.4

    2
    0 Votes
    2 Posts
    1k Views
    chcgC

    Functionlist seems to work for me with a test.js containing a simple function:

    function convert(val) {
    var y
    switch(val) {
    case “A”: {y=10; break}
    }
    return y
    }

    Do you have a example which is not working?

  • please help me with this :)

    Locked
    2
    -2 Votes
    2 Posts
    1k Views
    Frank OrellanaF

    This question should be asked in a programming forum like stackoverflow. This forum is for notepad++ related questions only.

  • 0 Votes
    3 Posts
    3k Views
    dreamforceincD

    Сохраняй в UTF-8 без BOM.

  • Find and replace

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    Léo CostaL

    this was so great. tks guy038,

  • Admin on this forum.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Why doesn't include zen coding plugin in notepad++ at built in?

    Locked
    1
    -1 Votes
    1 Posts
    668 Views
    No one has replied
  • Navigate buttons on toolbar

    Locked
    3
    1 Votes
    3 Posts
    1k Views
    Paddy GraceP

    Thanks. Location Navigate plugin does the job very well.

  • Every since last patch, extreme slowness and Not Responding...

    Locked
    12
    1 Votes
    12 Posts
    13k Views
    Claudia FrankC

    Satrting with npp 7.5.2 DSpellCheck Plugin has been included so it might be
    that your previous npp did have a different version of the plugin installed
    and maybe the newer version does have an issue under some special configuration.

    A general issue doesn’t seem to be the case otherwise I should have discovered the
    same behavior when testing it and I use the same version as you do, 1.3.5.

    I guess it would best if you report this to @Predelnik (author of DSpellCheck plugin) per github issue

    Cheers
    Claudia

  • Quick Bug report: prompt to reload changed file can cause a hang

    Locked
    2
    0 Votes
    2 Posts
    914 Views
    Claudia FrankC

    @SteveRawlinson

    seems to work for me.
    Changed file outside, switched back to npp, dialog pops-up, made another change, closed the file.
    Confirmed the pop-up dialog and saw correct file content.
    May I ask you which npp version you use ( ? menu->debug-info) ?

    Cheers
    Claudia

  • 0 Votes
    12 Posts
    9k Views
    Jules MansonJ

    @Claudia-Frank @Scott-Sumner

    Thank you all so much for your help. I decided to go back to my old tried and true editor. Although it is much bulkier and quiet expensive, it also has many more core features that don’t require plugins, its UI is very impressive, and best of all I have yet to find a bug. Yes I am talking editor Adobe Dreamweaver (CC 2017). I am not putting down Notepad++ but it does seem to be lacking a little. I guess it takes time for an app to develop into a mature system that can compete with other big boys on the.block. But its still a very good app if all you want to do is some quick simple coding which was why i picked up Notepad++ in the first place.

  • No Auto Updater?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    dailD

    Also keep in mind the auto updater is not immediately triggered in case major issues are found with the newest version. Sometimes this takes a few days or a week to deem a release stable enough.