• How to remove a language from a srt file?

    3
    0 Votes
    3 Posts
    443 Views
    Md. Mobashir HasanM

    @rinku-singh it’s been long & i forgot for what exact reason I asked. Thanks, anyway.

  • How to set "zoom" level of menu, toolbar and footbar ?

    3
    0 Votes
    3 Posts
    222 Views
    mpheathM

    @Bernard-Schleich-0

    I currently use

    https://github.com/Tatsu-syo/noMeiryoUI

    in Windows > 7 removed settings to adjust fonts in Notepad++ and other programs . In Preferences, General -> Reduce may need to be unchecked for OS settings to be used.

    Size of fonts changed should be modest as larger sizes may not fit in the area allocated in the GUI.

    Microsoft appears to want users to use Scaling instead of the legacy of WindowMetrics.

  • Question(s)

    23
    0 Votes
    23 Posts
    5k Views
    CoisesC

    @mkupper said in Question(s):

    I verified that at least for my current setup that the zoom level seems to have no affect on the printed results.

    Same here. Perhaps I was unclear.

    If I leave the zoom at default and adjust the font size for Default Style to be large enough for me to read easily on my monitor, I would set a font size of 14 or 16 points with Liberation Mono. (14 is bit smaller than I like, 16 is too big, 15 isn’t an option.) Those are too large for printing, though.

    If I set Default Style to 12 points, printing is reasonable. If I then zoom in 3 steps, I’m just about where I want to be to read easily on the screen — without affecting printing.

    The question I was answering was, “Why not just change your default font size?” Because that does affect printing (and, though I hadn’t remembered until I tried just now, also isn’t as fine-grained as zoom).

  • Note++ file location

    3
    0 Votes
    3 Posts
    208 Views
    JE RamirezJ

    @PeterJones, thanks. Of course, it’s Notepad++, a little too fast with the typing and posting of the question.

    Thanks for the paths.

  • How to highlight text?

    12
    0 Votes
    12 Posts
    149k Views
    PeterJonesP

    @Farhan-Yazid said in How to highlight text?:

    Hi, any shotcut button to assign the highlight funtion?

    By default, the Style One Token / Style All Occurrences of Token commands do not have keyboard shortcuts.

    But if you use Settings > Shortcut Mapper, set Filter = style, you can choose any of them and use Modify to set a keyboard shortcut for that token-highlight style.
    1ccdb944-484d-4a28-9bc6-c301a59b0478-image.png

    (In case it’s not clear: Style all using Nth style in that dialog corresponds to Search > Style All Occurrences of Token > Using Nth Style [or the right-click context menu equivalent]; Style one using Nth style corresponds to Search > Style One Token > Using Nth Style [or the right-click context menu equivalent]. And for further clarification: the Search > Mark All that @Alan-Kilborn mentioned 6 years ago is the same as what’s now known as Search > Style All Occurrences of Token)

  • Notepad++ funciona en linux?

    5
    0 Votes
    5 Posts
    723 Views
    EkopalypseE

    @ANDRES-MARIANO-MARTINEZ-PEÑA

    Yo sólo utilizo versiones portables, es decir, versiones que no necesitan ser instaladas, sino que simplemente se copian en un directorio.
    Para instalar un paquete de instalación sin entrada, hay que pasar el parámetro /S a setup.exe. https://npp-user-manual.org/docs/command-prompt/#installer-options.

    I only use portable versions, i.e. versions that do not need to be installed, but simply copied to a directory.
    To install an installation package without input, you have to pass the /S parameter to setup.exe. https://npp-user-manual.org/docs/command-prompt/#installer-options.

  • TranslateID (FolderName) in UserDefinedCommands (shortcuts.xml)

    3
    0 Votes
    3 Posts
    302 Views
    João MacJ

    @PeterJones said in TranslateID (FolderName) in UserDefinedCommands (shortcuts.xml):

    If you look again at the reference you linked, the TranslateID attribute is defined for the contextMenu.xml; however, the <Command> tags in the shortcuts.xml do not have that attribute listed as being available.

    Thus, I do not believe what you are looking for is currently possible. Thus, I think you would have to follow the instructions in our FAQ to put in a feature request to ask the developer to add TranslateID to the shortcuts.xml <Command> tag.

    Hello, @PeterJones.

    I truly appreciate your quick response and such a clear explanation!

    Indeed, upon rereading the documentation I referenced, I realized I misunderstood the use of the TranslateID attribute. It applies to contextMenu.xml, not shortcuts.xml, as I had mistakenly assumed. That was an oversight on my part, and I appreciate you pointing it out so objectively.

    In my case, this was just curiosity based on that mistaken understanding. It’s not something essential for daily use of the application. I’m glad to have learned the actual scope of this functionality.

    Thanks again for your kindness and clarification.

  • 0 Votes
    4 Posts
    501 Views
    CoisesC

    There is an issue about this:

    Search function impracticality #10438

  • [bug] Space not inserted for tabs

    4
    0 Votes
    4 Posts
    352 Views
    Terry RT

    @Coises

    As I read it, it seems that the OP wants their Preference to be updated if they use the Edit, Blank Operations, TAB to Space (or Space to TAB).

    Of course, I too could be confused. The lack of detail does make the OP open to interpretation.

    I’m with @PeterJones on this.

    One is a “Preference”, the other a “one-shot function”. This function should not be making changes to a Preference. And at the moment it isn’t, which I believe to be the correct decision.

    Terry

  • Replace in Files / "Directory" field scrolls right when clicked

    23
    0 Votes
    23 Posts
    6k Views
    fml2F

    @Alan-Kilborn Hehe, “for in much wisdom is much grief”.

  • Import AutoHotKey.XML into NotePad++

    3
    0 Votes
    3 Posts
    349 Views
    PeterJonesP

    I see that a GitHub user @paulm31 is submitting a AutoHotKey_V2.udl.xml to the User Defined Languages Collection in PR #324 – I have to assume that’s related to this post, even if it’s not you, given the timing.

    That PR is merged, and CollectionInterface shows the AutoHotKey_V2.udl entry for me.

  • 9 Votes
    37 Posts
    11k Views
    Lycan ThropeL

    @Coises said in Config Files Need Updating, Too:

    For what it’s worth, as the author of Controlled Auto-indent, I can guarantee it was the culprit. It could crash under other circumstances, too, having nothing to do with ConfigUpdater; I just hadn’t hit one of them, and if anyone else did before you, they didn’t report it.

    I appreciate that, and I’ll go ahead and download it and test it against the old and new versions of ConfigUpdater. I’ve already downloaded, but not installed the new version of CU yet.

    Update: It works fine under the old CU and the new CU. I tried it with CAI enabled and not enabled, and the CU ran through everything, so the crash condition from CAI appears to be gone. Glad I could help find that edge case, unknowingly. :-)

  • Advertising on the official download page?

    7
  • About the N++ v8.8.1 release...

    2
    2 Votes
    2 Posts
    477 Views
    L

    @guy038 Excellent! Thanks for the lists…

    By the way, after months of trying all sorts of tricks to successfully encode the ÿ character to Hex in a UTF-8 encoded page, I realized that I had to initiate a Windows-1252 page first. And then it successfully converted the PNG to Hex. lol.
    The NUL bytes (\x00) were problematic as well because unless they get loaded into a raw binary state, they usually get converted to spaces (20) . So I get it now. ITS A TEXT EDITOR! … but at least Windows-1252 gives me a work-around for bytes 0x00–0xFF
    And then of course there’s Base64 to save the day!

    Lastly, I copy and paste a lot of binary content , so thanks for IDM_EDIT_COPY_BINARY 42048

    Cheers
    Lance

  • verbesserungsvorschlag

    2
    0 Votes
    2 Posts
    273 Views
    PeterJonesP

    @Alexander-Huckel ,

    Sorry, I am not sure about the automatic translation of your question: do you mean auto-correction, where it fixes spelling? Or auto-completion, where it helps you type programming keywords or other terms already found in your document?

    The latter is native to the app, described https://npp-user-manual.org/docs/auto-completion/ in the manual , and controlled by the settings described https://npp-user-manual.org/docs/preferences/#auto-completion

    Spelling correction is not implemented natively in Notepad++, but the DSpellCheck plugin is highly recommended for doing spell check and suggesting corrections.

  • How to disable the suggestions

    4
    0 Votes
    4 Posts
    535 Views
    Lycan ThropeL

    @Sergio-Bonfiglio ,
    Sorry, don’t have the time to research and provide an answer that is obvious after reading the documentation.

  • Insert sequential numbers at start of lines

    32
    0 Votes
    32 Posts
    15k Views
    deleeleeD

    @Alan-Kilborn said in Insert sequential numbers at start of lines:

    editor.replaceLine(line_nbr, '{n}) {c}'.format(n=chr(96+running_line_nbr), c=line_content))

    Thank you! I had tried editing that line myself but I didn’t quite get it right. It’s all good now thanks to you 😁

  • Language selected on the installer for default

    3
    0 Votes
    3 Posts
    411 Views
    Raul FreijeR

    @PeterJones
    Thanks for your repply
    I will atach a sreenshot

    3e05d86f-fc09-424c-a743-71c92017854a-imaxe.png

    But when i select a language and i setup it the next tine that i setup the program check automaticaly the last language that i checked for use in these language
    If i setup the program as default the language doesn’t install other languages

    f8823f0d-ec36-4a2a-8903-870485201a1a-imaxe.png

  • NotePad++ preview plugin? I can't find it.

    2
    0 Votes
    2 Posts
    309 Views
    CoisesC

    @W-D-Smith said in NotePad++ preview plugin? I can't find it.:

    I’m told I have to have a preview plug in so I can open my page in NotePad++ to see how it looks. I absolutely cannot find this plugin. I just downloaded NotePad, and I’m completely lost. I had tried to use CoffeeCupHTML but it was complete rip-off.

    If you are trying to write an HTML page in Notepad++, you can use one of the options in View | View Current File In to see how it renders in your browser.

    If you are looking for a rendering within Notepad++, you can get Preview HTML from the built-in Plugins Admin:

    Save any open files you want to keep. Select Plugins | Plugins Admin… from the main menu. Scroll down to Preview HTML and check the box to the left of that entry. Click the Install button near the top right of the dialog. Once Notepad++ restarts, open an HTML file and then access the menu for the plugin at Plugins | Preview HTML. (Check the first menu item to turn it on.)

    I don’t use that plugin myself, so I can’t tell you much more about it, but no doubt others here can. It looks as if it exclusively uses Internet Explorer rendering, which is a bit out-of-date these days.

    If you are looking for something that will let you edit directly in the rendered page, so that you edit how you want it to look and don’t concern yourself with HTML code/tags (what-you-see-is-what-you-get), that is not possible in Notepad++.

  • Notepad++ cloud

    2
    0 Votes
    2 Posts
    328 Views
    Lycan ThropeL

    @Hugo-Martinez-Jara ,

    @Hugo-Martinez-Jara said in Notepad++ cloud:

    Hi,
    Is there a Notepad++ cloud service?
    I’d love to save notes, ideas, or logs in .txt from different devices.
    No one, as far as I know, has this solution.
    As long as the current Notepad++ UX (in my opinion, the best) is respected.
    I’m willing to collaborate in any way, whether by contributing work or financially.
    Of course, I don’t speak English.
    Writing in English is no problem (ChatGpt)
    Thanks
    P

    Hugo,

    Si tienes algo como Google Drive, puedes configurar tu propio sistema en la nube, y Notepad++ se adapta a eso, permitiéndote configurar una configuración en la nube que copiará tus archivos a esa unidad.

    ¿Para qué gastar dinero si no es necesario?

    Si no es compatible con tu versión de Notepad++, simplemente lee y traduce el manual en línea para aprender cómo.

    Traducción de Google Translate

    English -
    Hugo,

    As long as you have something like GoogleDrive, you can setup your own cloud system, and Notepad++ accomodates that, by allowing you to setup a cloud setup, that will copy your files to that cloud drive.

    Why create a cost for yourself if you don’t have to?

    Just read and translate the online manual if it’s not native in your Notepad++ version to learn how.

    Translation via Google Translate