• Encode in UTF-8

    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC
    @Sridhar-Bamandlapally hmm, I might be wrong but I thought BOM is a file marker which appears on the beginning of a file not in the middle but what I can think of is that windows uses \r\n and linux \n. Maybe you see the \r instead? Cheers Claudia
  • Search Syntax to get X + the next character

    Locked mode search
    3
    0 Votes
    3 Posts
    3k Views
    Malte MuellerM
    Yes, that works just fine. Thanks a lot ☺
  • Need help in enabling batch language outlining

    15
    0 Votes
    15 Posts
    14k Views
    Claudia FrankC
    Hello @lee-jeongwoo, you need to make it unique. At the moment # is a comment and should be also identified as a folding char. What about using ## as comment? Cheers Claudia
  • Print Line numbers

    Locked
    2
    0 Votes
    2 Posts
    16k Views
    Claudia FrankC
    Hello @Ron-Mahon, Settings->Preferences->Print check Print Line numbers Cheers Claudia
  • Pictures and Videos

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Daniel-Wayne-Farr notepad++ is an text editor, images and videos are, normally, binary files . You don’t want to use npp while editing those files, an hex editor would be the better choice. But what has a website to do with?? A website is located on a webserver and the website is normally written in HTML and/or scripting languages like php, java, python etc… If you want to have an image or video included you need to upload the files by using some file transfer protocol like ftp, sftp, samba etc… and then you need to reference its location within your web document or reference its external address. I guess my answer is now as confusing as your question, isn’t it? Cheers Claudia
  • Python language like folding for custom language

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Murat-Tepegoz current version of udl doesn’t support folding indicated by indenting code. Cheers Claudia
  • How do i translate .log.gz files?

    3
    0 Votes
    3 Posts
    15k Views
    batagyB
    @Thomas-Jordan This forum section is about Notepad++ interface translation, and it’s nothing to do with translation of other unrelated things! log.gz files are not part of Notepad++, so it’s not related here. You ask about a general Notepad++ usage, please go with “Help wanted” forum section with such questions. Thanks.
  • Comment-like keywords ?

    5
    0 Votes
    5 Posts
    3k Views
    Renaud SirdeyR
    Ok thanks a lot Claudia, I will follow up on this post when I settle on some solution. Renaud
  • Something wrong with the Style

    6
    0 Votes
    6 Posts
    4k Views
    Claudia FrankC
    @3V0Lu710N when loading udl and style it is already almost done, just change your foreground color and it should be done, shouldn’t it. Cheers Claudia
  • How to activate function lists in Notepad++

    Locked function list
    5
    0 Votes
    5 Posts
    14k Views
    Kurt LudikovskyK
    @dail: Thanks that solved it. This in the %APPDATA% has only 3 Languages in there, while the one in the Programm-Directory has many languages defined. So deleting (acutally renaming) the file in the %APPDATA% made the other definition-file work. Then there WAS just anothe slight issue, that the functions in PHP have not been recognised when the <?PHP ist not properly closed with the ?> (Reported here http://stackoverflow.com/questions/35101807/notepad-function-list-php-not-working-if-i-didnt-close-the-php-tag)
  • Auto Complete List

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Matthew-Smith afaik, this isn’t possible. Cheers Claudia
  • Replace IP's in Firewall Config for DR

    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hello @Donald-Hickman, I don’t know of an internal npp way to do this but if you can install python script plugin I assume we can find a solution doing it. If you want to go this way, please install python script plugin from the msi instead of using plugin manager. Cheers Claudia
  • change default save language as java

    9
    0 Votes
    9 Posts
    8k Views
    fade2grayF
    @dail Good call.
  • Some numbers are letters or symbols

    5
    0 Votes
    5 Posts
    6k Views
    TheBandit PlaysGamesT
    @Claudia-Frank Thank you everything is working fine now. I am not too sure what the original font was unfortunately, I think it began with a C but I’m not too sure. The least I could do for you helping me is to keep looking so if I find it I’ll let you know.
  • Insert time only as hh:mm:ss

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    Claudia FrankC
    @Ron-Shaw I would use python script plugin and code like import datetime editor.appendText(datetime.datetime.today().strftime("%H:%M:%S")) to solve this. If you want to install this plugin I would recommend to use msi instead of plugin manager Cheers Claudia
  • Interface font size

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC
    @Romain-Michard as this isn’t possible from within npp you maybe want to use windows way to do it. Control Panel->Display and enlarge by using 150% or specify a custome value by using set custom text size (DPI) Cheers Claudia
  • Pretty Print (XML only - with line breaks) from DOS command line

    4
    0 Votes
    4 Posts
    7k Views
    Claudia FrankC
    @Nishant-Kansal I assume, when using nppexec and wget, that retrieved xml document is opened in npp. Add the following line to the nppexec call of wget npp_menucommand Plugins\XML Tools\Pretty print (XML only - with line breaks) this will call the pretty print of xml tools. Cheers Claudia
  • Lost text from saved file after win crash

    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC
    @Mário-Orlický he is refering to the windows backup functionality but if you didn’t setup one you won’t be able to restore an older version. just wondering if the content can be revived somehow if the warning message “failed to load config.xml” has been displayed. If file content has been already replaced, I don’t see any chance. Cheers Claudia
  • Exception WM_CREATE

    4
    0 Votes
    4 Posts
    5k Views
    Claudia FrankC
    @David-Stephens still thinking that it might be related to the AVAST update. Could you try uninstall AVAST, reboot machine and restest? Cheers Claudia
  • Search multiple lines, and replace... with other multiple lines!

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    Julien MarchantJ
    Ok! Actually Patrick (thank you Patrick), gave me a great idea. I put all the new strings that I was going to substitute at the top of the JSON file. Then I ran a search of the “title”: string, and bookmarked each instance. Then I ran a macro that: Highlighted the first line of the document Copied the line. Deleted the line. (So the second one would jump up, and the data gets deleted as well) Press F2 (to jump to the bookmark) Highlight the line Paste the line Pressed CTRL + F2 (to unmark the line) Pressed CTRL + Home (to go back to the top of the file) Rinse and repeat! Thank you again Patrick for giving me this idea!