• Login
Community
  • Login
  1. Home
  2. General Discussion
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • G

    Compare Documents

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 20, 2016, 8:27 PM
    Oct 19, 2016, 12:43 PM
    0 Votes
    2 Posts
    2k Views
    F Oct 20, 2016, 8:27 PM

    You have to download de “Compare” plugin using the Plugin Manager (menu Plugins -> Plugin Manager).

    After installing it you can use the Alt+D shortcut to compare or use the new created menu Plugins -> Compare -> Compare

    This works in all 32bits versions since most plugins still have no support for 64bit versions.

  • D

    Macro not working incrementally in Windows 10/Server 2012

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Oct 19, 2016, 11:48 PM
    Oct 19, 2016, 4:55 PM
    0 Votes
    3 Posts
    2k Views
    D Oct 19, 2016, 11:48 PM

    Thank you so much guy038.

    I use regex for find/replace frequently, but didn’t consider using it for this. I’m sometimes working with more than 1 million lines of file lists, and macros usually worked well, but regex could produce quicker output results.

    Another time I’d use macros, which I don’t think this regex method will work on, is copying the file’s name into the text.

    For example, if the text is:

    2016900000011.txt.201610190800

    …and the file containing the text is test.txt. Using Edit -> ‘Copy to Clipboard -> Current Filename to Clipboard’ in the macro, the output would be:

    test.txt\2016900000011.txt.201610190800

    I guess I can perhaps try accomplishing this when creating the directory lists from a command line.

    Thanks again for your detailed feedback!

  • D

    Website bug - verification emails not sent for github login

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Oct 19, 2016, 6:57 PM
    Oct 17, 2016, 4:35 AM
    0 Votes
    4 Posts
    3k Views
    D Oct 19, 2016, 6:57 PM

    That’s interesting. My github email address is my gmail address, the same address as my G+ credentials. Yet when I used my github credentials the verification emails never arrived.

  • F

    How Do I Restore Notepad++ On a New PC?

    Watching Ignoring Scheduled Pinned Locked Moved
    12 Oct 19, 2016, 6:53 PM
    Oct 19, 2016, 12:14 AM
    1 Votes
    12 Posts
    13k Views
    C Oct 19, 2016, 6:53 PM

    Doesn’t look promising. The last thing which comes into my mind is to use data recovery tools/cd.
    But I assume you already tried that as well, didn’t you?

    Cheers
    Claudia

  • S

    Suggest an official page/answers about Notepad++ for Linux

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 19, 2016, 2:12 PM
    Oct 19, 2016, 2:12 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • B

    Does newest NPP have autosave?

    Watching Ignoring Scheduled Pinned Locked Moved autosave
    1 Oct 19, 2016, 1:59 PM
    Oct 19, 2016, 1:59 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • S

    Make Notepad++ use the same language as the system as default

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 19, 2016, 1:48 PM
    Oct 19, 2016, 1:48 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • S

    Lets fix the newline problems in the translation files

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 19, 2016, 1:26 PM
    Oct 19, 2016, 1:26 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • D

    Native Support .CHT files for ZSNES cheat

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Oct 19, 2016, 1:02 AM
    Oct 18, 2016, 11:40 PM
    0 Votes
    7 Posts
    5k Views
    D Oct 19, 2016, 1:02 AM

    Thanks !, wait for new releases … may be possible one day! For now appreciate the support for XML (Nestopia Cheat) and partial support for .CHT FCEU emulator, grateful!

  • P

    Typing unicode is different in Notepad?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 18, 2016, 9:26 PM
    Oct 18, 2016, 8:03 PM
    0 Votes
    2 Posts
    2k Views
    C Oct 18, 2016, 9:26 PM

    @PlayF1-Manager

    In fact, everything seems to work differently between programs.
    Which is the best standard to use, and how to convert to it?

    There is no such thing as a BEST standard. Why? Because there are many
    situations when the “standard” is good and when it is bad.
    If you need to work with old databases you don’t want to use files with
    utf8+bom encoding, maybe you don’t want to use utf8 at all.
    On the other side, utf8 is by far the most versatile encoding (afaik).
    From programming side of view I would always use uft8 nowadays but
    as said, it might be irrelevant in your case.

    What is good to know about encoding is written here
    and here (which is part of the first link anyway).

    Cheers
    Claudia

  • S

    files open as read only

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 18, 2016, 5:54 PM
    Oct 18, 2016, 5:54 PM
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • J

    Idea/Suggestion: Function in Function list should be highlighted (following cursor in edit window)

    Watching Ignoring Scheduled Pinned Locked Moved function list follow cursor
    2 Oct 18, 2016, 3:23 PM
    Oct 18, 2016, 9:50 AM
    0 Votes
    2 Posts
    1k Views
    MAPJe71M Oct 18, 2016, 3:23 PM

    You’re not the first with this request :)

  • Anders Eriksson22A

    Find All window don't keep selected line after double click

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Oct 18, 2016, 11:50 AM
    Oct 18, 2016, 8:37 AM
    2 Votes
    3 Posts
    2k Views
    Scott SumnerS Oct 18, 2016, 11:50 AM

    This usually bothers me in the following way: I want to look at each of the matches individually, so I double-click the bottom one in the Find Result panel to get to the editor window for that match, maybe make some changes…but then, since it is not highlighted as the OP points out, I am uncertain which match I need to go to next. I solved this by using the menu/shortcut for “Search Results Window”; this jumps back to the Find Result panel and has the current match highlighted…so it is easy to see which match to examine next. Definitely not a fix, but a workaround that works for me.

  • nciaerN

    np++ vim plugin visimulator is invalid

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 15, 2016, 10:30 PM
    Oct 14, 2016, 1:51 AM
    0 Votes
    2 Posts
    6k Views
    C Oct 15, 2016, 10:30 PM

    @nciaer
    did you see this?

    Cheers
    Claudia

  • Bruce EngB

    Line comments not working in v. 7

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Oct 14, 2016, 6:25 PM
    Oct 14, 2016, 6:25 PM
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Alexander  RudenkoA

    Normally autocomplette for program language.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 14, 2016, 1:08 AM
    Oct 11, 2016, 1:36 PM
    0 Votes
    2 Posts
    1k Views
    C Oct 14, 2016, 1:08 AM

    @Alexander–Rudenko

    this is done by using the api files. It might be that you have to maintain them beforehand.

    Cheers
    Claudia

  • nickidwN

    Log Monitoring (tail -f) vs File Status auto detection

    Watching Ignoring Scheduled Pinned Locked Moved file status log monitoring
    2 Oct 14, 2016, 12:26 AM
    Oct 12, 2016, 8:03 AM
    0 Votes
    2 Posts
    2k Views
    C Oct 14, 2016, 12:26 AM

    @nickidw

    when searching the forum you will see that log monitoring is working like tail as long
    as the underlying protocol/event processing is supporting it.

    Cheers
    Claudia

  • erikleoE

    Gui improvement - add new note button to the right of the last tab

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Oct 12, 2016, 8:31 PM
    Oct 11, 2016, 8:36 PM
    0 Votes
    3 Posts
    2k Views
    erikleoE Oct 12, 2016, 8:31 PM

    Thanks! works great

  • Pipe BoteroP

    Show the "just opened" file when another file has changed

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 12, 2016, 8:02 AM
    Oct 11, 2016, 11:44 PM
    0 Votes
    2 Posts
    2k Views
    kawingaK Oct 12, 2016, 8:02 AM

    Hi @Pipe-Botero,

    i posted a similar feature-request some months ago.
    https://notepad-plus-plus.org/community/topic/11610/separate-reload-dialog

    Kind regards,

    Robert

  • Alexander  RudenkoA

    np++ and panels of project

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Oct 11, 2016, 2:09 PM
    Oct 11, 2016, 1:16 PM
    0 Votes
    2 Posts
    2k Views
    MAPJe71M Oct 11, 2016, 2:09 PM

    FYI: you can load a different workspace in a panel.

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors