• Can't associate notepad++ with .txt

    9
    0 Votes
    9 Posts
    2k Views
  • Function list for Caml

    24
    0 Votes
    24 Posts
    7k Views
    MAPJe71M

    Did also remove the superfluous parentheses?

  • regex help with EDI files

    Locked
    3
    0 Votes
    3 Posts
    996 Views
    Lan HuynhL

    @Scott-Sumner

    Hi Scott,

    You are correct. Sorry, my first time posting. There are * characters missing

    Revision below

    FROM
    DTP*472*RD8*20180101-20180201
    DTP*472*D8*20180101

    TO
    DTP*472*D8*20180301
    DTP*472*D8*20180301

  • 0 Votes
    15 Posts
    4k Views
    Fujosej FujoF

    Thank you very much.That was easier than i thought.

  • Unable to associate filetypes with new NP++ 64-bit version

    6
    2 Votes
    6 Posts
    8k Views
    Genz ExG

    Uninstall and clear Registry did not work for me.

    There is another way to fix the problem:

    Go to “C:\Program Files\Notepad++” Right click “notepad++.exe” and “Run as administrator” Then you can freely make change of “File Association”

    Notice that, if you run notepad++ (or associal files) as normal, you will see nothing in “File Association”. But don’t worry, file association still work for you.

    Every time you want to change “File Association”, remember to run notepad++ “as administrator” again.

  • Cant set Notepad++ as my standart text editor in windows.

    4
    0 Votes
    4 Posts
    1k Views
    dinkumoilD

    @Vernox-Vernax

    You are using Windows 10 1803? There seems to be a bug introduced with the 2018-10 Windows updates, see here.

  • Can't set Notepad++ as a default program for any extension (Windows 10)

    3
    0 Votes
    3 Posts
    3k Views
    dinkumoilD

    @Stephen-Blancher

    You are using Windows 10 1803? There seems to be a bug introduced with the 2018-10 Windows updates, see here.

  • Windows 10 associate to .txt

    10
    0 Votes
    10 Posts
    5k Views
    dinkumoilD

    @Антон-Ревякин

    Your are using Windows 10 1803? There seems to be a bug introduced with the 2018-10 Windows updates, see here.

  • Help to remove numbers with notepad

    Locked
    2
    0 Votes
    2 Posts
    838 Views
    PeterJonesP

    You said “eliminate numbers before and after |”, but your example showed eliminating the numbers at the beginning or end of the line (or maybe it’s eliminating numbers at the beginning of the line, or after the final |)

    Assuming that your example, not your words, is what you want:

    Find = ^\d+(.*\|)\d+$ Replace = $1 Search Mode = Regular Expression
  • Custom keyboard shortcuts

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Scott SumnerS

    @Jeff-Jansen

    couldn’t figure out how to Add an action not already in the Name column

    Well, you can’t add any actions in the Shortcut Mapper. They are what they are. If you can’t find what you are looking for exactly, perhaps you can combine a sequence of several actions into a macro and then assign that macro your desired keycombination. Have a look at the Macros menu and its commands, try some things, and if you can’t figure it out and need more help, post here again.

  • Can't Change Autocomplete "From 1 th Character"

    9
    0 Votes
    9 Posts
    5k Views
    Scott SumnerS

    @Bilal-Qindeel and/or Stephane Latour :

    Have you checked to see if this is an “issue” here ? Without it being an issue, it isn’t going to get attention.

  • How to save the find result without line number

    8
    1 Votes
    8 Posts
    4k Views
    Scott SumnerS

    @patrickdrd

    Right. Again, different workflows. :-)

    An additional note about selecting with the mouse for the right-click copy: I didn’t come right out and say it, but I hinted above that you can be kind of sloppy with it…you don’t have to select the full first or last line with your highlighting, but you will still get the full first/last lines in the copied data. This makes the operation faster to do when you want whole lines (most of the time? -> again, user-dependent).

  • on tab close jump to last used tab

    3
    2 Votes
    3 Posts
    834 Views
    Clemens Ratte-PolleC

    thx :|
    (

  • How to get the result of my (JS) code on the Notepad++ editor ?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    Notepad++ does not run the javascript. It is just used for editing it. Normally, a browser (or some other javascript engine) will run the code. In my experience, you usually do not load a .js file directly in your browser and expect it to run… normally, you build an HTML file which calls the javascript in some way. Perhaps you should try to create that HTML, and launch that HTML in your browser. (The results will be in the browser, of course, not in Notepad++.)

    If I have not answered your question to your satisfaction, maybe you could better explain what exactly you want done, and why it is something that Notepad++ (which is a text editor, not a js-engine or browser) should perform for you.

  • UDL definition for keywords that begin with an operator

    5
    0 Votes
    5 Posts
    2k Views
    Tobias KriegT

    Hello Forum,
    I have a very similar problem. I trie to write a xml file to autocomplete ansys apdl syntax. In the case of keyworts without slash and star everything works fine. The Keywords with extra sign * or / are shown in the dropdown box but I can’t autocomplete it.

    Can someone tell me what’s going wrong?

    Thanks Tobias

  • Insertion point.

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Ted-Lawrence

    Press the and release Insert key. There is a status bar section that will say INS or OVR (IIRC) to show if you are in “insert” (vertical caret or block) or “overwrite” (underline caret) mode.

  • Show timestamp for every new entry

    Locked
    2
    0 Votes
    2 Posts
    656 Views
    Scott SumnerS

    @Narada

    I think this qualifies for this response.

  • 2 Votes
    4 Posts
    6k Views
    Scott SumnerS

    @Daniel_______

    I probably should have mentioned what has disappointed people in the past: The styling you do with this won’t be remembered by Notepad++ if you exit and restart it. It doesn’t bother me all that much; perhaps that’s why I didn’t think to mention it in my first reply.

  • 0 Votes
    2 Posts
    739 Views
    PeterJonesP

    This isn’t an HTML forum, so you’ve probably asked in the wrong place.

    Best guess: after saving the file in Notepad++, you need to reload in your browser (if your browser is pointed at the local file, with a file:// URL), or you forgot to upload to your file to your server (if your browser is pointed at an https:// URL).

    If you really believe the problem lies with Notepad++, and not with the browser refresh or having to upload the file, then you are going to have to explain why you think it’s Notepad++ that’s going wrong, and give us more info.

    (Please see the two FAQ answers linked above… they provide details as to why you’ve asked in the wrong place, and what kinds of information are useful when you are asking us for help.)

  • Delete md5 using notepad

    10
    0 Votes
    10 Posts
    3k Views
    Scott SumnerS

    @rovitie

    Certainly no apology of any kind needed. It is tough to know what you don’t know. Good that it is working for you. I guess I was a bit harsh so I certainly apologize for that. Of course, I’m probably known for being somewhat harsh. ;-)