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

      "Clear Type" does not affect the font display in the editor

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      221 Views
      Storm CorpS

      Yes, that’s what I need! Thanks for the help!

    • C

      Perl folding fails on comment with right curley brace "#}"

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      311 Views
      mpheathM

      @CodeBiene said in Perl folding fails on comment with right curley brace "#}":

      So it has nothing to do with the fact that there are several consecutive comment lines.

      I agree that It is something that has not been mentioned yet.

      The hexadecimal 3FF displayed in the margin is negative folding caused by unbalanced braces.

      perl_fold4.gif

      2 frames alternate every 4 seconds displaying the default lexer property value of

      fold.perl.comment.explicit=1

      and the changed value of

      fold.perl.comment.explicit=0

      Comment explicit enabled for the lexer is usually the leading comment character(s) followed with a brace. Perl comment explicit is #{ as a open fold and #} as a close fold.

      Notice the line with #} { shows fold flags of 402 401 which means it is closing a fold. The next frame with that same line shows fold flags as 402 402 which means that there is no change in the folding state.

      The Ctrl+Q key sequence changes } { to # } { which is not recognized as a fold by comment explicit as to the space after the # symbol.

      PythonScript can be used to disable the comment explicit option which is enabled with the value of 1 by default:

      editor.setProperty('fold.perl.comment.explicit', 0)

      This setting will not survive changing buffers so may need a callback to be setup.

    • DS JunksticeD

      Remote linux agent to trigger a local edit?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      218 Views
      No one has replied
    • Shin-ichiroh SakagamiS

      [feature request] cloned tab lighting

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      1 Votes
      12 Posts
      758 Views
      Lycan ThropeL

      @Alan-Kilborn ,
      Thanks to you, (grumble :) ) I’ve started checking out the YT videos by Chris Amit to check out some of the other things NPP and Plugins do that I’ve not been using and already have enabled 3 more plugins. ::sigh:: Ignorance was bliss, now that I’ve eaten the apple, like Adam, I’m screwed. :)

    • Rowan Sylvester-BradleyR

      How to highlight text?

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      143k Views
      Abhay SolankiA

      @Prahlad-Makwana4145 thanks

    • Robert Harrison 0R

      Merge files in one - How does it work?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      254 Views
      No one has replied
    • matteshM

      WinGup update waiting...

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      537 Views
      PeterJonesP

      @mattesh ,

      I’ll put it there little later

      I actually already pointed it out to Don here, and he has tagged wingup 5.2.8. He has incorporated that new wingup into Notepad++ v8.6.3-RC2

      seems that this fix might even not be enough for some use cases

      If you find a use case that isn’t covered by wingup 5.2.8, you will have to create a new wingup issue. A fix for a new issue (likely) won’t make it into the final Notepad++ v8.6.3 release, but it should make it eventually (assuming he is able to come up with a fix).

    • big_guitarB

      Weird 'Find Window' situation with search text box

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      1 Votes
      8 Posts
      521 Views
      Mark OlsonM

      @big_guitar
      If you’re using JsonTools 4.4, you should upgrade to v6.1.1 or v7 even if it’s not responsible for your problem (and I seriously doubt it is).

    • G

      Getting project data when using external execution.

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      739 Views
      G

      @PeterJones
      OK. I get the picture now. Although notepad++ has many features - great editing and the ability to run external programs - it lacks the ability to handle projects properly.

      The ability to have $(CURRENT_PROJECT_FILE) and $(CURRENT_PROJECT_NAME) is all it would take.

      Although notepad++ is my editor of choice I will just have to ‘bite the bullet’ and carry on as I currently do. I manually create a file containing the file list and compile that.

      I can currently do what I require by creating the panel information file in my data directory with the extension npp then looking for this file in the current addressed directory. Only one project/directory allowed.

    • guy038G

      "Summary" feature improvement

      Watching Ignoring Scheduled Pinned Locked Moved
      31
      3 Votes
      31 Posts
      3k Views
      Alan KilbornA

      @guy038 said in Improved version of the "Summary" feature, ...:

      what do you think of ?

      I wouldn’t bother trying to rename things at this point.
      It’s no problem simply because I was confused (that’s MY problem). :-)
      Carry on… :-)

    • SoCuS

      Full line selection and keyboard shortcut

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      10k Views
      Alan KilbornA

      @SoCu said in Full line selection and keyboard shortcut:

      you can see that with each update you have to reconfigure everything that has been changed, I think this would not have to be changing with each update.

      No, that’s not true.
      However, if the author of Notepad++ “adjusts” keycombos for a new release (there’s been some mumbo jumbo with Ctrl+c lately), then you might have to.

    • Gilad DG

      [Bug] Npp loses all open files after restarting as Admin

      Watching Ignoring Scheduled Pinned Locked Moved bug crash admin rights
      20
      1 Votes
      20 Posts
      2k Views
      donhoD

      Fixed in https://github.com/notepad-plus-plus/notepad-plus-plus/commit/76cfc5945ecf1bebabb52a032572ec7f6b7b6029

    • Enrique LopezE

      Windows 11

      Watching Ignoring Scheduled Pinned Locked Moved
      17
      0 Votes
      17 Posts
      6k Views
      mkupperM

      @Somnath-Shinde Please follow the debug steps outlined by @PeterJones at https://community.notepad-plus-plus.org/topic/21450/windows-11/11

    • Diehl WithItD

      Selected text color issue?

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      688 Views
      Diehl WithItD

      @PeterJones Legit, you the man.
      13048f20-e1b3-40ad-bbb4-1371331f4532-image.png

      There were many styles I was missing so I’ve updated my styles.xml with them all now.

      Thanks.

    • PiotrMP006P

      How do you open a new tab next to the current?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      259 Views
      Alan KilbornA

      @PiotrMP006

      I don’t believe it can be done by Notepad++ itself.

      If by “next to” you mean “to the right of”, then the following PythonScript script can do it:

      # -*- coding: utf-8 -*- from Npp import * curr_view = notepad.getCurrentView() total_tabs_in_view = 0 for (pathname, buffer_id, index, view) in notepad.getFiles(): if view == curr_view: total_tabs_in_view += 1 curr_tab_index = notepad.getCurrentDocIndex(curr_view) notepad.new() for __ in range(total_tabs_in_view - curr_tab_index - 1): notepad.menuCommand(MENUCOMMAND.VIEW_TAB_MOVEBACKWARD)
    • Merci chaoM

      Apply the update while exiting Notepad++ instead of starting up

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      194 Views
      Alan KilbornA

      @Merci-chao

      It’s somewhat of a frequently-requested feature; see HERE for one such request, with some links to others.

    • CoodDoBettrC

      Combine Plugin Gone!?

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      18k Views
      CésarC

      @Diego-Raguindin This worked perfectly ¡Gracias!

    • michael zubasM

      Can't report bug on Github

      Watching Ignoring Scheduled Pinned Locked Moved bug issue crash
      5
      0 Votes
      5 Posts
      298 Views
      rdipardoR

      A similar issue was reported recently that turned out to be a faulty graphics driver (or a lemon PC, as suggested by the closing comment): https://github.com/notepad-plus-plus/notepad-plus-plus/issues/14581

      @Terry-R said in Can't report bug on Github:

      it might be a plug-in.

      @gerdb42’s observation applies to plugins as well. A Windows DLL does not execute in kernel mode (as drivers do). Unless the plugin is directly interfacing with a driver, it would not be able to crash the OS.

    • Ron Tarrant 1R

      When Running Python from NPP, the Script Can't Find Local Image Files

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      624 Views
      Ron Tarrant 1R

      @Ron-Tarrant-1
      It’s okay. I found the answer on Stackoverflow. In case someone else comes looking for this, here’s the entire script (note the ‘-u’ arg after ‘py’):

      NPP_SAVE cd "$(CURRENT_DIRECTORY)" cmd.exe /c py -u "$(FILE_NAME)"

      Thanks again for all the help.

    • _daavidoe__

      Hi i'm also having trouble with duplicated lines, i'm trying to make a custom .reg file, compiling alot of dif reg tweak all in one, but

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      259 Views
      _daavidoe__

      @Alan-Kilborn
      example 09ffec8c-4526-4d96-91f2-ad36c1c943da-image.png
      there are 4 duplica

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