• Login
Community
  • Login
  1. Home
  2. Help wanted · · · – – – · · ·
Log in to post
Load new posts
  • Recently Replied
  • Recently Created
  • Most Posts
  • Most Votes
  • Most Views
  • L

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

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Nov 6, 2018, 7:27 PM
    Mar 7, 2017, 6:33 PM
    2 Votes
    6 Posts
    8k Views
    G Nov 6, 2018, 7:27 PM

    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.

  • V

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

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 6, 2018, 2:11 PM
    Oct 30, 2018, 1:03 AM
    0 Votes
    4 Posts
    1k Views
    D Nov 6, 2018, 2:11 PM

    @Vernox-Vernax

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

  • S

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

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 6, 2018, 2:08 PM
    Nov 2, 2018, 5:43 PM
    0 Votes
    3 Posts
    3k Views
    D Nov 6, 2018, 2:08 PM

    @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

    Watching Ignoring Scheduled Pinned Locked Moved
    10 Nov 6, 2018, 2:07 PM
    Oct 12, 2018, 7:13 AM
    0 Votes
    10 Posts
    5k Views
    D Nov 6, 2018, 2:07 PM

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

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

  • A

    Help to remove numbers with notepad

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 6, 2018, 1:54 PM
    Nov 6, 2018, 3:13 AM
    0 Votes
    2 Posts
    795 Views
    P Nov 6, 2018, 1:54 PM

    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
  • J

    Custom keyboard shortcuts

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 6, 2018, 1:50 PM
    Nov 6, 2018, 5:07 AM
    0 Votes
    2 Posts
    3k Views
    S Nov 6, 2018, 1:50 PM

    @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.

  • A

    Can't Change Autocomplete "From 1 th Character"

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Nov 5, 2018, 1:19 PM
    Oct 5, 2016, 10:10 AM
    0 Votes
    9 Posts
    4k Views
    S Nov 5, 2018, 1:19 PM

    @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.

  • C

    How to save the find result without line number

    Watching Ignoring Scheduled Pinned Locked Moved
    8 Nov 5, 2018, 1:15 PM
    Nov 2, 2018, 2:48 PM
    1 Votes
    8 Posts
    4k Views
    S Nov 5, 2018, 1:15 PM

    @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).

  • C

    on tab close jump to last used tab

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Nov 5, 2018, 11:18 AM
    Nov 2, 2018, 12:04 PM
    2 Votes
    3 Posts
    807 Views
    C Nov 5, 2018, 11:18 AM

    thx :|
    (

  • S

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

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 4, 2018, 11:37 PM
    Nov 4, 2018, 8:17 PM
    0 Votes
    2 Posts
    1k Views
    P Nov 4, 2018, 11:37 PM

    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.

  • N

    UDL definition for keywords that begin with an operator

    Watching Ignoring Scheduled Pinned Locked Moved operator apdl keyword udl
    5 Nov 3, 2018, 11:22 PM
    Aug 21, 2018, 1:38 PM
    0 Votes
    5 Posts
    2k Views
    T Nov 3, 2018, 11:22 PM

    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

  • Ted LawrenceT

    Insertion point.

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 3, 2018, 8:04 PM
    Nov 3, 2018, 7:44 PM
    0 Votes
    2 Posts
    1k Views
    S Nov 3, 2018, 8:04 PM

    @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.

  • NaradaN

    Show timestamp for every new entry

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 3, 2018, 3:59 PM
    Nov 3, 2018, 1:47 PM
    0 Votes
    2 Posts
    635 Views
    S Nov 3, 2018, 3:59 PM

    @Narada

    I think this qualifies for this response.

  • Daniel_______D

    How to highlight all occurrences of different, but repeated words throughout the open file?

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Nov 3, 2018, 12:18 AM
    Nov 2, 2018, 4:44 PM
    2 Votes
    4 Posts
    6k Views
    S Nov 3, 2018, 12:18 AM

    @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.

  • Sahar KasmiS

    this is my first time using html and notepad++. I wrote a simple phrase and nothing is showing on the browser

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 2, 2018, 10:00 PM
    Nov 2, 2018, 9:48 PM
    0 Votes
    2 Posts
    700 Views
    P Nov 2, 2018, 10:00 PM

    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.)

  • rovitieR

    Delete md5 using notepad

    Watching Ignoring Scheduled Pinned Locked Moved
    10 Nov 2, 2018, 9:40 PM
    Nov 1, 2018, 7:23 PM
    0 Votes
    10 Posts
    2k Views
    S Nov 2, 2018, 9:40 PM

    @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

    Watching Ignoring Scheduled Pinned Locked Moved
    10 Nov 2, 2018, 8:40 PM
    Nov 2, 2018, 6:49 PM
    2 Votes
    10 Posts
    2k Views
    guy038G Nov 2, 2018, 8:40 PM

    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

  • Cristina Caravaca GarcíaC

    Command window closes automatically

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Nov 2, 2018, 12:33 PM
    Nov 2, 2018, 12:16 PM
    0 Votes
    2 Posts
    2k Views
    S Nov 2, 2018, 12:33 PM

    @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…

  • A

    Mass replace text

    Watching Ignoring Scheduled Pinned Locked Moved regex
    6 Nov 2, 2018, 10:17 AM
    Nov 1, 2018, 7:24 AM
    0 Votes
    6 Posts
    2k Views
    A Nov 2, 2018, 10:17 AM

    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.

  • PPsmmP

    Regarding: Restore Recent Closed File

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Nov 2, 2018, 2:27 AM
    Nov 2, 2018, 2:27 AM
    0 Votes
    1 Posts
    420 Views
    No one has replied
The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors