• How to open a file using Launch in Chrome with custom command

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Piotr TorteckiP

    Works perfectly! - Thanks.

  • Find and replace question, I need to mutiply a number after a name.

    2
    0 Votes
    2 Posts
    1k Views
    glennfromiowaG

    I have only a passing knowledge of Python, but since no one else has answered, I think Python or another scripting language would be the only way to do what you want in Notepad++ (and it would probably be fairly simple outside of Notepad++ also). Otherwise, it should be fairly trivial for a moderate spreadsheet user to make these changes in Excel, Open Office, or Google Docs - the hardest part would be importing and exporting the file in the correct format.

    The only reason I’m not saying Notepad++ is not the tool for the job is that I hear that Notepad++ has the capability to run Python scripts (which I have never used). Otherwise, doing a Find/Replace for each label:value pair, would be rather clunky, and I’d recommend you direct your efforts towards finding a scripting or Excel solution to your problem.

    Notepad++ can do some awesome things, but math is probably something it will (rightly) never natively be good at. Hope this helps.

  • Find and replace bug

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    dailD

    This bug was fixed in v7.4.2 so I recommend downloading that update.

  • 0 Votes
    3 Posts
    6k Views
    guy038G

    Hello, @pete-wright,

    I suppose that you, probably, use the ChangeMarker plugin, which is responsible of the colouring. Refer to the page :

    http://www.off-soft.net/en/apps/notepadpp/notepadpp-changemarker121.html

    This plugin may be downloaded, from the address :

    http://www.off-soft.net/en/notepadpp-custom#tag-change-markers

    The latest version is 2015-01-13, v1.2.2_Rebuild

    In addition, when new changes are saved, the dark orange colouring is changed into a pale green colouring

    Note that you may modify the colours of not saved and/or saved lines, easily :

    Choose the menu option Settings > Configurator…

    Choose the Change Marks language, at the end of the drop-down Language list

    You may modify, either, the colours of the Changes: Saved and Changes: Not Saved styles

    Colouring may have four different forms :

    A vertical mark, in the Line Number margin, for the changed or saved line

    A vertical mark, in the Bookmark margin margin, for the changed or saved line

    A vertical mark, in the Change Mark margin, for the changed or saved line

    A complete highlight of the Unsaved or Saved line

    Best Regards,

    guy038

  • Replace Windows Notepad with ++

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Guilherme R BasilioG

    @Guilherme-R-Basilio Solved. Thanks to @CosmicPenguin2 in the forum.

    NPP 64 bits is not recognised by Windows Control Panel and will not accept any file type/extension as default program.
    I installed the 32 bit version and it replaced Windows Notepad OK.

  • Multi-line and cursor movements

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Andrea GuglielmiA

    That’s how a Multi-line tool should be!
    Thanks!

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • find word bug in finder result

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • notepad pluginfolder

    Locked
    1
    0 Votes
    1 Posts
    965 Views
    No one has replied
  • Change Dropbox storage folder?

    4
    0 Votes
    4 Posts
    2k Views
    glennfromiowaG

    If I’m understanding the question correctly, the answer is yes, you can set/change the folder location. I don’t use Dropbox, but for Google Drive, I have to set up the application on my PC, then, for example, my location is Google Drive\Development\Npp. If I wanted to change it to Google Drive\Npp or something else, as long as that folder exists on Google Drive, I can change it. Note that I’m currently on version 7.3.3.

  • Invoice for donation

    Locked
    1
    0 Votes
    1 Posts
    874 Views
    No one has replied
  • 0 Votes
    2 Posts
    2k Views
    Parpaluck209P

    It happened to me when I specifically added the UTF-8 directive in the head area. The bullet and other characters where strangely displayed!

    <head>
    <meta charset=“utf-8”/>
    produces weird characters IF the file is not Saved as UTF-8.

  • how to save as html

    5
    0 Votes
    5 Posts
    16k Views
    Parpaluck209P

    There are big diferences between the two HTML options in Notepad++.

    When Save As, then type HTML, Notepad++ leaves the file as plain text; it only adds the .html extension. The browser treats it as such and doesn’t add anything (e.g. new lines, paragraphs):

    When Export to HTML (in Plugins), Notepad++ adds some HTML features to the plain text file. The page will show end of lines, paragraphs:

    You can use whichever style you prefer; the lone restriction is that the same character must be used to open and close an emphasis span.

    Notepad++, however, is not an HTML editor of choice. It only creates primitive HTML files. You need a lot of manual work to format your Web page. Personally, I use a dedicated HTML editor released in the 1990s: Arachnophilia. It has worked on Windows 95, and all the way to 64-bity Wimndows 10. It adds a lot of tags for me, plus the code is very clean.
  • Find / Replace "><" with ">", "Enter", "<"

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Mark du PreezM

    The answer is to use “>\n<” in the Replace box.

    I had actually tried this before posting the question, but accidently used /n instead of \n.

  • Set default character set for opening existing files

    2
    1 Votes
    2 Posts
    12k Views
    guy038G

    Hello, @friemen-yellow,

    You, probably, have the encoding auto-detection enabled. I advice you to disable that feature ( Settings > Preferences… > MISC > Autodetect character encoding ). So, on opening a Cyrillic encoded file, N++ should use, the standard ANSI encoding…

    And, as your default character set, for NON-Unicode files, is, certainly, Windows-1251, your should see, immediately, the right Cyrillic characters, that you expect to :-))

    To verify which is your default encoding configuration, for Non-Unicode files, just open the ASCII Insertion Panel ( Edit > Character Panel ). For Windows-1251, the uppercase Cyrillic characters lay, between code values 192 and 223 and the lowercase Cyrillic characters are between code values 224 and 255.

    And if you change the default ANSI encoding for the Windows-1251 encoding ( Encoding > Character sets > Cyrillic > Windows-1251 ), the list, in the ASCII Insertion panel is updated but shoud remain unchanged !

    You may also, for quick change to the Windows-1251 encoding, use a shortcut. Choose the menu option Settings > Shortcut Mapper… > Main Menu > Windows-1251 ( Line 213 ). I, personally, chose the Crtl + Alt+ E shortcut. Unfortunately, there’s a small bug, as the shortcut description overwrites the encoding zone, on the right part of the status bar ! So, the new current encoding is, generally, impossible to distinguish :-((

    Best Regards,

    guy038

    PS :

    In addition, if you’re using the option Settings > Preferences > Backup > Remember current session for next launch, the Windows-1251 encoding of your opened Cyillic files should be preserved, from one session to the next one, as it is clearly coded in the Session.xml configuration file ( encoding=“1251” ) if, of course, you did not close these files, before closing N++

  • Converting to plain text?

    Locked
    4
    0 Votes
    4 Posts
    20k Views
    gstaviG

    When saving, save name[dot], E.g. xxx. and file will be named xxx rather than xxx.txt.

  • Fonts' lowercase higher than uppercase letters

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    johnswolterJ

    [CORRECTED LINK]…here’s the link…

  • Pasting HTML format text from clipboard

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    Parpaluck209P

    word is a reference to Microsoft Word. Notepad++ is not a word processor!

    There is, however, an old HTML editor of the 1990s: Arachnophilia. I still use it, as it adds tags for me (e.g. select text, then press Ctrl+I to emphasize). I copy-and-paste from Word, for example, to Arachnophilia: the formatting is preserved. Then, when I see bold text, I simply select the text in Arachnophilia and press Ctrl+B, etc.

    Maybe Claudia can write such a useful plug-in.
    “Plug it in, plug it in!” is a popular ad for air fresheners on American TV.

    Peace be with you and this community!

  • Language File for SPICE/HSPICE

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    @Chuan-Lee

    do not click on the author links, instead use the language link and the xml shows up.

    Cheers
    Claudia

  • Switching from ATOM.IO Need the following

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Claudia FrankC

    @Russell-Harrower

    here
    the docu what can be done.

    Cheers
    Claudia