• 0 Votes
    4 Posts
    722 Views
    Meta ChuhM

    @Jonni-Dillon

    Should notepad++ not be responding with a message other than “Please check if the file is open in another program” though?

    yes, and it will, if you go to settings > preferences > default directory and activate use new style dialog as seen at the screenshot below:

    Imgur

    after you have selected use new style dialog and restarted notepad++, it will behave the following way:

    if you try to “save as” or “rename” a file, that already has a | in it’s file name, it will not permit it and not even present you with a save as or rename dialogue. if you try to “save as” or “rename” any file that does not have a | in it’s filename yet, by adding a | to it’s current file name, it will correctly tell you “the file name is not valid” in an alert window.

    note: the use new style dialog is the prefered open/save dialogue setting if you are using a mac/linux/windows mixed environment, like i do.

  • Bug? Closing Notepad does not ask to save edited file

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    Terry RT

    @PeterJones said:

    Like @Terry-R says, he does enable periodic backup

    I actually do separate backups on critical files. So whenever the ‘floppy disk’ icon lights up in the top menu I will save (shortly thereafter) any critical file. I also have the 2 options ticked so that for ALL other files (generally scratch or test files) I leave it up to NPP to handle the edits (backups) for me.

    You are right about crashes, we have seen a lot of postings in this forum where the poster left it ENTIRELY to NPP to handle backups, only to find at some critical moment it failed them. Not necessarily NPP’s fault, it can be attributed to lots of sources, many external to NPP.

    And the statement about not trusting critical data integrity to any one software is a good idea. When it’s critical one needs to take care of business themselves, rather than leave it to automated systems. 99.9% of the time it’s all good, however ‘Murphy’s Law’ states when you don’t want it to happen it will!

    Terry

  • New feature Request: Refresh button for Window => Windows menu option

    Locked
    2
    0 Votes
    2 Posts
    553 Views
    Alan KilbornA

    @murathp

    This does not address your issue, but a suggestion for you might be to give the Navigate To plugin a try. Again, not to do with the potential problem you raised, but maybe an alternative to your workflow to consider.

  • Reset Default Viewer

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    @Michelle-Jensen ,

    Welcome to the forum.

    The default viewer/editor is a windows feature: if you click the WINDOWS start button, then type Default app, you can select “choose a default app for each type of file”, and fix the association for HTML and CSS filetypes.

    To see how the local HTML renders in your browser while editing in Notepad++, you can see my first post in the “latest Version: Browser Export” thread for how to edit shortcuts.xml. This will bring back the Run menu entries for Launch in Firefox, Launch in Chrome, etc.

  • Native Windows 10 Open File Dialog

    4
    0 Votes
    4 Posts
    1k Views
    Jason CeeJ

    Thank you so much! Works wonderfully!

  • Todays Stupid Question....command line

    Locked
    3
    1 Votes
    3 Posts
    639 Views
    Graham WickensG

    Yes, that did it, many thanks

  • I do not receive letters

    8
    0 Votes
    8 Posts
    1k Views
    Alan KilbornA

    I don’t receiving any emails

    So much discussion…when it simply doesn’t work that way.

    If you post something on this site, you simply just check back later. If there are replies to your posting, the little picture of a bell at the top will have a big fat red number on it. Click that and you will be given choices on where to navigate to. Easy peasy.

  • Mimic MS Word Font Box

    10
    0 Votes
    10 Posts
    3k Views
    linpengchengL

    @Meta-Chuh
    I mean, it’s not NPP that’s right for your needs, If you insist on achieving this feature in notepad++, then the Markdownviewerplusplus plug-in best meets the needs, promotion Purefunctionpipelinedataflow is not good for me, if advertising is allowed, I will promote my product Lin Pengcheng Financial Analyser

    I rarely speak in the NPP community, like you, have recently been supported by the desire to add markdown literary programming features to NPP. So just come to the NPP community to see, by the way answer your question, that’s it, don’t grapple with topics that have nothing to do with NPP.

  • Improvement of C code browsing

    1
    0 Votes
    1 Posts
    414 Views
    No one has replied
  • v7.6.3 auto completion *.cpp Not Working

    6
    0 Votes
    6 Posts
    1k Views
    Meta ChuhM

    @guy038

    very nice.
    your recommendation is the best way, as adding # as part of word, will also trigger auto completion immediately, as soon as a # is typed. 👍

  • Need a new code signing certificate for Notepad++

    Locked
    1
    1 Votes
    1 Posts
    545 Views
    No one has replied
  • Replace 1 + lines?

    43
    0 Votes
    43 Posts
    35k Views
    AZJIO AZJIOA

    As a result, several plugins, but there is much to strive for.
    https://yadi.sk/d/VYtvMq8ECMou9g

  • 0 Votes
    5 Posts
    2k Views
    Alan KilbornA

    @PeterJones

    Wow, Peter…perfect reply. Well, at least until you continued with the “As a consolation prize…” and further on. :)

  • Big5文件,如何快速查看目前(中/英文字數)& 位置

    Locked
    10
    0 Votes
    10 Posts
    3k Views
    Meta ChuhM

    @andrecool-68

    I guess I have two left hands?!

    not at all.
    you are solving many things, including other people’s problems.
    i would rather guess that i have two left hands, because i was not able to be of help on that issue.

  • How to close ONE Tab from NP++ from cmdline/commandprompt?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    PeterJonesP

    There isn’t a builtin way (ie, you cannot just re-run notepad++.exe with a command-line option to close a specific file). If you know of a way to send Windows API messages from the DOS batch file and/or command prompt, then you could possibly send a message to the appropriate component to close that file inside Notepad++. But any such way that I could imagine would require a fairly strong knowledge of the Windows API and messaging system, and probably knowing a programming language beyond batch file (probably via powershell script, and I’m quite sure through VBScript, Python, Perl, Lua, or any number of other full-featured programming languages).

    Purely inside vanilla Notepad++, there isn’t a way to set a auto-close-based-on-inactive-time. Using the PythonScript plugin (or LuaScript plugin), which combines the power of the Python (or Lua, respectively) programming language with direct access to the Notepad++ GUI and editor (scintilla) components, you might be able to create a script using callbacks (described in the PythonScript documentation), plus Python timer-based actions, to take care of that; but it’d be a complicated

  • Bug: Function List's background change unusually

    Locked
    2
    0 Votes
    2 Posts
    990 Views
    PeterJonesP

    @Long-Lăng-Hoàng , welcome to the Forum (at least for your first post),

    This community forum is a great place for discussing problems, and asking how to do something, or asking what you’re doing wrong to get a strange behavior, or for finding workarounds to bugs and other issues that aren’t going to be “fixed”/changed.

    But if you want a bug fixed in the actual Notepad++ codebase, then this FAQ explains where the best place is to submit such requests. When you do submit an issue as described there, make sure you include screenshots of the “good” rendering and the “bad” rendering. Also, posting a link to the issue here in this topic would be nice, so others can see the progress of your issue.

  • F3 and Ctrl + F

    19
    0 Votes
    19 Posts
    5k Views
    Alan KilbornA

    @kuzduk-=-kuzduk said:

    why it is not same hot keys like for FindNext F3???))) it must be F3 and Shift+F3!!!

    Why should it be F3 and Shift+F3? IMO those are dumb keystrokes and I have reassigned my Notepad++ to use IMO better ones. If, all of a sudden in Notepad++ these functions were remapped to something F3-ish in the Find window (instead of the Enter-based ones), I would be ticked!

    Feature changes must consider ALL users and the different ways they might use existing Notepad++…before changes to functionality are made. (Not saying anyone is considering this thread’s topic for change). That is sometimes a daunting prospect, I know!

  • 0 Votes
    9 Posts
    1k Views
    Meta ChuhM

    @V-S-Rawat

    What other activities are getting changed and why?

    only those mentioned above, as far as i know no other activities get changed.

  • AutoComplete only shows what is already typed - ONLY?

    18
    2 Votes
    18 Posts
    5k Views
    scot-65S

    @PeterJones I was able to replicate the issue you had and tried to see if there is a resolve as to why an edited xml file cannot be seen for an existing file loaded in the NP++ editor.

    Observations:

    Inserting a brand new xml (dcl.xml) into the autoCompletion folder everything worked as expected. Closing NP++ then replacing the xml file with an edited version, then reopening NP++, the file did not recognize the edited xml at all! Close the file, clear the recent files list, then closing NP++ and finally double-click to open the file, the edited xml was not recognized. However, if the file exists but has no characters inside, the edited xml can be seen. By beginning a new file, the edited xml file can be seen.

    One item I did not try is to relocate the file in a different folder, then double-click in the file manager to open.
    Another I did not try is to close NP++, delete the edited xml file, open NP++ (with file present), close NP++, reinsert the edited xml into the autoCompletion folder then reopen NP++.

    For now the only resolve when an edited xml file replaces another in the autoCompletion folder is to start a new file in the editor to check the work…

    Hope this helps.

    Scot-65

  • Compare PlugIn is not shown after copying a suitable path.

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    rinku singhR

    @쭁구구
    C:\Program Files\Notepad++\plugins\쭁구구\쭁구구.dll