• 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
  • A

    Location navigate plugin + Python editor.markerAdd() colors

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Jun 8, 2021, 1:00 AM
    Jun 6, 2021, 9:09 PM
    0 Votes
    9 Posts
    422 Views
    A Jun 8, 2021, 1:00 AM

    Thanks for the very detailed responses.
    Properties look like they might do the trick for me.
    I will definitely read the Scintilla docs as i’m sure i haven’t implemented them properly.

  • S

    NP++ font size

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jun 7, 2021, 10:40 AM
    Jun 7, 2021, 5:27 AM
    0 Votes
    2 Posts
    184 Views
    E Jun 7, 2021, 10:40 AM

    @strata-council

    Another option is to set the default or global font size to
    a size to your liking. See settings->style configurator

    7fdf3386-9480-4ab0-8c98-146e9916201c-image.png

  • S

    unwelcome install dialog text

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jun 3, 2021, 12:33 AM
    Jun 2, 2021, 7:03 PM
    1 Votes
    3 Posts
    237 Views
    A Jun 3, 2021, 12:33 AM

    @Steve-Signorelli said in unwelcome install dialog text:

    Our industry suffers an inequality in our inclusion of female members and examples like this are corrosive to the efforts many of us put forth to help resolve the imbalance

    I think one has to infer some things to consider that the “unwelcome” text is “harmful” to one specific gender? In light of recent media events, there may actually be no genders, furthering my confusion about your comment.

    However, it is possible that the text you highlight in yellow is offensive to some, and I’m sure an acceptable substitute can be found.

  • I

    Copy texts of one color

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Jun 2, 2021, 8:10 PM
    Jun 1, 2021, 6:32 PM
    0 Votes
    9 Posts
    348 Views
    A Jun 2, 2021, 8:10 PM

    Very nice! Well done

  • G

    WYSIWYG and HTML

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jun 2, 2021, 7:44 PM
    Jun 2, 2021, 7:17 PM
    0 Votes
    3 Posts
    9k Views
    P Jun 2, 2021, 7:44 PM

    @Gary-Henry ,

    Notepad++ is a text editor, not a WYSIWYG HTML editor.

    Aside from View Current File In that Alan suggested, there are also “preview” plugins available. I use both “Preview HTML” and MarkdownViewer++, both of which will take HTML which is in the active editor tab and display it in a “preview pane” inside Notepad++ (MarkdownViewer++ has the benefit that it also works with Markdown files, and if you set up to use an external X-to-HTML converter, can do other rendered files). Using those plugins is not truly WYSIWYG, but it’s about as close as Notepad++ comes.

  • D

    Printing pages

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jun 2, 2021, 3:27 AM
    Jun 2, 2021, 3:14 AM
    0 Votes
    2 Posts
    486 Views
    T Jun 2, 2021, 3:27 AM

    @Doug-Edmunds-0 said in Printing pages:

    How can I find out which text is on page 3 for instance, or how many pages will print if I print the entire document?

    I don’t think you can (from within Notepad++). I refer to an old post here
    I don’t think there’s been any change.

    As suggested in that post, consider a “Print-to-PDF” option and then you could view the resulting file and print ONLY the pages you want from there.

    Terry

  • A

    Python print function parameters

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 31, 2021, 10:45 PM
    May 30, 2021, 1:33 AM
    0 Votes
    3 Posts
    297 Views
    A May 31, 2021, 10:45 PM

    Awesome. Thanks for your reply. Worked perfectly

  • G

    are plugins listed in PluginsManager safe/verified

    Watching Ignoring Scheduled Pinned Locked Moved
    2 May 31, 2021, 5:06 PM
    May 31, 2021, 2:01 PM
    0 Votes
    2 Posts
    999 Views
    P May 31, 2021, 5:06 PM

    @G-Dev ,

    If you are talking about the old plugin called Plugins Manager which hasn’t been supported in recent Notepad++ versions for more than 2 years (v7.5.9 was the last Notepad++ that Plugins Manager was compatible with), there is no support for that tool.

    If you are talking about the builtin tool called Plugins Admin, which is now part of the Notepad++ source code: as far as I know, there is no stringent vetting or code analysis – plugins can be written in any programming language which can create a DLL (which means virtually any compiler-based language), and the developers of Notepad++ cannot be expected to be security experts in all languages. Neither the official docs (https://npp-user-manual.org/docs/plugins/#plugin-list) nor the repo that Plugins Admin uses for generating the list of plugins (https://github.com/notepad-plus-plus/nppPluginList) describes the official decision process for how the developers decide what plugins to include.

    That said, the Plugins Admin dialog lists the homeapge for each plugin it links to (or you can look in the repo for the list of pages and download links for each included plugin), so for any that are open source, you can feel free to check the source code yourself. I’d recommend more caution for any plugin that has a DLL but no source code shown. But there is the benefit that the Notepad++ community is reasonably large, and I am sure there would be a quick outcry if any plugin was poorly behaved or did something malicious.

  • D

    Request: Make font size of Notepad++'s internal dialogs adjustable

    Watching Ignoring Scheduled Pinned Locked Moved
    17 May 30, 2021, 3:49 AM
    May 27, 2021, 3:14 PM
    0 Votes
    17 Posts
    2k Views
    L May 30, 2021, 3:49 AM

    To be more exact, my Find Dialog (minimum sized) with the 8pt (default Tahoma) font is 677 x 430 px and with the modified 9pt font is 772 x 430 px. The height is the same but as you noticed it is wider. 772/677 = 1.14 and 9/8 = 1.125 so the width is increased a little bit more than you would expect from just the change in font size but somehow the height is the same. Thanks for an interesting exercise. For me once I have the modified fonts, changing back and forth is basically just a registry edit and a reboot (though for others of course their mileage may vary).

  • A

    Python script : Check if the file/buffer has been modified

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 29, 2021, 11:55 PM
    May 29, 2021, 5:59 AM
    0 Votes
    3 Posts
    275 Views
    A May 29, 2021, 11:55 PM

    Clearly i didn’t look closely enough!! Very sorry and thanks for your help

  • M

    HTML like plus(+) and minus(-) box

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 29, 2021, 5:34 AM
    May 28, 2021, 11:18 AM
    0 Votes
    3 Posts
    1k Views
    M May 29, 2021, 5:34 AM

    That’s Exactly I wanted Thank you man!
    “Folding In Comment” It is this thing I wanted.😀

  • Bill HartsfordB

    Changing the way replace works?

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 29, 2021, 1:05 AM
    May 28, 2021, 10:03 PM
    0 Votes
    3 Posts
    273 Views
    A May 29, 2021, 1:05 AM

    @Alan-Kilborn said in Changing the way replace works?:

    You can paste it into the Find what box that way.

    Actually this is wrong (sorry). You can’t paste it in. What you can do is select it as multiline text in Notepad++ and press Ctrl+f. Then the multiline data will go into the Find what box. It doesn’t really look like multiline data, but it is.

  • A

    Implementing project management/Opening copy files

    Watching Ignoring Scheduled Pinned Locked Moved
    5 May 28, 2021, 9:29 PM
    May 28, 2021, 12:47 AM
    0 Votes
    5 Posts
    350 Views
    A May 28, 2021, 9:29 PM

    Ok. Thanks very much for your help. I thought i might have to parse the .bat file to get an expanded variable but think i am going to go with your suggestion and make a script that runs when the source file is loaded that executes the project.bat and saves of the variables i need.
    That was a very good suggestion indeed. Thanks!

  • Mick DawdyM

    Every since last patch, extreme slowness and "Not Responding"...

    Watching Ignoring Scheduled Pinned Locked Moved
    2 May 27, 2021, 7:57 PM
    May 27, 2021, 7:36 PM
    0 Votes
    2 Posts
    202 Views
    P May 27, 2021, 7:57 PM

    Other readers: Here’s a link to the post that @Mick-Dawdy mentioned:

    Every since last patch, extreme slowness and “Not Responding”…

    The issue started immediately upon running the new version.

    What version? Go to the ?-menu, Debug Info, and copy/paste that into your reply.

    I don’t see what the CCleaner results have to do with it.

    The issue for you might be network issues, or might be a confused plugin (and the Debug Info will list your plugins), or might be that the syntax highlighter is taking longer than you expect because you’ve got a humongous file that you’re editing, or it might be … Or it might be that your antivirus software is running a background scan at the time, or that an antimalware is scanning the new Notepad++ executable, or …

  • A

    Python : Accessing variables set via NppExec env_set

    Watching Ignoring Scheduled Pinned Locked Moved
    4 May 24, 2021, 7:25 PM
    May 24, 2021, 5:24 AM
    0 Votes
    4 Posts
    612 Views
    A May 24, 2021, 7:25 PM

    Ok thanks much. I appreciae it
    I’ll use files to communicate

  • A

    Search resets the colour setting for panels

    Watching Ignoring Scheduled Pinned Locked Moved
    14 May 24, 2021, 7:20 PM
    May 21, 2021, 10:20 PM
    1 Votes
    14 Posts
    538 Views
    A May 24, 2021, 7:20 PM

    Thanks again for all your help.

  • A

    Flat style icons

    Watching Ignoring Scheduled Pinned Locked Moved
    8 May 24, 2021, 7:15 PM
    May 23, 2021, 4:04 AM
    1 Votes
    8 Posts
    6k Views
    A May 24, 2021, 7:15 PM

    Thanks Michael. I will see if i can fluentize those icons. And maybe a fluentized information icon as well.
    I also noticed that if i made an icon out of a python script it wouldn’t let me move the icon around he toolbar. It alway put it on the end.
    This was how i defined it;
    Plugins,Python Script,Ctrl F8 Findall,icons0039.bmp

  • J

    Last Version that runs on XP / Server 2003 (32 Bit) shows an error message - but only at first run

    Watching Ignoring Scheduled Pinned Locked Moved
    5 May 23, 2021, 11:55 PM
    May 19, 2021, 4:56 PM
    1 Votes
    5 Posts
    817 Views
    J May 23, 2021, 11:55 PM

    @PeterJones Thank you very much for your fast feedback.

    That has solved the problem, and because it’s the latest version for xp / server 2003 (32 bits), i don’t need the “update” folder (and its content) anymore:

    " … go to c:\program files\notepad++\ (or wherever your notepad++.exe is installed) and delete the updater\ folder and all its contents (including gup.exe), then the error message should not come back the next time you run Notepad++."

    With best regards,
    Jan

  • A

    Python and panels

    Watching Ignoring Scheduled Pinned Locked Moved
    3 May 23, 2021, 1:00 AM
    May 22, 2021, 9:42 AM
    0 Votes
    3 Posts
    183 Views
    A May 23, 2021, 1:00 AM

    Thanks for the advice

    I wanted to;
    1 Create a project management system where the user can specify compiler switches, include folders, source folders, object folders etc
    2. Modify the functions panel to search through include files as well as the source file

  • Martin JostM

    Resetting the search options on new search ?

    Watching Ignoring Scheduled Pinned Locked Moved search settings options
    3 May 22, 2021, 11:35 AM
    May 22, 2021, 9:15 AM
    0 Votes
    3 Posts
    346 Views
    A May 22, 2021, 11:35 AM

    @Martin-Jost said in Resetting the search options on new search ?:

    is there an option to tell NP++ to reset the search options, when entering the search dialog ?

    No, there is not.

    The way it currently is, I need to remember what I set, or I need to scan it each time.

    Is it that hard to “scan it each time”?

    If you had an option like you suggest, you’d set it with Match whole word only off. Then, you’d find an editing scenario where you have to do a series of a lot of searches with that setting on and you’d get annoyed that you have to keep turning it on or change your preference setting.

    But, if you are really interested in this, you could make a FEATURE REQUEST for it. That takes time and it may never happen, in truth.

    Finally, I do have a way to do exactly what you seek.
    It would require a willingness on your part to use the PythonScript plugin and go through the “hassle” of setting a few things up.
    If you’d like I could throw together a demo script and post it here.
    But I won’t bother to do that unless you confirm your interest in that.

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