• Login
Community
  • Login
  1. Home
  2. Help wanted · · · – – – · · ·
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • P

    Notepad+ can't save an existing file

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 22, 2015, 8:32 PM
    Jul 22, 2015, 8:32 PM
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • S

    Save failed: The file cannot save saved and it may be protected.

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 22, 2015, 5:29 PM
    Jul 22, 2015, 5:29 PM
    0 Votes
    1 Posts
    7k Views
    No one has replied
  • P

    How to adjust encoding detection algorithm: ANSI vs UTF-8 w/o BOM?

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 22, 2015, 8:05 AM
    Jul 22, 2015, 8:05 AM
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • C

    How to copy Notepad++'s configuration to another PC?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 21, 2015, 9:27 PM
    Jul 21, 2015, 3:50 PM
    0 Votes
    2 Posts
    7k Views
    R Jul 21, 2015, 9:27 PM

    stylers.xml contains default theme, /themes/your theme.xml contains your theme colors/fonts

  • C

    Line breaks possible in Custom Defined Language?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 21, 2015, 12:11 PM
    Jul 21, 2015, 7:30 AM
    0 Votes
    2 Posts
    7k Views
    C Jul 21, 2015, 12:11 PM

    I think I’ve found it…

    http://udl20.weebly.com/delimiters.html

    See Example 2 and 4.

  • M

    Line Filter for updated Notepad++

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Jul 21, 2015, 10:24 AM
    Jul 19, 2015, 6:34 AM
    0 Votes
    8 Posts
    86k Views
    R Jul 21, 2015, 10:24 AM

    @MoneIntuitive Thanks for sharing!
    I think in the Linefilter2 the options “Keep lines with selection” and “Remove lines with selection” are equivalent to the option “Find lines that dont match” (in ‘Filter Settings’ dialog) with the checkbox respectively unticked and ticked.

  • B

    Function list doesn't detect C functions that have function pointers in the argument list

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Jul 20, 2015, 6:36 PM
    Jul 18, 2015, 7:42 PM
    0 Votes
    8 Posts
    8k Views
    B Jul 20, 2015, 6:36 PM

    @guy038

    The name of the function is complicated, so functionList should return complicated as the name.

    You can see it in action here:https://ideone.com/SmDmCF

    It doesn’t do anything useful since it is an example.

    Here is another example:

    float ( *GetPointer( int a ) )[10]
    {
    ( void )a ;
    return NULL ;
    }

    This is a function named GetPointer, taking an int and returning a pointer to an array of 10 float.
    You can see it working here: https://ideone.com/Sxn8WQ

  • H

    Javascript and CSS formatting in html files

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 20, 2015, 3:14 PM
    Jul 17, 2015, 5:10 PM
    1 Votes
    3 Posts
    7k Views
    H Jul 20, 2015, 3:14 PM

    Ricardo: When I upgraded from NPP 6.7.9.1 to 6.7.9.2, it works great now. Thanks!!

  • S

    Shortcut for Views?

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jul 20, 2015, 11:00 AM
    Jun 25, 2015, 11:45 PM
    0 Votes
    5 Posts
    5k Views
    S Jul 20, 2015, 11:00 AM

    @David-Bailey , which plugin is yours? You didn’t say what it was or what it does.

  • R

    Liquid file formatting

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 20, 2015, 3:53 AM
    Jul 19, 2015, 10:18 PM
    0 Votes
    2 Posts
    6k Views
    R Jul 20, 2015, 3:53 AM

    Yes, it would be hard to create a new User Defined Language…
    For using existing HTML highlight, you can add the liquid extension to langs.xml file in the Language name="html" part and you can add some more keywords inside <Keywords name="instre1"> so these are highlighted.

    Some reading for creating a new User Defined Language:
    http://docs.notepad-plus-plus.org/index.php/User_Defined_Languages
    http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files
    http://superuser.com/questions/160925/adding-a-new-language-to-notepad
    http://stackoverflow.com/questions/12574121/adding-a-user-defined-language-in-notepad
    http://weblogs.asp.net/jongalloway/creating-a-user-defined-language-in-notepad

  • R

    How to open a new window?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 19, 2015, 4:55 PM
    Jul 18, 2015, 5:18 AM
    0 Votes
    3 Posts
    23k Views
    R Jul 19, 2015, 4:55 PM

    Many thanks. Nice to know I won’t have to use things like Word again just to view files side-by-side.

  • R

    Scintilla Error, Help!!!

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 19, 2015, 4:22 PM
    Jul 19, 2015, 10:30 AM
    0 Votes
    2 Posts
    6k Views
    G Jul 19, 2015, 4:22 PM

    Hello Richard,

    That quite weird ! Usually, the SciLexer.dll file should have been installed, with some others, in the same folder than the Notepad++.exe file

    With that last 6.7.9.2 version of N++, the length of the SciLexer.dll file v3.5.6.0 is 1 045 504 bytes

    However, I can’t give you a definitive answer, as I always do a portable installation, from the N++ 7z archive

    Good luck, testing your configuration !

    Best regards,

    guy038

  • Mike ClarkM

    No way to change editor's font?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 18, 2015, 4:28 PM
    Jul 17, 2015, 8:45 PM
    0 Votes
    3 Posts
    108k Views
    G Jul 18, 2015, 4:28 PM

    Hello Mike and Scott,

    To be exact, I would add :

    Choose the menu option Settings - Style Configurator…

    In the Style configurator dialog, choose the Global Styles language

    Then , select the Default Style style

    Finally, in the Font Style area, you can select your favourite font and/or its size, too

    Best Regards,

    guy38

    P.S. :

    Mike, prefer monospaced fonts to others => Each character will use the same physical place, on your screen :-)

  • Rachael MadsenR

    Installation error "It has not been possible to validate the integrity of"

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 18, 2015, 4:23 AM
    Jul 18, 2015, 4:23 AM
    3 Votes
    1 Posts
    4k Views
    No one has replied
  • Mike WelchM

    Sorting plugins menu?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 17, 2015, 5:57 PM
    Jul 17, 2015, 5:48 PM
    1 Votes
    2 Posts
    3k Views
    Mike WelchM Jul 17, 2015, 5:57 PM

    I just confirmed that manually moving the contents of the plugins directory to a new directory and renaming it to plugins when done has no effect on the sort order of the plugins menu. Drats.

  • PonnezhilP

    Lost my file on System Restart - Help pls

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 16, 2015, 9:30 PM
    Jul 8, 2015, 5:54 AM
    0 Votes
    2 Posts
    4k Views
    Mike WelchM Jul 16, 2015, 9:30 PM

    Might be a little late (9 days ago), but take a look at the file in a hex editor. It’s possible that the UTF (Unicode) is out of sync and you are only seeing the null characters. Assuming you are using Latin based language where 1 byte per character is used, in Unicode every other character is a NULL.

    Assume that “.” is null. If you open a Unicode file in an editor that doesn’t recognize Unicode, so you can see the actual contents, you will see something like:

    H.e.l.l.o...W.o.r.l.d.!

    I haven’t seen what you are talking about happen, and you would have to be saving the file in a Unicode type format for this to happen, but if something was corrupted it could in theory do what you describe.

    Or, the file might just be lost.

  • Brian ZeltB

    Tab Color--Contents not saved

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 16, 2015, 9:25 PM
    Jun 29, 2015, 4:42 PM
    2 Votes
    3 Posts
    4k Views
    Mike WelchM Jul 16, 2015, 9:25 PM

    I would think “hot pink” also known as fuchsia. Old people like me need more drastic contrast :)

    Should just be an option.

  • P

    I have cataracts, Is reverse video (green on black) available?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 16, 2015, 9:22 PM
    Jul 12, 2015, 6:48 PM
    0 Votes
    2 Posts
    2k Views
    Mike WelchM Jul 16, 2015, 9:22 PM

    I am new to Notepad++ but I know the answer to your question. Yes, it can be done, but there appears to be a bug with it loading correctly on startup. Here is my comment about it: https://notepad-plus-plus.org/community/topic/44/bug-normal-text-always-highlighted

  • J

    [Plugin] Compare

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jul 16, 2015, 7:53 PM
    Jul 12, 2015, 1:00 AM
    0 Votes
    4 Posts
    6k Views
    TzviConsT Jul 16, 2015, 7:53 PM

    It seems that your problem is that Compare splits the screen into two ‘views’ and does not remove them after ‘Compare’ is done. Select the unwanted tab on the right or just click in the editable area. Then go to View->Move/Clone current document->Move to other view. It should restore your original environment.

    Alternately close all tabs in the unwanted ‘view’.

    The dual ‘view’ mode is actually a Notepad++ feature and can be used for many general editing tasks.

  • Rich GoldmanR

    User-Defined Language issues - defaults, command line options.

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Jul 16, 2015, 6:30 PM
    Jul 16, 2015, 6:30 PM
    2 Votes
    1 Posts
    2k Views
    No one has replied
The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors