• Language menu for translated strings

    Locked
    4
    0 Votes
    4 Posts
    729 Views
    PeterJonesP

    @Ices-Eyes said:

    Posted on the github issue…

    For those who want to follow along: https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5428

  • Preview Plugin

    Locked
    44
    1 Votes
    44 Posts
    24k Views
    PeterJonesP

    Glad I decided to log in on a Saturday.

    Thanks for getting that released, @vor0nwe. Much appreciated.

    It means I’ll probably finally get around to upgrading to 64-bit at home.

  • New commands for "run in browsers"

    Locked
    15
    3 Votes
    15 Posts
    3k Views
    SinghRajenMS

    @Meta-Chuh I am so grateful for your generous words. It’s a special art which is not very common unfortunately. And we are fortunate that we have you with it.

  • Increase font size without increasing line numbers

    Locked
    2
    2 Votes
    2 Posts
    773 Views
    EkopalypseE

    @Shawn-Holderfield

    I assume you overwrote default style font size, correct?
    If so, overwrite line number margin in global styles with a smaller size.

  • 0 Votes
    2 Posts
    849 Views
    PeterJonesP

    @KyferEz , Welcome to the Notepad++ Community.

    Settings> Preferences > Delimiter, enable ☑Add your character as part of word, and include the hyphen - (and any other punctuation you want considered part of a “word”).

  • [Request] Add/Remove tab lines (rows)

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    PeterJonesP

    Hello, @gipadm , and welcome to the Notepad++ Community Forum.

    That’s an interesting idea.

    Since this it the Community Forum, and not the issues-tracking page, the developer is more likely to notice your request if you follow the instructions in our FAQ for making a feature request.

    Once you do, please post a link of that issue# to this forum topic.

    Good luck

  • Always learn something...right click scrollbars...

    Locked
    4
    2 Votes
    4 Posts
    798 Views
    Sabrina GoldsteinS

    You just open a new world for me. Thanks a lot! (=

  • Why is "Ctrl+L" shortcut not in shortcuts config? It is in the wiki tho.

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    EkopalypseE

    @Meta-Chuh

    or what some programs do - create documentation from source like doxygen, sphinx etc…
    Would have the benefit that the program is more readable/understandable itself
    but requires to be consequent.

  • Add to beginning & end of every line containing string?

    Locked
    3
    0 Votes
    3 Posts
    813 Views
    BecauseICanTBHB

    Thank you!

  • Continued prompting that file does not exist

    Locked
    2
    2 Votes
    2 Posts
    655 Views
    EkopalypseE

    @sbaumann-hm
    happens with portable version as well but seems to be already addressed

  • 1 Votes
    7 Posts
    5k Views
    EkopalypseE

    @PeterJones

    Looks like this works if the number of selected rows are equal to the the number of selections from the editor. Tested with LibreOffice Calc.

    import ctypes def custom_paste(): if ctypes.windll.user32.OpenClipboard(None): try: clipboard_handle = ctypes.windll.user32.GetClipboardData(1) if clipboard_handle: pointer_to_content = ctypes.windll.kernel32.GlobalLock(clipboard_handle) clipboard_data = ctypes.c_char_p(pointer_to_content).value ctypes.windll.kernel32.GlobalUnlock(clipboard_handle) else: raise ValueError('Invalid clipboard handle') except Exception as e: print('Error', e.message) return finally: # ensures that clipboard will be closed even in case of an exception ctypes.windll.user32.CloseClipboard() # there was no exception - start replacing targets lines = clipboard_data.splitlines() if len(lines) == editor.getSelections(): for i, line in enumerate(lines): editor.setTarget(editor.getSelectionNStart(i), editor.getSelectionNEnd(i)) editor.replaceTarget(line) else: print('Unable to open the clipboard - try again later') custom_paste()
  • Highlighting all found words on a search

    Locked
    2
    2 Votes
    2 Posts
    560 Views
    Alan KilbornA

    @jose-isaias-cabrera

    That’s what the Mark feature is built for. See the Mark tab in the Find dialog window.

  • Add more themes (suggestion)

    7
    0 Votes
    7 Posts
    2k Views
    EkopalypseE

    @Meta-Chuh

    I’m already barking the moon :-)

  • Add "Yes/No to all" for Save and other dialogs

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Meta ChuhM

    welcome to the notepad++ community, @ricktendo

    this is a nice idea.

    if you would like to file a feature request, please read and follow our community’s official guide on
    how to submit a feature request here: >>> FAQ Desk: Feature Request or Bug Report <<<

    workaround for the meanwhile:

    go to settings > preferences > backup and make sure you have remember current session for next launch and enable session snapshot and periodic backup enabled, as seen at the screenshot below:

    settings - auto backup

    next close notepad++, regardless of how many files are opened or if some of them are saved or not.
    unsaved files are now automatically saved to %AppData%\Notepad++\backup every 7 seconds without altering the original file location.
    (disclaimer: “unsaved files are now automatically saved” applies, as long as you don’t experience a power loss, any hardware failure, or an unpredicted windows update reboot)

    now delete all files that you want to delete.

    open up notepad++ again, and only documents that still exist will be re-opened, including any unsaved changes from the last session, with no further alerts or dialogues.

    basic guide:
    don’t minimise notepad++ if you don’t use it and you are conducting file operations like deletion or renaming. close it instead.
    as long as you have remember current session for next launch and enable session snapshot and periodic backup enabled, everything that still exists will be re-opened, including yet unsaved data.
    (disclaimer: “including yet unsaved data” applies, as long as you don’t experience a power loss, any hardware failure, or an unpredicted windows update reboot)

    additional notes:
    @SinghRajenM has recently committed a feature that will allow us to disable all file status checking, except for the current foreground tab, which might also apply to some of your needs, as it minimises all file status change reports to your currently active tab (see settings screenshot).
    this feature commit is currently queued in the pull requests, for possible implementation into future notepad++ versions.

  • [Request]: Open Language(s) Folder...

    Locked
    15
    1 Votes
    15 Posts
    2k Views
    Meta ChuhM

    @PeterJones

    so you don’t need to remember my portable-only nature.

    it’s futile to try to prevent me from that … so resistance is futile 🖖😈🤚

    happy? I’ve had my second embarrassment in this thread now.

    thank god … vive l’egalite 😂😂😂

    ps: i just tried it and moved $(NPP_DIRECTORY)\autoCompletion to %AppData%\Notepad++\autoCompletion, and it gets completely ignored.
    so currently $(NPP_DIRECTORY)\autoCompletion is the only valid location.
    (i didn’t know that before)

    @rddim

    today seems to be a day of new knowledge for all of us 😉👍

  • auto-ident function in html page

    10
    0 Votes
    10 Posts
    13k Views
    Meta ChuhM

    a little update:

    here’s an answer about <br> in conjunction with the xml tools auto indentation (pretty print) taken from here, in order to not leave behind a solved, but unanswered, topic. (it would otherwise hurt my eyes on a monday morning ;-) )

    sorry about not replying to your other thread about <br> yet.
    i did not find any workaround using xml tools with an unclosed <br> yet.

    the only way i got auto indentation to work is by using a self closing <br/> instead.
    unfortunately many coders use <br> instead of <br/> since it is also valid.

    so until anyone finds any workaround for the xml tools auto indentation, or has a better alternative plugin, which is available for x64, you would have to replace all <br> with <br/>.

    response from @Adriano-Ellero :

    thanks I did on that way <br />
    all browsers accept that!

  • 0 Votes
    10 Posts
    83k Views
  • 0 Votes
    3 Posts
    925 Views
    Alan KilbornA

    @Dave-Slomer said:

    Seriously, what does LANGUAGE have to do with it? SERIOUSLY. Is there an answer? Tell me, please!

    People that type such things should really stop and think first.

  • Move/CLone panel size

    3
    0 Votes
    3 Posts
    592 Views
    EkopalypseE

    @thetechnodino

    maybe a workaround is to define an edge line via settings->preferences->editing
    check show vertical edge, line mode and set the number of columns to 78

  • 6 Votes
    1 Posts
    27k Views
    No one has replied