• Window shrinks when using the context menu

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hi Ken,
    if I remember correctly there was a issue witn NVidia in the past.
    Could it be that you use any kind of desktop manager?

    Cheers
    Claudia

  • RegEx behavior

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Doesn’t seem to have that problem for me. Couple suggestions you might try, replace .* in your regex with .*? and \n with \R and see if that helps at all.

  • Are not displayed Russian letters in default style

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Constants NaN and null

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hi,
    please ignore my ignorance but I don’t understand your query.
    Nan = not a number = float !?
    null = 0 or null char ?

    Npp should support different programming/markup languages
    so from my point of view it doesn’t make sense to colorize
    in general.

    I guess I missed something here, did I ?

    Cheers
    Claudia

  • Auto Language detection via Hint

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hi AJ Baxter,

    what you can do is writing a python script which can do it.
    Something like

    for i in range(1,3): identifier = editor.getLine(i) if identifier == 'something to compare': notepad.setLangType(LANGTYPE.CPP) ...

    If you know how it can be identified and you are willing to go this way let me know.
    Btw. what needs to be done, reagrding python script plugin installation and creation
    of script can you read here.

    Cheers
    Claudia

  • Exclude directories from the search

    6
    2 Votes
    6 Posts
    17k Views
    guy038G

    Hello Cees,

    Very clever solution, Indeed ! Thanks for sharing it :-) I haven’t thought of that simple and useful work-around, yet !

    Best Regards,

    guy038

  • Feature request: Allow same response to multiple confirmation messages.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    5k Views
    No one has replied
  • Recorded macros fail after saving and reusing

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • New auto-indentation vs Whitesmith indent style

    2
    0 Votes
    2 Posts
    3k Views
    Gustav TresseltG

    Searched a bit. For anyone with similar wishes as me, the problem started in 6.7. The last version with the original indent style is thus 6.6.9 https://notepad-plus-plus.org/news/notepad-6.6.9-release.html

    So I’ll leave this post as developer feedback and stay on 6.6.9 until further notice. Thanks

  • Main windows weird behavior

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Lionel ValeroL

    Solved, it was related to the tremendous files opened

  • Notepad++ won't save the correct file extension

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    dailD

    Check around the forum…you’ll see this topic a good bit. In short, go back to v6.8.3 if you want the file extension or else you manually have to add it.

  • I'm not even sure what to say...

    3
    0 Votes
    3 Posts
    3k Views
    Scott McCandlessS

    Question on the auto “verbose” backup option…

    Is there a plug-in that will allow the auto backup to be created in the local folder where the file / source is being edited?

    Or… as long as I do not set a back folder in the preferences will it default to the folder where the file was opened from?

    I am working on a website that has several folders off of the “root” that I have created on my local PC. I would like to Filezilla the file(s) from & to their corresponding folder and have NPP make a backup of the edits in that same folder.

    Make sense?

    This is a very small company that does not have any kind of version control software, so I just want to make sure I am keeping backups as I edit.

    Thanks in advance for the help.

  • No extension on saved files

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    Gary and Ellie FieldG

    I think the answer is here or in this post.

    I haven’t seen anything that leads me to believe that this will be fixed. I like NPP. I don’t think it is intended for my needs anymore.

  • Notepad++ v6.8.6 bug-fixes and enhancements:

    Locked
    2
    1 Votes
    2 Posts
    2k Views
    Alexis CalleA

    @Alexis-Calle
    Sorted. I feel a bit silly

  • Old Javascript Syntax Highlighting (<6.8.4)

    3
  • xHelp yourself to these icons:

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Select issue

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Select All... Delete issue

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Tailing in Notepad++

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    dailD

    I agree a “tail” feature would be useful, however Windows isn’t really set up to handle tailing of files like a Unix system is. However, you can kind of get this to work the way you want. Under Settings > Preferences > MISC. under the File Status Auto-Detection you can enable the “Update Silently” and “Scroll to last line after update” options. Not perfect but it is at least helpful.