• Hyperlinks not ended correctly if extra characters at end

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How can I disable tab preview. It is not useafull at all.

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    GurnBG

    Don’t find it useful at all. Glad I have the ability to disable. Happy for those that do like it.

  • Notepad++ for Android.

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Alice VanA

    @Aiden-Pearce said:

    Is there any kind of notepad++ for Android.

    For me, I have used many notepad app like MixNote Notepad Notes from DoMobile, Google keep, EverNote, Colornote. I think every app has its advantage.For note app,I prefer MIXNOTE NOTEPAD NOTES. I like the voice recorder feature most. When my boss call me and says important things, I needn’t find a pen or paper, only shake my phone, Mixnote will remember all voice .
    Worth checking in googleplay link :–> https://goo.gl/rfR15H
    What about you? Give some your suggestions,thanks.

  • C# NPP PLugin project template and demo problem

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    dailD

    @Brian-Baley

    This is the C# template Claudia was referencing. It is newer, updated, and maintained.

    https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net

  • Codeingiter auto-completion plugin

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Tab bar flashes when dragging tabs

    15
    0 Votes
    15 Posts
    6k Views
    shravan2xS

    @AngryGamer I can confirm that your patch fixes the issue. Thank you so much!

  • Which of the described errors did you personally see?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Sourceforge plugin links are broken?

    Locked
    1
    0 Votes
    1 Posts
    812 Views
    No one has replied
  • Request: prompt before closing file with undo info

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Notepad++ x64 Issue

    Locked
    2
  • GUI font-face

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 1200 sec.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Tom HT

    you usually get reputation by someone Rep-ing a post you make. Read your own quote it does say “post” and not “new topic” then you come to complain and have to wait another 1200 seconds. good use of a post lol. Not being a D but total first world problem man, you sound like a little kid not getting his way lol. Have a good one.

  • Problem in combining RTL & LTR texts

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    gstaviG

    It seems that Scintilla support visual rendering of lines with RTL symbols by reversing specific sequences but “forgets” to extend this support to anything beyond the rendering itself. Highlighting adds background color at absolute index ranges.
    Not even sure if Scintilla implements this support directly or get it for free from the Win32 APIs it uses.

    If you typed the following Logical order:
    <RTL sequence A…B> <LTR sequence C…D> < RTL sequence E…F>
    Scintilla will display the following Visual order:
    <Reversed RTL sequence F…E> <LTR sequence C…D> <Reversed RTL sequence F…E>

    Logical: A..B C..D E..F Visual: F..E C..D B..A

    Now when you move with with the cursor from index 0 to the right the cursor will traverse the visual order.
    But if you select a range of indexes [n:m] the range will refer to the logical order while the highlight will show the visual order.
    Double click calculates the index location within the window, selects text at that index from the logical order and highlight the incorrect range within the visual order.

    To fix that Scintilla will need to maintain for each line the mapping of logical to visual indexes and consult this mapping for cursor movement and highlighting. This can also lead to broken multiple highlighting if you select, in the example, [B:C].

    It took Microsoft many years to make this work correctly. Not sure if all products support it or only Word.
    I will not expect a free project that mainly target developers to make such a change anytime soon.
    If you need RTL support stick with Word and its likes.

  • Issue using vertical scroll bar slider

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Question for Notepad++ developers

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Daniel FuchsD

    Check out the related commit.

  • there is a bug in np++ if you safe a textfile

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Daniel FuchsD

    Have you tried the option:
    Settings > Preferences > Default Directory > Use new style save dialog (without file extension feature)

  • Search and replace

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Rocco LuisoR

    Sorry, *.csv(MS-DOS) files ;-)

    @Rocco-Luiso said:

    Search and replace in multiple .csv files, Search and replace only in active sheet and not in all opened files in 7.4.1 release
    in 7.3.3 is ok

    Sorry, *.csv(MS-DOS) files ;-)

  • Is NP++ starting to lose its way?

    Locked
    5
    2 Votes
    5 Posts
    5k Views
    pnedevP

    Hi guys,

    I don’t think N++ is loosing anything. Just on the contrary - recently the code was greatly refactored and that’s a lot of work (unpleasant one).

    @David-Bailey, I understand your point and concern - there might be other more useful features / improvements / bug-fixes that need the developers’ attention although it is subjective opinion too. That’s true. And you are right that a discussion on the forum about what to be fixed / improved would provide a good feedback. It would create new problems of course connected to the fact that someone will find a feature useful and another will insist on having something else (which sometimes may lead to endless talking just in the sake of it, but these forums are no chat). Besides, there is already the ‘Feature Requests’ forum that is meant to get feedback from the users. And frankly speaking in the latest versions Don is trying to fix what many users are complaining about - the Multi-line Tab behavior that moves the active tab’s line to the top. He also provides a new feature to the editor - the tab preview. You can disable it. Just because you are not going to be using something doesn’t mean it shouldn’t exist. And of course everything new in software creates new bugs that are in turn hunted down and fixed. It’s a normal process you know that. I personally don’t find the new tab preview feature useful and I’m not using it (that’s also the case with the doc preview). But one might find it handy if he / she has many opened files with hard-to-remember names - having a preview (content excerpt / context) might help to find the right doc more easily. Just a thought.

    I know Don is stubborn. In the past I’ve felt a bit frustrated when he had rejected some of my pull requests that I (and other users) have found very useful. But N++ is his creation and he has his own perception of what it should look like. He also has the final word, that’s normal. And coding N++ is something he is doing because he likes to do it. Fixing some difficult and messy part of the code is not as inspiring as adding a new feature or realizing a new idea. That’s understandable.

    @Parpaluck209 ,
    If there weren’t programming addicts you wouldn’t have a free software at all. But you are still asking for a good free text editor.
    Those people are doing it for their pleasure and you benefit from that. They are not obliged to do boring and unpleasant work just because you need that. They’ll do (and code) what inspires them. It’s that simple.
    If you are not a kid that wants to play with Don’s toy then don’t. Be mature. It’s your choice.
    He’ll code for free what he wants - it’s his choice.

    Best Regards

  • 0 Votes
    2 Posts
    2k Views
    AngryGamerA

    @Jozsef-Szasz-Fabian Unusable? In what way? The tabs should be working fine in v7.4.1. What tab behavior are you talking about?

  • Idea - part open very big file

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied