• Displaying ASCII ?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Scott SumnerS
    @Scott-Sumner said: In what ASCII scheme is a “space” equal to “55”? Maybe the “55” was supposed to be a “SS”…short for “Single-Space”? :-D
  • Plugins for v7.5.6?

    Locked
    2
    0 Votes
    2 Posts
    942 Views
    Scott SumnerS
    @enrique-villacoronado FAQ.
  • Only syntax highlight after period

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Jim DaileyJ
    @pieterjanvc Last thing I can think of that may (but probably will not) work for you is to define a Delimiter style having: Open: . Escape: Close: ((EOL)) This will highlight every period to the end of the line.
  • Autocomplete question

    Locked autocomplete lua
    2
    0 Votes
    2 Posts
    838 Views
    Scott SumnerS
    @The-V8 It is going to depend upon your From _ th character setting in the Auto-Completion preferences, but the general technique would be to backspace off your errant ppy and then start typing opy until auto completion again kicks in and pops up the box.
  • Help Parsing Datafile and removing unwanted strings

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    guy038G
    Hello, @frederick-dalmeida, Probably, your regex should have that form ! (?-is)^\x{FE}.*?\xFE\x14\xFE\K.+\\(.+?)\\(?=(?:Root - |Top of |EAD2EF20-))|^\x{FE}RecordID\xFE\x14\xFE\K(Full)(?=Path\xFE$) or may be, if we care about possible indentations : (?-is)^\h*\x{FE}.*?\xFE\x14\xFE\K.+\\(.+?)\\(?=(?:Root - |Top of |EAD2EF20-))|^\x{FE}RecordID\xFE\x14\xFE\K(Full)(?=Path\xFE$) For documentation about regular expressions, see here As you managed to adapt my regex to your needs, I suppose that you correctly understood its syntax :-) But I don’t mind giving you additional information, if necessary ! Best Regards, guy038
  • Should $(CURRENT_LINE) be zero-based?

    Locked
    19
    1 Votes
    19 Posts
    5k Views
    YaronY
    @Vitaliy-Dovgan, Thank you for the info. I appreciate it. Remembering all the Scintilla messages’ numbers (such as SCI_HIDELINES = 2227) are kind of hardcore. Not for @Claudia-Frank. :) @guy038, Regards.
  • Modify the context menue of notepad++

    Locked
    1
    0 Votes
    1 Posts
    715 Views
    No one has replied
  • Replace text between 2 characters

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Comic Sans Criminal2C
    @guy038 said: \x20"\1"\x20 Nice! This was exactly what I was looking for, thank you very much
  • groovy language style or just use Java

    Locked
    2
    0 Votes
    2 Posts
    13k Views
    JonRobertJ
    Found it. To add an extension to a style go to "style configurator / Java (in my case) down the bottom it has a box for add extensions. John
  • Cursor Jumps To End Of Line (Alt + 1)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Changing Auto-Completion Starting Character Length

    Locked
    2
    0 Votes
    2 Posts
    903 Views
    Claudia FrankC
    @Jason-Christ works for me - your config.xml isn’t write protected isn’t it? Cheers Claudia
  • Silent installation

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @mat-m the question would be what installation in your case means. You could use one of the zips, extract it add the plugins needed rezip it or not and do your rollout. Cheers Claudia
  • File Associations - multi-select

    Locked
    2
    0 Votes
    2 Posts
    886 Views
    Claudia FrankC
    @BigTX-Nutz Would it be possible to add this feature to NP++?? I would think so but I assume you get a better chance to follow this. Cheers Claudia
  • HTML coding to zip file

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    PeterJonesP
    Notepad++ does not save directly into zipfiles. But Windows has the “Add To Zip” functionality, or you could use a separate program, like 7-zip; either one will quite simply put a file into a zip so you can submit it for your class. (How to get your homework to your professor seems like a very good question to ask your professor.)
  • Saving My Files

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    Mike MagnusM
    I repaired it by simply copying the whole code and saving it on another file in a place where I’m sure nothing like this will ever happen again. Sorry for taking up your time.
  • file hidden

    Locked
    2
    0 Votes
    2 Posts
    912 Views
    Scott SumnerS
    @Romualdo-Zarco https://notepad-plus-plus.org/community/topic/15739/faq-desk-request-for-help-without-sufficient-information-to-help-you
  • Adding new keywords and styling to an existing language

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • SCI_STUTTEREDPAGEUP doesn't work as expected

    Locked scintilla
    2
    0 Votes
    2 Posts
    986 Views
    guy038G
    Hello, @FriendOfFred, and All, I can confirm that, after assigning shortcuts to the SCI_STUTTEREDPAGEUP and the SCI_STUTTEREDPAGEDOWN Scintilla commands, the "UP movement does not act as expected :-(( I, personally, use a local 7.5.6 version of N++, on a Win XP SP3 old laptop. Unfortunately, we do not dispose of any other “Page” command than the default ones and the “stutter” ones. I don’t think that this behaviour depends on N++ and probably, the best would be to report this bug to SCIntilla : https://sourceforge.net/p/scintilla/bugs/ You could also test the SCIntilla based text editor, named SciTE : https://www.scintilla.org/SciTE.html However, I don’t know if that text editor can manage shortcuts assignments in order to test the “STUTTER” commands ! Best Regards, guy038
  • In user defined language the escape character is ignored

    Locked udl markdown
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How NPP deletes files?

    Locked
    1
    0 Votes
    1 Posts
    683 Views
    No one has replied