• Strange beginning line...

    6
    0 Votes
    6 Posts
    482 Views
    EkopalypseE

    @massefur

    first value changes from Normal Text File to User Defined Language

    The user defined language (internally called Lexer) formats the document according to your settings. For example, if you have assigned a different font, font size, or font attribute in addition to the color, this can easily lead to a different layout, especially when using word wrap. What exactly the problem is is hard to say without knowing what you have done.

  • v8.4.2 Closing When Opening 0 Byte NFO File

    2
    0 Votes
    2 Posts
    197 Views
    Michael VincentM

    @cam

    Looks like it may be fixed in the next release.

    Cheers.

  • v8.4.2 bug

    22
    0 Votes
    22 Posts
    3k Views
    PeterJonesP

    @rdipardo ,

    The debug instructions don’t trash anything – they temporarily rename a folder. I believe it is a solid debugging plan to try to narrow down where the problem is coming from. There are times when the plugin is at fault, even if it’s not because of the 64bit-only change in Notepad++.

    But since it bothers you, the paragraph now emphasizes 64bit for the v8.3 change:

    in the 64bit Notepad++, v8.3 updated the communication rules between plugins and the application to better handle large files (>2GB) which required all 64bit plugins that used certain protocol calls to release a new version.

  • Macro playlist

    7
    0 Votes
    7 Posts
    516 Views
    deleeleeD

    @peterjones said in Macro playlist:

    @peterjones said in Macro playlist:

    I’ll add it to my “to fix” list

    While working on PR #371, I realized that maybe the Macro > Run a Macro Multiple Times (which is a dialog I had never used) was what was meant by the “playlist”. But since that was confusing, I removed that phrase, and instead refer to the official name for that menu entry. Hopefully, that makes it more clear.

    Thank you :-)

  • Markdown Query

    2
    0 Votes
    2 Posts
    279 Views
  • Notepad++ 8.4.2 64 bit suddenly closes for no reason

    6
    0 Votes
    6 Posts
    4k Views
    James RosemaryJ

    @james-rosemary There is a patch to the jN plugin that solves the problem for me here:
    https://github.com/sieukrem/jn-npp-plugin/issues/110

  • Search window not good convenient

    2
    0 Votes
    2 Posts
    219 Views
    Alan KilbornA

    @save_humanrace said in Search window not good convenient:

    No “Find previous” button.

    a36e2151-7c6c-4dca-85ac-17c0ac35a85c-image.png

    And the window is too big. Make smaller.

    This is a common complaint. Some active discussion HERE about it.

  • Find in Files not giving accurate results

    3
    0 Votes
    3 Posts
    734 Views
    PeterJonesP

    @epca ,

    For more on binary files, and why it is unreasonable to expect a text editor to be able to search a binary spreadsheet (.xlsx) or word processor document (.docx) or PDF or any other such binary file, see this FAQ

  • Does m1 mac os arm will be avialable in the future?

    5
    0 Votes
    5 Posts
    2k Views
    AmitA

    @leonardo-dicaprio As PeterJones pointed out Notepad++ is a Windows native application. However, you can use Wine bottler or even PlayOnMac app (Free) on Mac to install Notepad++ on Mac. I have had the same requirement when I wanted to use Notepad++ on my iMac. So, I ended up making a video tutorial about it. Here is the link. (How to install Notepad++ on Mac). Hope it is helpful.

    Few things to consider:

    Since it is not a MacOS native app, the user experience will not be as smooth as other Mac apps. Also, usually on Mac, you have Command key that is used instead of Control key for common keyboard tasks. However, when you are using Notepad++ on Mac using PlayOnMac, you will still be using Windows like keyboard shortcuts. In fact, that is a good thing, since you don’t need to learn new shortcuts. However, it does feel a bit non-intuitive.

    So, if you planning to use Notepad++ as your main developer text editor, I would refrain from that on Mac. (also, disclaimer, this video is from my youtube channel on Notepad++).

    Hope it helps.

  • Inserting 2 lines of text 2 lines prior to a known variable

    6
    0 Votes
    6 Posts
    616 Views
    guy038G

    Hi, @alan-kilborn, and All,

    Actually, I was inspired by this article :

    https://www.rexegg.com/backtracking-control-verbs.html#skipfail

    where it is said :

    In effect, (*SKIP)(*FAIL) says: “Throw away anything you can match to the left of me.”

    Please, visit this excellent regex site :

    https://www.rexegg.com

    BR

    guy038

  • Macbook Laptop Not working with notepad++

    3
    0 Votes
    3 Posts
    1k Views
    HardeepH

    @peterjones thanks for concern

  • free space at the bottom

    5
    0 Votes
    5 Posts
    2k Views
    Alan KilbornA

    @daniel-0 said in free space at the bottom:

    tried reinstall (I removed all previous settings and files from C/users/ and program) but it setting was still enabled

    You probably didn’t nuke where the settings are really stored.
    E.g., %appdata%\Notepad++ (see HERE).

  • <style>tag don't highlighting in php file in <html> tag why??

    3
    0 Votes
    3 Posts
    461 Views
    PeterJonesP

    unless what you are talking about is you want the “body” and “backround”, etc, to have different colors.

    That ability has never existed in the HTML/PHP/ASP parser as far as I am aware, so if that is what you were wanting, it doesn’t yet exist. For example, here’s similar code in the HTML parser of v8.3.3:
    355f9fd2-55d3-42f0-b96c-369139e38885-image.png

    I now assume that what you’re wanting is for it to render the style similar to the way CSS is highlighted, but just inside the <style> tag in the HTML or PHP (or similar):
    655eb683-15b9-4e2d-8a95-a37bf82156f7-image.png

    That would require a feature request, because we fellow users in the Community forum cannot add features to the codebase. Further, I don’t think a feature request for Notepad++ will be sufficient: Notepad++ uses the Scintilla Lexilla lexer for handling the syntax highlighting, so I believe you would have to convince Scintilla/Lexilla to add CSS highlighting inside their HTML/PHP/ASP parser, and they would have to implement it, then you would have to lobby the Notepad++ developers to update to the newer version of Scintilla that contains the updated parser.

  • PHP linter config with -l in Notepad++

    6
    0 Votes
    6 Posts
    2k Views
    Scott MooreS

    @alan-kilborn Good advice. It’s good enough the way it is

  • 0 Votes
    2 Posts
    1k Views
    PeterJonesP

    @кирилл-фролов ,

    It’s hard to say. I occasionally see that, but normally reloading a minute or two later, it will go away. I had never correlated it with the email digest (but I don’t have the forum emailing me the digest anyway, which would make it hard to correlate).

    Since the NodeBB group is kindly freely donating the webserver space for this Notepad++ Community forum, it doesn’t bother me if every once in a while, there is a brief time when navigating here gives a 503 error.

  • v8.4.2: Plugins Admin is missing

    2
    0 Votes
    2 Posts
    873 Views
    PeterJonesP

    @ravenmacdaddy ,

    I’ve never used Scoop, so I know nothing about how it works. The Notepad++ developers have nothing to do with “outside” installers, like Scoop or Chocolatey, so cannot change anything to make those “work”. Some other sites are known to change the binary or otherwise mess with the installation process in ways that make Notepad++ not work.

    If you can use the normal installer or the official portable zip from the official website, those are known to work right

  • Help with encoding

    2
    0 Votes
    2 Posts
    243 Views
    PeterJonesP

    @luis-piña-iii ,

    Generally, an unexpected square in your document on a unicode character means that the current font doesn’t have a glyph for that character. You might try toggling the Settings > Preferences > MISC > ☐ Use DirectWrite (May improve rendering special characters, need to restart Notepad++) – this often makes such glyph issues work better by allowing the OS to do behind-the-scenes things to borrow a glyph from a different font for that character.

    If that doesn’t work, you might investigate changing Settings > Style Configurator > Global Styles > Default style’s Font setting, and see if another font will properly render the glyph that your current font does not.

  • 0 Votes
    9 Posts
    10k Views
    Chilla ManillaC

    Gang! As of today, v8.4.2 now fixes the horizontal scroll issue with Notepadd++ with Logitech MX series mice. It’s been so many years I am so grateful to the team for fixing this.

    I had to use keep editor open like TextPad just to keep files open that required horizontal scrolling. Thank you guys!

  • 0 Votes
    5 Posts
    667 Views
    Alan KilbornA

    @uwe-keim

    As I said, the behavior you seek has been “on the table” for a long time, and nothing has changed. I don’t know that Notepad++ 's limited dev team wants to get too bogged down in searching features, but I have no insight into their thinking.

    You might benefit from using an external tool for searching large filesets (allowing you to start a search and then keep working in Notepad++) which can open files in Notepad++ at the match point when the search completes. I don’t know of an ideal tool for this, but GrepWin seems to be a good start…

  • Notepad copy/paste xml with word wrap

    2
    0 Votes
    2 Posts
    323 Views
    Alan KilbornA

    @shwetmala-sinha

    You’re really going to have to describe your problem better, but probably your best first step is to update Notepad++ to a version newer than one that is almost 5 years old now.