• 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
    940 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.

  • Defined language as default for new document

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 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
    809 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