• Is there a quick way to paste big text to the right?

    14
    0 Votes
    14 Posts
    8k Views
    Claudia FrankC

    Hi guy038,

    beautiful. So I don’t play spider solitare anymore
    but will watch burning cake :-D

    Cheers
    Claudia

  • Can't use search/replace against a .csv to create one long string

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hi Jeff Taylor,

    using the replace dialog.
    Set Extended in Search Mode
    Find what: \r\n
    and leave Replace with empty
    press Replace All
    Done

    Cheers
    Claudia

  • Where to change this background color?

    Locked
    4
    0 Votes
    4 Posts
    4k 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
    3k 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
    4k 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?

    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
    2k Views
    Cees TimmermanC

    I simply drag annoying ontop windows out of view.

  • Curser position sporadic reset

    4
    0 Votes
    4 Posts
    5k 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
    3k 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
    3k Views
    Bruce NicollB

    Absolutely perfect, cheers mate.

  • Displaying space caracters

    5
    0 Votes
    5 Posts
    8k 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.

    4
    1 Votes
    4 Posts
    4k 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
    2k Views
    No one has replied
  • 0 Votes
    3 Posts
    2k 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
    2k Views
    ToshikazuT

    Oh no, that’s so easy. Thank you very much!