• 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
    797 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
    4k 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
    808 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
    636 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
    702 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
    2k 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. ;-)

  • Find dialog

    Locked
    10
    2 Votes
    10 Posts
    2k Views
    guy038G

    Hi, @scott-sumner, and All,

    Like you, Scott, I rarely use the Wrap around option, because, either :

    I’m preparing a reply on this forum, and I add the text of the OP, which is to be changed with a regex, at the end of my text, for testing and debugging

    I’m working on a personal or test file and, to my mind, it doesn’t take more time to perform a Ctrl + Home operation than ticking the Wrap around option, anyway !

    Regarding the Wrap around option, maybe adding a visual sign, for instance , would improve its meaning :-)

    BR

    guy038

  • Command window closes automatically

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Scott SumnerS

    @Cristina-Caravaca-García

    What does your Run command look like? If it starts with, say cmd /c and then other stuff to do your thing, then perhaps a simple change to cmd /k will work.

    Another option would be to keep the .log file open in Notepad++ and then when there is a change to it Notepad++ will pop up asking you if you want to reload it…doing so and switching to it will show you your errors.

    This is kind of a big topic and it really depends upon what you truly want to achieve. You can change your command into calling a batch file and do the logic in that, or you could use the NppExec plugin and its facilities…the list of possibilities goes on and on…

  • Mass replace text

    6
    0 Votes
    6 Posts
    2k Views
    A

    Is it possible in Replace edit capture group and reinsert another captured groups like this?1$3$1$2? Because “T” and “C” may have another digits.