• Comment block in lisp file doesn't display correctly

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Claudia FrankC

    @Xiao-Cai

    maybe this was used in the past but current lexer defines

    } else if (state == SCE_LISP_MULTI_COMMENT) { if (ch == '|' && chNext == '#') { i++; chNext = styler.SafeGetCharAt(i + 1); styler.ColourTo(i, state); state = SCE_LISP_DEFAULT; }

    Cheers
    Claudia

  • Scripting help

    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    @Keith-Neemann

    Which version do you use?

    Cheers
    Claudia

  • DLL Hack in Notepad++

    44
    1 Votes
    44 Posts
    56k Views
    Claudia FrankC

    @Gilberto-SC

    you can use procmon in order to find out which dll gets loaded, from where and when.
    Run procmon, define a filter for npp and then start npp.
    It needs a bit of training but if you are really interested in finding out what does what
    check out the sysinternals tools as well as everything Mark Russinovich has posted/blogged.

    Once you are at the level to understand how process, threads, libraries, drivers … work together
    download hxd and start investigating memory.

    Other useful tools can be found at nirsoft.

    Cheers
    Claudia

  • Batch adding macros and syntax highlighting

    6
    0 Votes
    6 Posts
    3k Views
    PeterJonesP

    @Alex-Woolf,

    As @Claudia-Frank said, “Same applies to UDL”, and she said earlier that the custom syntax highlighting settings, which are known UDLs (User Defined Languages: Language > Define Your Language) are stored in userDefineLang.xml. You could either copy that single file to the new PC, or you could use the UDL window’s interface:

    Original PC: Language > Define Your Language Use the pulldown to select the User Language: ____ you want to transfer, and click the Export... button Copy that file on the new PC New PC: Language > Define Your Language: click the Import... button, and select that file Repeat for every UDL (syntax highlighting definition) that you want to transfer.

    If you’ve got more than one, it’s probably simplest to just copy the whole file, but if you only have one, or you don’t want to duplicate them all, you can do it using the UDL window.

    BTW: Since it wasn’t mentioned, those files are by default in %AppData%\Notepad++\, though if you’ve got a portable version of NPP, or if you chose to not use %AppData% when installing, they will be in the same folder as your notepad++.exe.

  • Not work functions of NP++.

    Locked
    2
  • Bug of the "length" counter

    3
    1 Votes
    3 Posts
    2k Views
    Alexander UlyanovA

    @Deny-Parkinson Hi. Some months ago I found that bug to. I download latest version NP++ and bug is out. You have Windows7x64?

  • Not work function of NP++.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Very simple suggestion

    Locked
    1
    0 Votes
    1 Posts
    945 Views
    No one has replied
  • Powerful rollback for multiple edits (feature request?)

    9
    0 Votes
    9 Posts
    3k Views
    Harry DH

    @mkupper: Thanks for taking the time to write up this guide. It seems to cover all my requirements and then some. I am definitely going to give that a go.

    As for Alt-F4, I dislike having to kill a program to make it do what I want, but I should get over that here.

    Too bad sessions don’t have assigned file extensions. It would be easier to just double click on a session and having NPP open all the files for you.

    But, the title of this thread has “feature request?” in it. Maybe a workflow like yours will make it to a plugin or an extension to NPP. That would be very nice!

  • Annoying beep on Alt+Backspace

    15
    0 Votes
    15 Posts
    7k Views
    gstaviG

    @Scott-Sumner is correct and mapping alt-backspace to a different function prevents the BEEP. Probably NPP capture it and fully handle it before it reaches the BEEPING control.

    I got curious enough to actually open the code. This exist in NPP shortcut table:
    {TEXT("SCI_UNDO"), SCI_UNDO, true, false, false, VK_Z, IDM_EDIT_UNDO},
    {TEXT(""), SCI_UNDO, false, true, false, VK_BACK, 0},

    Initially I thought that maybe NPP is at fault after all because ctrl-z has IDM_EDIT_UNDO which is missing from alt-backspace.
    But after commenting out the alt-backspace line and compiling I had a version of NPP where alt-backspace no longer UNDO but still BEEPS.
    Since ALT-xxx shortcuts are often associated with menus I guess that this is the beeping component.

  • Scintilla buffered drawing - Is it needed?

    5
    0 Votes
    5 Posts
    2k Views
    pnedevP

    Hello all,

    FYI, I tried disabling the Scintilla buffering and worked with N++ some time this way. In some occasions I observed flickering in the Sci view that was not present with buffering enabled. So it appears the buffering is actually necessary.
    Thanks.

    BR

  • UDL for AutoCAD (*.lin, *.scr, *.shp, *.pat) files

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @rddim
    Thx for sharing :-)

    Cheers
    Claudia

  • 0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    @Carlos-Eduardo-Guerra-Silva

    see here.

    Cheers
    Claudia

  • Notepad++ styles

    20
    0 Votes
    20 Posts
    15k Views
    Jim DaileyJ

    @Alan-Kilborn You could always include this (see http://patorjk.com/software/taag/#p=display&h=1&f=Small&t=Never change this!):

    _ _ _ _ _ _ _ | \| | ___ __ __ ___ _ _ __ | |_ __ _ _ _ __ _ ___ | |_ | |_ (_) ___| | | .` |/ -_)\ V // -_)| '_| / _|| ' \ / _` || ' \ / _` |/ -_) | _|| ' \ | |(_-<|_| |_|\_|\___| \_/ \___||_| \__||_||_|\__,_||_||_|\__, |\___| \__||_||_||_|/__/(_) |___/

    :-)

  • Empty items when customizing Syntax menu

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Nikolay YushmanovN

    Sorry, English is not my native. I use localized NPP. Correct menu name is ‘Language’, so my post must be:
    We can customize Language menu and deactivate some unneeded languages.
    When all languages that begins with the same letter are deactivated, the letter-item stays at the Language menu but it does not contain subitems. I think, the empty letter-item must be removed from Language menu.
    I think, when all but one languages that begins with the same letter are deactivated, the letter-item must be replaced with remaining active language item.

  • Graphical Glitch

    Locked
    1
    0 Votes
    1 Posts
    965 Views
    No one has replied
  • Feature Request: Streamline the update process

    Locked
    1
    1 Votes
    1 Posts
    909 Views
    No one has replied
  • Bug report

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Claudia FrankC

    @John-Bloom

    as far as I remember this was an issue with the windows file dialog.
    The same should happen if you use MS notepad. You need to reselect the file
    after you have renamed it.

    @Alan-Kilborn
    This doesn’t affect linux users :-D

    Cheers
    Claudia

  • Rss feed

    7
    0 Votes
    7 Posts
    4k Views
    Reed ScarceR

    For something with a name that begins “Really Simple,” the implementations are terrible, IMO. But I think I’ve found a project to help me create something useful while learning how to use this editor.

  • Does Notepad++ Support HTML5/CSS3?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Mahesh KollaM

    It is just a editor where it identifies tags and properties which is not possible with notepad .you can’t run html/CSS in notepad++.