Community
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • donhoD

      Notepad++ v8.8.9: Vulnerability-fix

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      26
      3 Votes
      26 Posts
      10k Views
      Alan KilbornA

      @PeterJones said:

      I foolishly chose to set the colors

      I think you’re being too hard on yourself.
      The overall idea of the change is a good one and moves the Notepad++ code forward.
      Sometimes it just happens that development takes 3 steps forward and 1 step back, for a net gain of +2. Thus, still a win.
      Thank you for your contribution.

    • Charles FraichotC

      Notepad+++ workflow for Bookkeeping.

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      42 Views
      Charles FraichotC

      It’s mainly to organize and manipulate the .csv data quickly before importing it into GnuCash. I ended up finding a tool called Modern CSV that does exactly what I need.

      Notepad+++ isn’t really what I’m looking for after all, but I appreciate the suggestion.

    • fml2F

      Jumping between matching brackets is not idempotent

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      6
      0 Votes
      6 Posts
      132 Views
      fml2F

      OK, if it’s the intended behaviour then I’ll just live with it. It’s not a very big deal.

      Thank you all who answered!

    • LoisL

      Removing lines help - Confusing ,don’t know how to explain but will try and but need help please

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      5
      0 Votes
      5 Posts
      110 Views
      LoisL

      @Terry-R This has worked perfectly. Its a very long document so this was great. Thanks again, greatly appreciated.

    • Eric WisemanE

      Bug in sorting lines, staying there for years

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      78 Views
      CoisesC

      @Eric-Wiseman said in Bug in sorting lines, staying there for years:

      Line Operations -> Sort lines works ONLY if you convert Edit -> EOL Conversion ->Unix.

      Unless I am missing something this looks like a bug…

      As others have already explained, this is not a bug but rather a known and documented limitation, that all line endings must be the same.

      If Sort Lines In Locale Order Ascending and Descending do what you want, those sorts implemented differently and are not dependent on consistent line endings. The ending for each line will remain with the text of the line it follows.

      The Locale sorts can also sort using a rectangular selection for the keys even if there are tabs or characters of differing byte widths (such as can happen with non-ASCII characters in UTF-8) to the left of the selection, which does not work with the other sorts.

    • Mark OlsonM

      Menu command for ensuring current position is visible

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · menu folding
      4
      3 Votes
      4 Posts
      141 Views
      MarkusBodenseeM

      @Mark-Olson said in Menu command for ensuring current position is visible:

      I agree with you that this is pretty confusing, and agree that using the arrow keys should have the same effect as typing. This would obviously be a separate feature request though, and as you noted I rather doubt that it would be accepted because it would only add confusion for some other users.

      After sleeping one night about it, and rereading your posting about typing any char and undo. Also in your issue #17297 and @Alan-Kilborn 's issue #12107 … I have changed my mind a bit, because I think that both situations of keystrokes (typing char from keyboard input or pressing arrow key) should be handled in the same way. This would make consistent behaviour of the application.

      I think, keystrokes should always have direct effect on a visible caret, so the caret should be made visible first, and afterwards perform the action from keyboard (typing char/moving caret).

      Keystrokes on an invisible caret look more like undefined behaviour. The user does not know, where his focus is. Even making caret jump to next visible position could be unexpected, because user did not know where he previously has been. Maybe user is even confused, because of the jump.

      So from this perspective, the current behaviour of arrow keys could be worth considering if it is unexpected/inconsistent.

    • Unmarked0146U

      Reducing the size of the column next to the line number

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · · line number customization user interface column width
      4
      0 Votes
      4 Posts
      118 Views
      Unmarked0146U

      @PeterJones

      If you are using one of the built-in themes, you might try to compare your %AppData%\Notepad++\themes___.xml with the version from c:\program files\Notepad++\themes,

      I don’t have a custom theme; I just use whatever existing themes and modify them (just two, really). I just replaced my %AppData% theme with the “program files” themes, and the colors look okay again.

      795725ad-50a6-4d40-a0cf-308501ed7cea-image.png

      But both your margins being light gray imply that your theme was missing both those definitions when you ran 8.8.9 for the first time.

      I am pretty sure that when I installed Notepad++, I just copied the old saved themes over, which is why the new styles were probably missing.

      In this screenshot, I set one to Bookmark to salmon and Change History to yellow, to make it obvious which was which.

      This makes it much easier to understand. Thank you!

      Update: See our Change History Margin FAQ, especially the “How do I change the size” section, for an example of how to change the size using PythonScript or NppExec. (But yikes, I see that FAQ is out of date, since it doesn’t show the ability to change the four colors, which was added years ago… I will have to fix that next)

      I am not that ambitious, but I am sure the update will be appreciated!

      Thank you again, Peter. Not only did your post help fix the problem, but it’s also educational and shows me how dedicated people are to Notepad++.

    • C

      Updated Notepad++ VPAT?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      54 Views
      C

      @PeterJones

      Thank you, that’s very helpful. I’ll do that.

    • VTGroupGitHubV

      Show/hide tab or change tab width

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      76 Views
      VTGroupGitHubV

      Thank you for all of the information. While it might be fun to dig into the Windows APIs again, I was hoping for something simple I could run with NppExec, etc. without a lot of coding. Since it’s not a lot of extra work to move the splitter manually, I’ll live with that for now. And maybe the MarkdownPanel team will find my request worth implementing, though it’s possible it can’t be done since one side is a NPP tab and the other is a panel.

    • LoisL

      HELP very new to this need help with lines please.

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      3
      0 Votes
      3 Posts
      90 Views
      LoisL

      @PeterJones this worked perfectly! Thank you very much

    • TBugReporterT

      Networking problem

      Watching Ignoring Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
      7
      0 Votes
      7 Posts
      673 Views
      xomxX

      @Dan-Walter-0 said in Networking problem:

      Before I open a ticket with my helpdesk, I want to know if there is anything I am missing on the application configuruation level.

      From your N++ DebugInfo, I think not.

      But could you 1st follow the instructions in my linked issue and paste here the nppLogNetworkDriveIssue.log obtained?

    • Jayson AllenJ

      Theme busted!

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      66 Views
      PeterJonesP

      @Jayson-Allen ,

      See details in https://community.notepad-plus-plus.org/post/104192

      update: I have versions of the theme files which won’t have the ugly white backgrounds temporaroly at https://github.com/pryrt/notepad-plus-plus/tree/themesPost889/PowerEditor/installer/themes ⇒ they will hopefully eventually be put into the main codebase, for distribution with v8.9 and future. But until then, you can

      Exit Notepad++ Go to that URL and download the raw version of your theme(s) For a normal Notepad++ installation, use Explorer to go to %AppData%\Notepad++ if there’s not a themes subdirectory, create it move the downloaded theme(s) into %AppData%\Notepad++\themes When you run Notepad++ next time, it will use the updated theme.

      If you have customized your theme with user-keywords or user-extensions, this would overwrite those… I will eventually be writing a FAQ which explains a way to work around those customizations (once I don’t have to link to a branch in my fork of the code to share the theme files).

      New FAQ: https://community.notepad-plus-plus.org/topic/27306/faq-themes-in-v8-8-9

    • Adam Sr FloresA

      Notepad++ Opens my file in a remote server and I'm able to work with the file, But then I receive a notification that the file doesn't exist

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      79 Views
      xomxX

      @Adam-Sr-Flores

      The simplest workaround here is to disable the N++ file-status checking in the Preferences > MISC. > File Status Auto-Detection (select Disable there).

      My guess is that either something has recently changed on your remote server (e.g. a networking/caching setting) or you’ve started to experience occasional network connection outages. If you have the File Status Auto-Detection set to its default (Enable for current file), whenever an opened tab in N++ gets activated (switched to), N++ v8.7.1+ issues a threaded (to prevent a possible frozen app state) I/O checking call. As of now, if your server isn’t able to respond in time (3 secs), the checking thread is then forcibly terminated and one can experience such behavior described in your report. I’d like to improve this in the future (e.g. with an adjustable timeout limit), but unfortunately haven’t had time to do it yet.

      Could you follow these instructions and paste here the nppLogNetworkDriveIssue.log obtained?

    • Kaptain BiwouakK

      Notepad++ 8.8.8: 2 issues detected

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      220 Views
      xomxX

      @deleelee

      Thanks for the pic. You are evidently using the MenuIcons plugin and it seems that this plugin has a problem with the N++ v8.8.8+ new tab-label length limitation feature. You can try to report/ask for help at that plugin site:
      https://github.com/francostellari/NppPlugins/issues

      or disable its “*” tab marking feature in the Menu Icons Options settings (select the “No symbol” radio-button there).

    • donhoD

      Notepad++ 8.8.9 release candidate

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      22
      3 Votes
      22 Posts
      1k Views
      Murray Sobol 1M

      @PeterJones
      Thanks, Peter, for the detailed instructions.
      Now, Notepad++ V8.8.9 launches, as expected.

      Murray

    • Pierrick ramP

      The update deletes the macro file.

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      71 Views
      Terry RT

      @Pierrick-ram

      I think you will need to provide more information. Such as copying the “Debug Info” from your Notepad++ installation and pasting it here. It’s under the ? menu.

      Terry

    • PeterJonesP

      FAQ: Themes in v8.8.9

      Watching Ignoring Scheduled Pinned Locked Moved FAQ themes v8.8.9 style configurator
      1
      3 Votes
      1 Posts
      67 Views
      No one has replied
    • donhoD

      All the off-topic go here

      Watching Ignoring Scheduled Pinned Locked Moved Praise Notepad++
      5
      1 Votes
      5 Posts
      8k Views
      Hanno HugenbergH

      Hi there - since every computer i ever used has notepad++ installed as first tool, i would love to donate for this release but wondered if the Name of the paypal account is correct?
      It differs from your name and email adress used in the Author Information on the Website.
      Is C***-W* H** correct?

    • H

      Paste Special - Paste RTF Content not working

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      59 Views
      No one has replied
    • donhoD

      Notepad++ 8.8.8 release

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      23
      1 Votes
      23 Posts
      7k Views
      DustyMarieD

      @Andrea-Gaviraghi

      Yes we are seeing this in our Enterprise install testing of the MSI. We had to build a script to uninstall the executable and then install the MSI. And package the scrip & MSI in an Intune package. Seems to have solved the problem.