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

    Missing important editing settings in v8.1.1

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jul 13, 2021, 11:25 PM
    Jul 13, 2021, 11:12 PM
    0 Votes
    3 Posts
    687 Views
    I Jul 13, 2021, 11:25 PM

    @Terry-R
    That’s great and I did not notice it at once.

    Thank you very much.

  • V

    Place npp properly within visible screen

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jul 11, 2021, 6:19 PM
    Jul 8, 2021, 3:31 PM
    0 Votes
    4 Posts
    238 Views
    A Jul 11, 2021, 6:19 PM

    I’m curious. Why do you (@v-s-rawat) think this is a Notepad++ issue? I think of it as a combination of the user and the OS issue. It’s the operating system’s responsibility to deal with the changes in peripherals and the users job to inform the OS (if needed) that the device most related to desktop size (the monitor’s HxV resolution) has been changed.

    You may need to inform the OS that the screen resolution has changed (it most certainly doesn’t care how physically big the screen is). After that you may also need to resize the window of any application you used under the old resolution settings.

  • C

    Styles keyword highlighting stopped working....

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jul 8, 2021, 2:51 PM
    Jul 7, 2021, 7:02 PM
    0 Votes
    5 Posts
    2k Views
    C Jul 8, 2021, 2:51 PM

    @PeterJones Thanks for all your assistance, man. I was NOT using global overrides for foreground and background color on the original installation but something caused everything the language styling not to work.

    However, I did remember this incorrectly when I used the standalone install and mistakenly turned those both on.

    On the standalone installation, when I turned these two options off (even with my original customized stylers.xml file) the language syntax highlighting works again.

    As a test, I opened my old install again and it doesn’t have the global foreground and background on, yet the syntax highlighting still does not function.

    So while the original VDI shared install still does not work, you have given me a solution that does work. Thank you for your help!!

  • А

    Incorrect display of UTF-8 in the console.

    Watching Ignoring Scheduled Pinned Locked Moved
    10 Jul 7, 2021, 12:48 PM
    Jun 28, 2021, 4:49 PM
    0 Votes
    10 Posts
    1k Views
    A Jul 7, 2021, 12:48 PM

    @Sergey-Titkov

    I’m not sure you or any of the previous posters have answered the question posed by the OP.
    But, since the OP hasn’t returned to post and clarify, we don’t know (and it doesn’t matter since OP was the one asking for help).

  • J

    Dark Mode in v8.1.1 doesn't seem to work.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 5, 2021, 9:42 AM
    Jul 5, 2021, 9:30 AM
    0 Votes
    2 Posts
    241 Views
    J Jul 5, 2021, 9:42 AM

    Can’t edit, so reply.

    OK, I found it, it is not under Settings > Style Configurator, but under Settings > Preferences > Dark Mode.
    Finally Notepad++ got it!

  • W

    Strange Python function list issue.

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Jul 3, 2021, 5:54 PM
    Jul 1, 2021, 7:20 PM
    0 Votes
    7 Posts
    390 Views
    P Jul 3, 2021, 5:54 PM

    @Alan-Kilborn said in Strange Python function list issue.:

    Is a note needed in the user manual

    submitted as PR#256

  • D

    search multiple string from a directory

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 2, 2021, 3:59 PM
    Jul 2, 2021, 3:50 PM
    0 Votes
    2 Posts
    202 Views
    A Jul 2, 2021, 3:59 PM

    @dinesh-babu-0

    There’s some nice stuff on how to do that HERE.

  • H

    Missing OpenVPN .ovpn syntax highlighting

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 2, 2021, 1:09 PM
    Jul 2, 2021, 1:41 AM
    0 Votes
    2 Posts
    417 Views
    P Jul 2, 2021, 1:09 PM

    @Helix751 ,

    Couldn’t find a more suitable section to request a syntax highlighting for .ovpn files

    This forum is for discussion, not for feature requests. If you explore the Forum, you will easily find the FAQ section of this Forum, which has an entry called “FAQ Desk: Feature Request or Bug Report”: that FAQ entry tells you how to make a Feature Request.

    That said, Notepad++'s built-in syntax highlighting (like the C++, HTML, Python, etc) are inherited from the Scintilla project (Notepad++ uses some Scintilla IP under the hood); Scintilla long ago stopped adding new built-in syntax highlighters, so Notepad++ hasn’t added new built-in highlighters in quite some time.

    At this point, the Notepad++ developers encourage users to make use of one of two existing features of Notepad++ to get more syntax highlighting:

    Notepad++ comes bundled with the User Defined Language (UDL) system, where you can define your own simple keywords and comment syntax for syntax highlighting, code-folding, and the like. This is the most-commonly used feature for defining your own syntax highlighting Notepad++ has the capability to accept plugins, and it’s possible to develop a lexer / syntax highlighter plugin – fewer have made use of this, but you can see at least one in the Plugins Admin called “GEDCOM Lexer”

    My guess, since it’s a config-file syntax, is that UDL will serve your needs. It’s not really that hard to get started writing your own UDL.

  • D

    User Defined Language Different Number Styles

    Watching Ignoring Scheduled Pinned Locked Moved udl styles prefix
    4 Jul 2, 2021, 11:32 AM
    Jul 1, 2021, 4:35 PM
    0 Votes
    4 Posts
    1k Views
    E Jul 2, 2021, 11:32 AM

    @David-Mc said in User Defined Language Different Number Styles:

    is there a way to say close a delimiter on the last number digit before another character type?

    Not that I know of.

  • F

    User defined language: Restrict line length

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jul 1, 2021, 12:05 PM
    Jul 1, 2021, 9:37 AM
    0 Votes
    2 Posts
    336 Views
    A Jul 1, 2021, 12:05 PM

    @Frank-Helk

    While you can’t restrict line-length, you can set something up to get a visual indication for problem lines; an example setup:

    43a97056-b81c-4011-975c-c1cd8083b954-image.png

    Produces a look like this:

    8830f27d-bf23-411f-9481-8c9db3c10d5a-image.png

    which clearly identifies long lines in cyan color. The color can of course be changed to whatever you like.

    If you’d like something that will explicitly inform you of long lines, I can assist you in writing a script to do so. Post back if you’d like to try this approach. Here’s an existing script that might help: https://community.notepad-plus-plus.org/post/35567

  • Uncle BuddyU

    macro recorder source code

    Watching Ignoring Scheduled Pinned Locked Moved macro recorder
    3 Jul 1, 2021, 4:00 AM
    Jun 30, 2021, 7:38 AM
    0 Votes
    3 Posts
    497 Views
    Uncle BuddyU Jul 1, 2021, 4:00 AM

    @PeterJones , thanks for guiding me to the source code and Scintilla’s macro-recorder. I appreciate the effort you put into your response.

  • Simon EwinsS

    On 'open with' or 'edit' after right-click

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Jun 29, 2021, 5:57 PM
    Jun 29, 2021, 5:47 PM
    0 Votes
    2 Posts
    143 Views
    P Jun 29, 2021, 5:57 PM

    @Simon-Ewins ,

    Any thoughts on how to fix this?

    You’re going to have to describe the problem better than that.

  • Dinesh BabuD

    Or in regular expression unable to use in search

    Watching Ignoring Scheduled Pinned Locked Moved regex
    4 Jun 27, 2021, 7:45 PM
    Jun 27, 2021, 4:21 PM
    0 Votes
    4 Posts
    2k Views
    A Jun 27, 2021, 7:45 PM

    @Dinesh-Babu

    Hard to tell what you are REALLY doing from that.
    It appears you have extra space characters in there maybe?
    Maybe you have (dog | cat) instead of (dog|cat) ?
    Spaces ARE significant in regular expressions, unless you use the (?x) option in front, e.g. (?x)(dog | cat)

    Anyway, alternation (the | regex operator) definitely works fine:

    2e65cd6d-abca-421a-98d9-42dcbd22dc57-image.png

    I dropped the wrapping parentheses for the example, but it works just as well with them as without them.

  • Dario de JudicibusD

    Macro Language

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jun 27, 2021, 6:51 PM
    Sep 11, 2019, 1:23 PM
    0 Votes
    5 Posts
    5k Views
    Jack Mallord 0J Jun 27, 2021, 6:51 PM

    the action type in the recorded message seems to be either 0 or 1, then the message ids follow:
    2170 putchar
    2180 delchar
    2300 down
    2306 getchar
    2326 backspace
    2451 end
    2452 shift-end
    2453 home
    I found that i could combine 2170 type messages with string values, shortening the macro somewhat, making it more readable; it seemed that i could also replace 10 delchars (2180) with " " but that was not consistent.

  • claudio pergolinC

    expression reg \t

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Jun 27, 2021, 5:31 PM
    Jun 27, 2021, 4:25 PM
    0 Votes
    5 Posts
    285 Views
    claudio pergolinC Jun 27, 2021, 5:31 PM

    @claudio-pergolin said in expression reg \t:

    thanks. it’s working

  • Pete GomersallP

    Notepad++ and WinPE

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jun 25, 2021, 4:56 PM
    Jun 25, 2021, 4:01 PM
    0 Votes
    3 Posts
    872 Views
    P Jun 25, 2021, 4:56 PM

    @PeterJones said in Notepad++ and WinPE:

    an external utility like sysinternals.com’s Process Explorer might list the DLLs that Notepad++ has active.

    With a portable v8.1-64bit with no non-default plugins installed, Process Explorer shows me:
    948b7dda-7687-4f2b-aebc-be0d1c2c2aaa-image.png

    4f44e956-b2b8-4bd1-a00d-f8b6658edddf-image.png

    (two screenshots because it was too many for my monitor)

    I don’t know if that will help you or not.

    Sorry.

  • Amber CohenA

    Recent autosave for some files but not others

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jun 23, 2021, 1:59 PM
    Jun 23, 2021, 8:37 AM
    0 Votes
    3 Posts
    783 Views
    A Jun 23, 2021, 1:59 PM

    @PeterJones

    Perhaps the non-autosave portion of your posting could be adapted for the user manual (if not already covered in such depth there). Some good information in your posting.

  • Regina OswaldR

    Problem with find / replace with wildcards. Will put in the same Regular expression twice

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Jun 23, 2021, 11:46 AM
    Jun 21, 2021, 3:01 PM
    1 Votes
    11 Posts
    467 Views
    A Jun 23, 2021, 11:46 AM

    @Regina-Oswald said in Problem with find / replace with wildcards. Will put in the same Regular expression twice:

    but not the special goal with twice repleacing of the same regular expression

    I’m actually not sure what you are meaning by that.
    I suspect it might mean something very specific to the replacement you wanted to do.
    The documentation is only going to describe the capabilities; it can’t possibly describe all possible application nuances of those capabilities.

  • John DaviesJ

    My first user defined language

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Jun 22, 2021, 6:49 PM
    Jun 22, 2021, 1:27 PM
    0 Votes
    3 Posts
    212 Views
    John DaviesJ Jun 22, 2021, 6:49 PM

    Thank you. That’s a great start.

  • Robert WaddellR

    Recovering an Unsaved File that was Closed

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Jun 21, 2021, 8:51 PM
    Jun 21, 2021, 5:58 PM
    0 Votes
    4 Posts
    1k Views
    A Jun 21, 2021, 8:51 PM

    @Ekopalypse said in Recovering an Unsaved File that was Closed:

    especially if you can remember the name of temporary file

    Well, if you named your tab zebra for example (surely nobody would let a long-term, critical data file sit there for a long time with a name like new 2), you’d have to look for a file to recover named like this:

    zebra@2021-06-21_164728

    or – gasp – even:

    new 2@2021-06-21_164728

    In other words, expect that type of naming, DON’T just go looking for something with only the base name, because I don’t think you’ll find it.

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