• Where to change this background color?

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    Peter BrandP
    There are two settings being applied there In Preferences you can select what gets highlighted or not: under Editing, “Enable current line highlighting” (that controls the yellowish background) under MISC in the “Highlight Matching Tags” panel, the “Enable” checkbox (controls the purple background on the table tag) Change the colors in Style config, Global Styles, change background color for “Current line background” “Tags Match highlight”
  • File endings

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hello Chris Harris, this shouldn’t be a problem with newest npp (version 6.8.7). Cheers Claudia
  • Why I can´t write symbol { in notepad ?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC
    Hi Radek, I assume that the curly bracket is shown when using another editor (like ms notepad), correct? If so, can you start notepad++ using noPlugin switch to see if a plugin causes this? Did you change styles and fonts? Can you download one of the zipped npps from here and retest it? Cheers Claudia
  • Need help about encoding UTF-8 without BOM

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    guy038G
    Hello lala lolo, BTW, this introduction sounds quite well, to my ears :-)) Well, starting with the 6.8.1 N++ version, the UNICODE entries, of the Encoding menu, have been slightly changed ! The Encode in / Convert to UTF-8 without BOM entry is changed into Encode in / Convert to UTF-8 The Encode in / Convert to UTF-8 entry is changed into Encode in / Convert to UTF-8 BOM The Encode in / Convert to UCS-2 Big Endian entry is changed into Encode in / Convert to UCS-2 BE BOM The Encode in / Convert to UCS-2 Little Endian entry is changed into Encode in / Convert to UCS-2 LE BOM However, theirs functionalities are quite identical ! Best Regards, guy038
  • Opening multiple file as a group

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Chris JohnsonC
    on the view menu there is a projects option. You can group files into projects and IIRC open all project files in one go. Or you can open your files and use the “save session” and then later use “load session” from the file menu
  • Powershell 2.0+ <# #> comments not supported?

    2.0 powershell
    4
    0 Votes
    4 Posts
    4k Views
    dailD
    @Jksdf-Fdhgfdh Pull request has been merged, so it will be in the next release.
  • Logitech keyboard macro will not record

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Andrew LaPorteA
    Well I guess I should have done some more research. It appears the Logitech application requires admin privileges with Notepad++. Not sure why when this works in normal notepad but when I launch the Logitech LCore.exe with administrative privileges it works. If someone could tell me why Notepad++ is acting differently than notepad that would be nice. I always try to learn something new. Thanks, Andy
  • Hide "Find in Files progress..." dialog box

    2
    0 Votes
    2 Posts
    3k Views
    Cees TimmermanC
    I simply drag annoying ontop windows out of view.
  • Curser position sporadic reset

    4
    0 Votes
    4 Posts
    6k Views
    Jan OonkJ
    You can update the XML Tools Plugin to a newer version now to v2.4.8 which fixes this problem. Use Notepad++ > Plugins > Plugin Manager > Show Plugin Manager > Updates and choose XML Tools to be updated.
  • Printing with NpPP

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hello David, I tried on windows 7 x64 npp 6.8.7 hp laserjet no problem seen. Cheers Claudia
  • Inserting a tag around selection

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hi Jean-Pierre Moularde, not as a native function, as far as I know. What could be done is writing a python script to do it but therefore you need to install the python plugin. I wrote what needs to be done here. So code could be a two liner like seltext = editor.getSelText() editor.replaceSel('<open>{0}</open>'.format(seltext)) This would set the text <open> before and </open> after your selection. The {0} is where you selection will be put in. If anything is unclear let us know. Cheers Claudia
  • URL not understood after #!

    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC
    @Jorge-Jorhoe Couldn’t this be automated? Yes, by recording and saving a macro. Cheers Claudia
  • CSS - Enter Colon After Autocomplete

    3
    0 Votes
    3 Posts
    4k Views
    Bruce NicollB
    Absolutely perfect, cheers mate.
  • Displaying space caracters

    5
    0 Votes
    5 Posts
    16k Views
    AdrianHHHA
    For actually displaying the space characters see menu => View => Show symbol => Show white space and tab.
  • Won't display special characters in cmd.

    cmd language utf polish coding
    4
    1 Votes
    4 Posts
    5k Views
    Aleksander ZmorzyńskiA
    Yeah, thats what friends told me “just avoid them” :) anyway, thanks for input :)
  • Syntax Highlight CDATA Content in XML Files

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 0 Votes
    3 Posts
    3k Views
    Claudia FrankC
    Hi Ernie, newest version 6.8.7 solves this issue. Cheers Claudia
  • Is there any way to jump to/open a file from the result of Find in Files?

    3
    0 Votes
    3 Posts
    3k Views
    ToshikazuT
    Oh no, that’s so easy. Thank you very much!
  • Capitalisation

    3
    0 Votes
    3 Posts
    3k Views
    Tony PittT
    Aaargh! I thought I was there, but I’m not :-( The issue now is that it always replaces the next character with a uppercase version of the one that was next when the macro was recorded, whereas I want it replaced by the current next character … However, I’ve now discovered the Edit>Convert Case to->UPPERCASE which does do what I want. I wonder why the TextFX plugin doesn’t. Ah well, at least I can start my conversions … T
  • help with notepad++

    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    Hi, how do you do this exactly? If I create, let’s say c:\my.html file with content <html> my message to display </html> and open firefox, add file://c:\my.html I do see the message. Cheers Claudia