• 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
  • D

    Set Read-Only Edit function feature request

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Jan 21, 2017, 10:35 PM
    Jan 19, 2017, 3:54 PM
    0 Votes
    6 Posts
    5k Views
    S Jan 21, 2017, 10:35 PM

    Minor correction to the sample output, forgot the “Sel” part earlier. It should actually look like this:

    Ln:229 Col:103 Sel: 0|0 +r

  • D

    Tabs and Spaces don't match what I see in normal notepad (and other sources)

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 20, 2017, 11:26 PM
    Jan 20, 2017, 9:38 PM
    0 Votes
    3 Posts
    4k Views
    G Jan 20, 2017, 11:26 PM

    Not sure this is the same thing but a colleague of mine recently tried to change fonts in NPP. He changed it for the C language styles but for tab and spaces NPP (or Scintilla) refer only to the Global Styles --> Default Style. So the they were not synchronized to the C code. E.g. 4 spaces where shorter than 4 C chars since spaces where in ‘Global’ font and not the C font.

  • R

    wanted to write in different color

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jan 20, 2017, 2:53 PM
    Jan 16, 2017, 9:30 AM
    0 Votes
    4 Posts
    4k Views
    C Jan 20, 2017, 2:53 PM

    @raja-sekhara-reddy-vangala

    npp is not a writer/word/wordpad/ replacement.
    If you need such functionality then you better use one of those.

    Npp is an editor which colors different parts of a text based on
    a lexers’ rules. This is done every time you open the respective file
    and not stored if you close the file.

    So when you want to have a particular file always get colored
    based on such rules and non of the builtin lexers can be used,
    you need to create your own lexer by using the user defined language dialog.

    Cheers
    Claudia

  • T

    Go To... offset ignores BOM

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Jan 19, 2017, 2:12 PM
    Jan 16, 2017, 10:12 PM
    0 Votes
    13 Posts
    7k Views
    C Jan 19, 2017, 2:12 PM

    What I guess I found out so far is the following

    First npp tries to detect if the file is a BOM file, if it is,
    it gets rid of the BOM signature and continues reading the file in converted utf-8.

    If it isn’t a BOM file it’s calling chardet library to see what codepage to use.
    If chardet returns, it is checked if it is reported to be utf-8 -> go on reading the file …
    if not, convert it to utf-8.

    But this, of course, happens only “virtual” for scintilla control.

    Cheers
    Claudia

  • G

    [Request] Inline realtime find

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 19, 2017, 1:55 PM
    Jan 19, 2017, 1:35 PM
    0 Votes
    2 Posts
    2k Views
    S Jan 19, 2017, 1:55 PM

    @Giancarlo-Riccio

    Are you by any chance talking about the capability provided by Notepad++'s Incremental Search feature?

    See the Search menu -> “Incremental Search”.

    If not, please clarify your inquiry…

  • K

    what features does notpad ++ does not have

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 19, 2017, 1:04 AM
    Jan 19, 2017, 12:11 AM
    0 Votes
    3 Posts
    2k Views
    K Jan 19, 2017, 1:04 AM

    okay thanks

  • C

    Shortcut Mapper - clear command

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 18, 2017, 10:12 PM
    Jan 17, 2017, 6:08 PM
    2 Votes
    2 Posts
    1k Views
    Y Jan 18, 2017, 10:12 PM

    Hello @cmeriaux,

    Thank you for this useful addition.

    Best regards.

  • G

    XSLT and XSL-FO

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 18, 2017, 3:43 PM
    Jan 18, 2017, 9:59 AM
    0 Votes
    2 Posts
    3k Views
    C Jan 18, 2017, 3:43 PM

    @Grégory-Roche

    I’m not aware of a native builtin function so I would
    use a pdf printer driver and use the print function.

    Cheers
    Claudia

  • M

    Is it possible to replace TAB with ,

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 18, 2017, 12:37 PM
    Jan 18, 2017, 10:18 AM
    0 Votes
    2 Posts
    3k Views
    S Jan 18, 2017, 12:37 PM

    @Michael-Schjeldahl-Nielsen

    Do a regular expression find-and-replace:

    Find what box: \t
    Replace with box: ,
    Search mode: Regular expression

  • D

    Notepad automatically break Lines.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 16, 2017, 12:59 PM
    Jan 16, 2017, 10:35 AM
    0 Votes
    2 Posts
    22k Views
    S Jan 16, 2017, 12:59 PM

    @David-Dewasmes

    View menu -> Wrap

  • nbehrndN

    "User defined languages" -- website still maintained?

    Watching Ignoring Scheduled Pinned Locked Moved language shelxl
    2 Jan 15, 2017, 6:50 PM
    Jan 15, 2017, 1:33 PM
    0 Votes
    2 Posts
    2k Views
    C Jan 15, 2017, 6:50 PM

    @nbehrnd

    afaik it isn’t. There is a discussion about having plugin manager doing it.
    See here.

    Cheers
    Claudia

  • Sibo JiangS

    [Bugs] Find All in Current Document - close its own window automatically

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jan 15, 2017, 6:45 PM
    Jan 14, 2017, 3:32 AM
    0 Votes
    5 Posts
    3k Views
    C Jan 15, 2017, 6:45 PM

    @Alan-Kilborn

    I agree, but, for me, programming is like cooking
    you can try as hard as possible but you won’t
    meet everyones taste.

    Cheers
    Claudia

  • Mathieu.XYZM

    Second-level parenthesis sometimes doesn't automatically close

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jan 14, 2017, 3:33 PM
    Jan 14, 2017, 3:33 PM
    0 Votes
    1 Posts
    964 Views
    No one has replied
  • Ivan MillerI

    HTML official elements not recognized by Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved html w3c
    5 Jan 13, 2017, 4:10 PM
    Jan 12, 2017, 8:43 AM
    0 Votes
    5 Posts
    6k Views
    C Jan 13, 2017, 4:10 PM

    @PeterJones

    you are right, this is one of npps mantras.
    Don’t change customized config files.
    Thx for clarification.

    Cheers
    Claudia

  • J

    Search feature for plugins

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 13, 2017, 12:10 AM
    Jan 12, 2017, 9:34 PM
    0 Votes
    3 Posts
    2k Views
    dailD Jan 13, 2017, 12:10 AM

    https://github.com/bruderstein/nppPluginManager/issues/23

  • tazotoduaT

    Will you ever fix this problem?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 12, 2017, 1:01 PM
    Jan 11, 2017, 3:02 PM
    -1 Votes
    3 Posts
    2k Views
    Jim DaileyJ Jan 12, 2017, 1:01 PM

    @pnedev
    Well said. Much better than what I forced myself not to post! :-)

  • V

    Open TAB (a new html file) into browser

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jan 11, 2017, 10:24 PM
    Jan 6, 2017, 8:37 PM
    0 Votes
    3 Posts
    2k Views
    V Jan 11, 2017, 10:24 PM

    thank you Claudia.

  • Rowan Sylvester-BradleyR

    Find In Files not working

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 11, 2017, 1:09 PM
    Jan 11, 2017, 12:15 PM
    0 Votes
    2 Posts
    2k Views
    G Jan 11, 2017, 1:09 PM

    Based on the path I assume it is some kind of network share.
    Most likely there is some hang due to the network that both editors experience. Perhaps waiting on some locked file.
    If the share is SAMBA from linux by any chance I guess that soft links may lead to infinite circles within the directory tree.

    Find in files loads each file into notepad++. It is always rather slow and over network it can be really slow.
    How many php files are under this folder?
    How long did you wait for the hang to finish?

  • Robin MuliawanR

    Mark in the search document does not consider the direction

    Watching Ignoring Scheduled Pinned Locked Moved mark direction
    2 Jan 11, 2017, 1:04 PM
    Jan 11, 2017, 8:17 AM
    0 Votes
    2 Posts
    1k Views
    S Jan 11, 2017, 1:04 PM

    @Robin-Muliawan

    You are absolutely correct. This is a BUG.

    In theory, due to another BUG, you could press Alt+D (for down direction) or Alt+U (for up direction) while you are still on the Mark tab of the Find dialog, and it will change the (currently invisible) Direction box setting on a Find dialog tab that has this box (“Find” or “Repace”). However, due to yet another BUG (or maybe same BUG, when the bugs pile up it is easy to lose count), sometimes the Up and Down radio buttons BOTH get “checked” when doing this – and when they are both checked Notepad++ gets confused. :-)

    So…there are bugs…which you already knew about, one at least…

    So what to do? Well, typically I find that when I am wanting to Mark something, I do it and then end up finding text that should have been marked isn’t marked. Why? Because I didn’t tell it to “Wrap around”. As I typically want “wrap around” 99% of the time I am marking something (unlike when I am using find or replace), maybe you do, too? Maybe not, but as a workaround to the bug, I would suggest it. Or, obviously, you could remember to switch to the “Find” tab and check the setting there before executing the mark (burdensome)…

  • S

    Tail function not working in 7.1?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jan 11, 2017, 9:47 AM
    Nov 23, 2016, 9:00 PM
    1 Votes
    2 Posts
    2k Views
    GnafuG Jan 11, 2017, 9:47 AM

    It looks like Notepad++ does not really emulates “tail -f” but instead checks for updates only when the app comes back to focus.
    There is a plugin “Document Monitor” that refreshes all the open files every 3 seconds

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