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

    XML file / Language set to None (Normal Text) / XML Tools option Set XML type automatically

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 31, 2021, 3:18 PM
    Aug 31, 2021, 2:46 PM
    4 Votes
    2 Posts
    1k Views
    M Aug 31, 2021, 3:18 PM

    @Bruno-Guillemette said in XML file / Language set to None (Normal Text) / XML Tools option Set XML type automatically:

    When working with big XML files, I set the Language to None (Normal Text) to speed things up. But as soon as I was typing anything, even just [ENTER], the XML highlight was back, slowing down Notepad++ quite a bit.
    I finally realized that the culprit was the Set XML type automatically option of the XML Tools plugin. This option is selected by default I think, so I didn’t really noticed it before this.

    Good tip on the set XML to Normal Text for large file if you don’t need highlighting / function list but do need performance and I do have XML Tools installed, but not that option checked - so I wouldn’t have noticed it, but experimenting with it, I do see your behavior.

    I’m going to leave XML Tools Set XML type automatically unchecked so Notepad++ can autodetect and I can “reset” to Normal Text without worrying about it switching auto-magically for me.

    Cheers.

  • А

    SQL Operator highlighting issue

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Aug 30, 2021, 9:52 AM
    Aug 20, 2021, 1:08 PM
    1 Votes
    3 Posts
    218 Views
    T Aug 30, 2021, 9:52 AM

    Screenshot_290.png

  • V

    npp becomes slow for large text files, suggest alternative editors

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Aug 29, 2021, 10:52 PM
    Aug 24, 2021, 4:44 PM
    0 Votes
    9 Posts
    3k Views
    A Aug 29, 2021, 10:52 PM

    In case this dead horse deceased parrot is ever viewed again:

    I found a third way to speed up the loading of large source code files by manipulating the “langs.xml” file:

    Hide or rename the “langs.xml” file. Notepad++ will complain if it can’t locate “langs.xml”, but will continue to work after the warning dialog box is dismissed.

    Create an absolute bare-bones version “langs.xml” with all source code sections removed. Full contents of <?xml version="1.0" encoding="UTF-8" ?> works nicely. The file cannot be a zero-length file, it must have some minimal contents.

    Just the specific language section can be removed or commented out (surrounded with <!-- & --> tokens):

    <!--- <Language name="json" ext="json" commentLine="" commentStart="" commentEnd=""> <Keywords name="instre1">false null true</Keywords> <Keywords name="instre2">@id @context @type @value @language @container @list @set @reverse @index @base @vocab @graph</Keywords> </Language> -->

    As with the file renaming and hardlink creation approaches, there is no syntactic and keyword highlighting or FunctionList available, but otherwise all other features are available.

    Neither hiding other folders [userDefineLangs, autoCompletion, functionList] nor hiding other files [functionList.xml, stylers.xml] showed any significant speedup in the file load time. There may be an unique combination of XML file changes that does speed up load time.

    NOTE: While variations 1 & 2 will disable formatting for ALL source code files edited, variation 3 only affects the language name commented out.

    If large source code files must be edited frequently and both the file rename and hardlink approaches are not practical to use:

    Unzip a separate portable version of Npp into Npp4FTB2EE (Npp for files too big to easily edit) <grin> Replace the default “langs.xml” file with a version based on variation 2 or 3 above The folders [userDefineLangs, autoCompletion, functionList] and file functionList.xml can be deleted

    These variations have been tested and work properly in both Npp v8.1.4rc & v7.9.5 and should also work in earlier versions but YMMV.

  • P

    Folder as Workspace in Dark mode has the problem when open File Explorer.

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Aug 29, 2021, 6:35 PM
    Aug 29, 2021, 1:27 PM
    1 Votes
    5 Posts
    529 Views
    P Aug 29, 2021, 6:35 PM

    OK, got it.
    Hope this problem will be fixed in the next version soon!
    Thanks!

  • B

    Scandal! Chameleon desktop icon has disappeared

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Aug 28, 2021, 6:01 PM
    Aug 28, 2021, 4:57 PM
    0 Votes
    3 Posts
    490 Views
    P Aug 28, 2021, 6:01 PM

    @BLUE-AGENCY ,

    Actually, v8.1.4’s icons do have the chameleon, except for the smallest 16x16 and 32x32 pixel icons. You can see this by changing Windows Explorer from Details or Small Icons to any of Medium Icons, Large Icons, or Extra Large Icons. – All of the bigger icons still have the chameleon as the executable icon, and AFAIK, Notepad++ usually assigns that icon to file types associated with Notepad++.

    I had to go back to v5.0 from 2008 before the executable defaulted to a non-chameleon-based icon.

    (my video is focused on the executable; I hadn’t changed the file type associations for XML, so it’s still using the v8.1.3/v8.1.4-style icon for those files; just look at the executable’s icon for the point I was trying to make)

    And further, Windows allows you to change the icon for any file type to anything – whether it’s in the executable or a standalone icon or from some other DLL or executable. If you’ve got an icon you prefer, you can search the internet for “change icon for file type” and find a gazillion references for how to do that in your particular OS.

  • J

    Updates always want to change destination path

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 28, 2021, 4:31 PM
    Aug 28, 2021, 4:17 PM
    0 Votes
    2 Posts
    170 Views
    P Aug 28, 2021, 4:31 PM

    @joethevoter ,

    Previous discussions:

    https://community.notepad-plus-plus.org/topic/20315/the-installer-doesn-t-detects-application-location-anymore https://community.notepad-plus-plus.org/topic/18876/bump-previous-installation-not-detected https://community.notepad-plus-plus.org/topic/15578/previous-installation-not-detected

    Existing issue

    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/7946

    If you go comment on the github issue, upvote it, etc, it increases the visibility of that issue, and maybe one of the Developers will look into it.

  • B

    re-numbering phrase+number in the middle of sentence

    Watching Ignoring Scheduled Pinned Locked Moved
    10 Aug 26, 2021, 6:49 PM
    Aug 24, 2021, 3:32 PM
    0 Votes
    10 Posts
    916 Views
    B Aug 26, 2021, 6:49 PM

    finally got it!
    the problem was unnecessary space
    thank u all !!

  • C

    Cannot add style token to selected text anymore

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Aug 26, 2021, 10:25 AM
    Aug 23, 2021, 12:29 PM
    0 Votes
    4 Posts
    408 Views
    C Aug 26, 2021, 10:25 AM

    Thank you! That solved the problem.
    Thanks also for the links, very useful!

  • V

    New bug with "Execute this script when Notepad++ starts"?

    Watching Ignoring Scheduled Pinned Locked Moved
    14 Aug 23, 2021, 4:56 PM
    Aug 19, 2021, 4:37 PM
    0 Votes
    14 Posts
    816 Views
    Alan KilbornA Aug 23, 2021, 4:56 PM

    BTW, the script may not work for the file active when N++ starts up. A workaround would be to add this line at the end of the __init__ function:

    self.bufferactivated_notify(None)

  • Moatassem TalaatM

    Keep RTL/LTR per tab

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Aug 23, 2021, 11:37 AM
    Aug 20, 2021, 8:15 PM
    0 Votes
    4 Posts
    669 Views
    Moatassem TalaatM Aug 23, 2021, 11:37 AM

    @Terry-R I didn’t say that in multiple instances of N++

    What I meant that changing RTL/LTR on one tab affects all tabs of the same instance … who would open N++ in multiple instances?!

    Changing text direction should not be global dynamic setting but rather significant on the tab it was altered on.

    BR,
    MT

  • Glenn GnabasikG

    Product Enhancement Request for navigating files

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 22, 2021, 7:48 PM
    Aug 22, 2021, 7:23 PM
    0 Votes
    2 Posts
    161 Views
    P Aug 22, 2021, 7:48 PM

    @Glenn-Gnabasik ,

    Interesting idea.

    We fellow Community members cannot do anything about that, as we are mostly just users like you, and this Community exists for fellow Notepad++ users to help each other. We have a FAQ explaining how to make a feature request.

  • jim murray 0J

    suggestions

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 22, 2021, 7:46 PM
    Aug 22, 2021, 6:50 PM
    0 Votes
    2 Posts
    208 Views
    Alan KilbornA Aug 22, 2021, 7:46 PM

    @jim-murray-0 said in suggestions:

    please leve the cursor positioning up to me. If i select text then please deselect it when i leave it and click in a new spot.

    Isn’t this the default behavior?

  • Pavel ViktoraP

    I'm missing something in UDL

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Aug 21, 2021, 7:28 PM
    Aug 14, 2021, 11:03 AM
    0 Votes
    6 Posts
    365 Views
    P Aug 21, 2021, 7:28 PM

    @Pavel-Viktora ,

    You’re not stupid just because you made that assumption.

    This Forum was created by the developers, and is hosted by the developers, for the Community to use to help each other use Notepad++ and to talk about and advocate for the application.

    We just don’t have the power/authority in the forum to agree to make changes to the source code, and the forum is not the location for feature requests and bug reports. As a result, we have a FAQ entry which explains the correct procedure for making feature requests and bug reports, which can be found in the FAQ section under the name FAQ Desk: Feature Request or Bug Report

  • Dana BaselD

    Large Toolbox Icons in Color

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Aug 21, 2021, 5:40 PM
    Aug 21, 2021, 3:30 PM
    0 Votes
    2 Posts
    649 Views
    P Aug 21, 2021, 5:40 PM

    @Dana-Basel ,

    That’s an unfortunate side effect of the Developers deciding to only have 5 toolbar icon options, instead of 6. Other than not wanting to support so many alternatives, since they already had the icon set for the large colored icons, I am not sure why they decided to remove the large-standard icons.

    You might want to go put in your 2c on issue #9913, which asks for a set of large standard icons to be added back in. The more “regular users” who weigh in, the more likely it is that the Developers team will consider implementing the request. Good luck.

  • Zohar LeviZ

    Instant search

    Watching Ignoring Scheduled Pinned Locked Moved instant search
    7 Aug 21, 2021, 11:49 AM
    Aug 12, 2021, 2:35 AM
    0 Votes
    7 Posts
    535 Views
    Alan KilbornA Aug 21, 2021, 11:49 AM

    @Zohar-Levi said in Instant search:

    Maybe should say somewhere that there are no website notifications.

    The website software isn’t owned by Notepad++.
    Thus, not sure if such configuration is possible.

    It should be: if there’s a dialog (pop up window) open, then close it. Otherwise, quit.

    You may certainly have your own opinion about it, but I wouldn’t wait for such a feature to appear in Notepad++.

    The link you provided seems to discuss the same issue.

    That was my reason for posting it.
    It also provides a workaround, if you choose to go that way with your own setup.

  • Todd CaryT

    How to remove all formatting including hyperlinks

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Aug 19, 2021, 9:04 PM
    Aug 19, 2021, 8:33 PM
    0 Votes
    3 Posts
    4k Views
    Terry RT Aug 19, 2021, 9:04 PM

    @Todd-Cary said in How to remove all formatting including hyperlinks:

    I would like to remove all formatting including hyperlinks.

    There is one thing that might help you. If you select text on a website, then paste that into a Notepad++ empty tab you will get the text without the formatting, although it will have EOLs included so in a way it is still formatted…
    If you wanted the text with html code included (or RTF which is another option) you “edit” (main menu), then “paste special” and select html (or RTF) and you get the additional formatting code. Works for me.

    Terry

  • Bradley UffnerB

    Strange window layout in new installation of 8.1.3

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Aug 19, 2021, 2:08 PM
    Aug 19, 2021, 1:13 PM
    0 Votes
    3 Posts
    258 Views
    P Aug 19, 2021, 2:08 PM

    @Bradley-Uffner

    See this post for a list of official issues (in the github repo) and other posts in this forum that talk about the same thing. There have probably been other mentions since then.

  • sktpinS

    Active tab color - red stripe changeable?

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Aug 19, 2021, 1:15 PM
    Aug 18, 2021, 10:47 AM
    0 Votes
    5 Posts
    755 Views
    M Aug 19, 2021, 1:15 PM

    @sktpin said in Active tab color - red stripe changeable?:

    with the coloring style for the editor that I had once picked, anyway.
    That extra line is superfluous no matter how you color it - IMO!

    I use Green and find it quite useful:

    2a919428-c8cf-4cec-9b1f-4851df30c0e3-image.png

    Cheers.

  • StarWars999123S

    Files have been changed, but the following reload message box storm is so annoying!

    Watching Ignoring Scheduled Pinned Locked Moved annoying reload message box
    2 Aug 19, 2021, 12:06 PM
    Aug 19, 2021, 12:00 PM
    0 Votes
    2 Posts
    210 Views
    Alan KilbornA Aug 19, 2021, 12:06 PM

    The behavior is controlled by a Preference setting:

    ab066455-6dfc-4bf8-bb6a-a27125ee0d09-image.png

    AFAIK, the default settings (as shown) should do what you want, specifically, you’d only get prompted for reload of changed file, when you activate that file’s tab.

  • mostlyhumanM

    Tabs do not open in order selected in Windows Explorer

    Watching Ignoring Scheduled Pinned Locked Moved
    16 Aug 17, 2021, 9:08 PM
    Aug 13, 2021, 3:39 PM
    0 Votes
    16 Posts
    621 Views
    MarkusBodenseeM Aug 17, 2021, 9:08 PM

    Example with picture:
    Select some files, order of selection doesn’t matter, but right click is done on cs.xml:
    bc85457f-bc2b-4e3b-b6d2-f9951276ec6e-grafik.png

    Order in Notepad++:
    933db1ba-d23c-4756-9f76-2b34c11156a2-grafik.png

    Hope it helps somebody to understand, even if it is nearly the same like your example. Yes, it adds no new information… but hopefully more clarity.

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